paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
10 years ago
isymchych
8c014e8f12
use statistics module to process peer connection statistics
10 years ago
paweldomas
e4785039e4
Modifies the semantics of JitsiTrack#attach method, so that it will return current stream container instance. Also it now takes HTML element instance directly instead of jQuery selector.
10 years ago
hristoterezov
7b0343a017
Creates link element in the head the screen sharing from the JS code
10 years ago
hristoterezov
bed4826e46
Added videotype for remote streams
10 years ago
paweldomas
4153189561
Enables stats for Temasys plugin.
10 years ago
paweldomas
8758b83aad
Fixes getStats error on new Temasys plugin version(new stats API to be investigated).
10 years ago
isymchych
7c3ea3984d
do not throw error when attaching audio stream to hidden element on Safari
10 years ago
damencho
cbe404dfd5
Updates callstats to queue events if lib is not inited. Report such queued events only if the lib successfully initialize. Removes deprecated fabricSetup event.
10 years ago
hristoterezov
1848b15640
Fixes issue with endless SRD/SLD
10 years ago
isymchych
abcc2ab98b
ensure that video element is visible before attaching stream with Temasys
10 years ago
hristoterezov
2f5add6ef9
Fixes issue in PR #463
10 years ago
yanas
d7d5ab67a9
Fixes Last N event duplicating another event, causing exception when used in the client app.
10 years ago
Lyubomir Marinov
2feefff54f
Disconnects from the XMPP server on unload as a way to facilitate API consumers.
10 years ago
Lyubomir Marinov
a504d7b908
Adds a missing this.
10 years ago
Lyubomir Marinov
4de20ae339
Manually formats source code for the purposes of (a bit of) consistency,
10 years ago
Lyubomir Marinov
21d5049076
Allows testing how synchronous and asynchronous Strophe affects the reliability of the delivery of unavailable presence to the XMPP server.
10 years ago
isymchych
cbb46c63cd
added API to change chat subject
10 years ago
isymchych
4efc997a62
propagate AVAILABLE_DEVICES_CHANGED event
10 years ago
isymchych
6f10dbfd10
removed USER_ID_CHANGED event
10 years ago
isymchych
96adaf5e65
handle PRESENCE_STATUS event
10 years ago
isymchych
ff3e05f5ea
propagate FIREFOX_EXTENSION_NEEDED event
10 years ago
Lyubomir Marinov
ea8fbf8697
Introduces a utility function to load optional scripts such as callstats.io.
10 years ago
Lyubomir Marinov
914ff83d30
Attempts to increase the chances of unavailable presence reaching Prosody (on window unload, for example).
10 years ago
Thorsten Basse
285d5a872c
Add `deviceId` which was used to create `JitsiLocalTrack` to the object to re-use it when unmuting the track
Fixes the issue that when creating local tracks with specific devices after unmuting the new tracks were created with default devices again.
10 years ago
hristoterezov
862439e26f
Fixes the audio levels
10 years ago
damencho
e49bd553f8
Fixes start video muted and remote audio.
10 years ago
hristoterezov
af4b1bca0e
Fixes callstats GUM fail reporting
10 years ago
hristoterezov
b8682c6a83
Add callstats support
10 years ago
damencho
882c4402e5
Fixes issue with start muted video, as we are now removing the stream. We now create a dummy video track which we report as muted.
10 years ago
paweldomas
3177c7fb70
Does not call track.stop() when Temasys plugin is used which will freeze the browser when switching back from screen streaming.
Calling mediaStream.stop() is enough in that case.
10 years ago
hristoterezov
d043d9f16a
Fixes issues with 'firefox extension needed' error
10 years ago
George Politis
e7090e5489
Enables simulcast by default.
10 years ago
George Politis
d3d8927022
Fixes build with older versions of nodejs.
10 years ago
George Politis
bb8dfe44a5
Removes space in cname generation of recvonly streams.
10 years ago
George Politis
2c317e3b17
Removes the local SSRC replacement hack and fixes video muting/unmuting when simulcast is enabled.
Conflicts:
modules/xmpp/JingleSessionPC.js
modules/xmpp/LocalSSRCReplacement.js
modules/xmpp/TraceablePeerConnection.js
10 years ago
damencho
ba3b133ecd
Decrease the ping interval.
10 years ago
hristoterezov
8f45de7635
Adds 'firefox extention needed' error
10 years ago
bgrozev
7ef80810b2
Fixes one more reference, removes a variable.
10 years ago
damencho
960f22dcca
Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config.
10 years ago
hristoterezov
109926cef1
Fixes removeTrack for FF
10 years ago
paweldomas
57f8d5a5e2
Fixes crash when desktop is obtained immediately after Chrome extension has been installed.
10 years ago
damencho
185ba3b9a7
Removes unused and not working method.
10 years ago
damencho
9b056afed0
Does not remove muted info from presence just surpress generating duplicate events for muted, if we remove it this breaks initial presences for muted.
10 years ago
damencho
c1abbc4d65
Removes muted info from presence to avoid generating too many muted events.
10 years ago
damencho
9ce6126a2f
Fixes TypeError not a function.
10 years ago
hristoterezov
ad50235102
Fixes issue with creating many AudioContext objects
10 years ago
damencho
4bb1b5a7c5
Fires initial selected event on opening the datachannel.
10 years ago
hristoterezov
3ecbed2347
Fixes start muted implementation.
10 years ago
isymchych
3a5780af08
added "start muted"
10 years ago