isymchych
|
ff3e05f5ea
|
propagate FIREFOX_EXTENSION_NEEDED event
|
10 vuotta sitten |
Lyubomir Marinov
|
ea8fbf8697
|
Introduces a utility function to load optional scripts such as callstats.io.
|
10 vuotta sitten |
Lyubomir Marinov
|
914ff83d30
|
Attempts to increase the chances of unavailable presence reaching Prosody (on window unload, for example).
|
10 vuotta sitten |
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 vuotta sitten |
hristoterezov
|
862439e26f
|
Fixes the audio levels
|
10 vuotta sitten |
damencho
|
e49bd553f8
|
Fixes start video muted and remote audio.
|
10 vuotta sitten |
hristoterezov
|
af4b1bca0e
|
Fixes callstats GUM fail reporting
|
10 vuotta sitten |
hristoterezov
|
b8682c6a83
|
Add callstats support
|
10 vuotta sitten |
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 vuotta sitten |
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 vuotta sitten |
hristoterezov
|
d043d9f16a
|
Fixes issues with 'firefox extension needed' error
|
10 vuotta sitten |
George Politis
|
e7090e5489
|
Enables simulcast by default.
|
10 vuotta sitten |
George Politis
|
d3d8927022
|
Fixes build with older versions of nodejs.
|
10 vuotta sitten |
George Politis
|
bb8dfe44a5
|
Removes space in cname generation of recvonly streams.
|
10 vuotta sitten |
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 vuotta sitten |
damencho
|
ba3b133ecd
|
Decrease the ping interval.
|
10 vuotta sitten |
hristoterezov
|
8f45de7635
|
Adds 'firefox extention needed' error
|
10 vuotta sitten |
bgrozev
|
7ef80810b2
|
Fixes one more reference, removes a variable.
|
10 vuotta sitten |
damencho
|
960f22dcca
|
Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config.
|
10 vuotta sitten |
hristoterezov
|
109926cef1
|
Fixes removeTrack for FF
|
10 vuotta sitten |
paweldomas
|
57f8d5a5e2
|
Fixes crash when desktop is obtained immediately after Chrome extension has been installed.
|
10 vuotta sitten |
damencho
|
185ba3b9a7
|
Removes unused and not working method.
|
10 vuotta sitten |
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 vuotta sitten |
damencho
|
c1abbc4d65
|
Removes muted info from presence to avoid generating too many muted events.
|
10 vuotta sitten |
damencho
|
9ce6126a2f
|
Fixes TypeError not a function.
|
10 vuotta sitten |
hristoterezov
|
ad50235102
|
Fixes issue with creating many AudioContext objects
|
10 vuotta sitten |
damencho
|
4bb1b5a7c5
|
Fires initial selected event on opening the datachannel.
|
10 vuotta sitten |
hristoterezov
|
3ecbed2347
|
Fixes start muted implementation.
|
10 vuotta sitten |
isymchych
|
3a5780af08
|
added "start muted"
|
10 vuotta sitten |
hristoterezov
|
9f495f5ce9
|
Throws an error if one of the requested local tracks can't be delivered
|
10 vuotta sitten |
damencho
|
3e0e8d9215
|
Makes sure we first fire muc_joined and muc_member_joined before firing command events or any event for the data from the received presence.
|
10 vuotta sitten |
damencho
|
1f1b090811
|
Reuses generated src url for video elements.
|
10 vuotta sitten |
damencho
|
5ccb73a994
|
Renames a variable.
|
10 vuotta sitten |
hristoterezov
|
0f1113994a
|
Fixes JS error in GUM
|
10 vuotta sitten |
hristoterezov
|
c45f3d767d
|
Fixes JS error when parsing GUM error
|
10 vuotta sitten |
damencho
|
e5ee21b19b
|
Removes email references.
|
10 vuotta sitten |
hristoterezov
|
27393407c1
|
Fixes track muted events
|
10 vuotta sitten |
hristoterezov
|
d9ba5d989f
|
Fixes ssrcOwners map in JingleSession for local user jid
|
10 vuotta sitten |
hristoterezov
|
150c9be041
|
Removes unnecessary logs
|
10 vuotta sitten |
hristoterezov
|
06025f275b
|
Implements remote participant audio mute
|
10 vuotta sitten |
hristoterezov
|
dd1bcb0414
|
Changes the recording to report the status via event instead of Promise. Fixes JS errors
|
10 vuotta sitten |
hristoterezov
|
115ce537d1
|
Add support for jirecon and colibri in the recording
|
10 vuotta sitten |
isymchych
|
013ee849f7
|
added method to only authenticate user in the room
|
10 vuotta sitten |
hristoterezov
|
aaefe38c1e
|
Adds isSIPCallingSupported method to the conference
|
10 vuotta sitten |
hristoterezov
|
37e73e7ec5
|
Fixes minor Firefox issues. Adds methods for the desktop sharing.
|
10 vuotta sitten |
paweldomas
|
83b50e54b0
|
Adopts to new JWT impl where the token goes as BOSH URL param.
|
10 vuotta sitten |
isymchych
|
8f94abff1b
|
add "kick participant" support
|
10 vuotta sitten |
isymchych
|
26f102a470
|
added helper methods to check if auth enabled
|
10 vuotta sitten |
damencho
|
81b294e47d
|
Adds method to expose internal state - iceConnectionState, which later will be used by torture.
|
10 vuotta sitten |
hristoterezov
|
09c951c4bf
|
Removes the JS code that prevents multiple outgoing call
|
10 vuotta sitten |