hristoterezov
862439e26f
Fixes the audio levels
9年前
damencho
e49bd553f8
Fixes start video muted and remote audio.
9年前
hristoterezov
af6ef976ae
Fixes previous commit
9年前
hristoterezov
af4b1bca0e
Fixes callstats GUM fail reporting
9年前
hristoterezov
b8682c6a83
Add callstats support
9年前
damencho
00c90ec9dd
Updates dependencies on make.
9年前
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.
9年前
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.
9年前
hristoterezov
d043d9f16a
Fixes issues with 'firefox extension needed' error
9年前
George Politis
5c7fc0f6fe
Updates the generated files.
9年前
George Politis
e7090e5489
Enables simulcast by default.
9年前
George Politis
d3d8927022
Fixes build with older versions of nodejs.
9年前
George Politis
6a0fddf72d
Bumps the sdp-simulcast version.
9年前
George Politis
bb8dfe44a5
Removes space in cname generation of recvonly streams.
9年前
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
9年前
damencho
ba3b133ecd
Decrease the ping interval.
9年前
hristoterezov
8f45de7635
Adds 'firefox extention needed' error
9年前
hristoterezov
d779652297
Updates the generated files
9年前
bgrozev
7ef80810b2
Fixes one more reference, removes a variable.
9年前
damencho
960f22dcca
Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config.
9年前
isymchych
2282f50b62
added method to extract logs
9年前
hristoterezov
109926cef1
Fixes removeTrack for FF
9年前
paweldomas
6c152c9571
Removes Prosody patch instructions from tokens.md(the code is in the trunk).
9年前
paweldomas
57f8d5a5e2
Fixes crash when desktop is obtained immediately after Chrome extension has been installed.
9年前
damencho
185ba3b9a7
Removes unused and not working method.
9年前
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.
9年前
damencho
c1abbc4d65
Removes muted info from presence to avoid generating too many muted events.
9年前
Thorsten Basse
39a358e155
Stop adding TRACK_REMOVED listener to the conference every time a track is added
As TRACK_REMOVED are never removed from the conference and add up over time.
Might be better to just remove the tracks listeners inside JitsiConference.prototype.removeTrack.
9年前
Thorsten Basse
d160859bfe
Stop using the polyfill when you are assign the es6-promise after that anyway
es6-promise.polyfill() is broken for Chrome atm and replaces the native Promise and swallows unhandled errors.
https://github.com/jakearchibald/es6-promise/issues/70
9年前
hristoterezov
0c1aff5fd8
Updates binaries
9年前
damencho
9ce6126a2f
Fixes TypeError not a function.
9年前
hristoterezov
ad50235102
Fixes issue with creating many AudioContext objects
9年前
hristoterezov
8a087c01b3
Adds event that is fired when the local user have started muted
9年前
damencho
4bb1b5a7c5
Fires initial selected event on opening the datachannel.
9年前
hristoterezov
e3b6360962
Fixes start muted event name
9年前
hristoterezov
3ecbed2347
Fixes start muted implementation.
9年前
isymchych
3a5780af08
added "start muted"
9年前
damencho
8b94351597
Renames all active speaker references to be called dominant speaker.
9年前
hristoterezov
9f495f5ce9
Throws an error if one of the requested local tracks can't be delivered
9年前
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.
9年前
damencho
1f1b090811
Reuses generated src url for video elements.
9年前
damencho
5ccb73a994
Renames a variable.
9年前
hristoterezov
0f1113994a
Fixes JS error in GUM
9年前
hristoterezov
120ecd57d7
Implements retry strategy for GUM resolution failures
9年前
hristoterezov
c45f3d767d
Fixes JS error when parsing GUM error
9年前
damencho
e5ee21b19b
Removes email references.
9年前
hristoterezov
27393407c1
Fixes track muted events
9年前
hristoterezov
d9ba5d989f
Fixes ssrcOwners map in JingleSession for local user jid
9年前
hristoterezov
150c9be041
Removes unnecessary logs
9年前
hristoterezov
06025f275b
Implements remote participant audio mute
9年前