hristoterezov
8f45de7635
Adds 'firefox extention needed' error
9 years ago
hristoterezov
d779652297
Updates the generated files
9 years ago
bgrozev
7ef80810b2
Fixes one more reference, removes a variable.
9 years ago
damencho
960f22dcca
Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config.
9 years ago
isymchych
2282f50b62
added method to extract logs
9 years ago
hristoterezov
109926cef1
Fixes removeTrack for FF
9 years ago
paweldomas
6c152c9571
Removes Prosody patch instructions from tokens.md(the code is in the trunk).
9 years ago
paweldomas
57f8d5a5e2
Fixes crash when desktop is obtained immediately after Chrome extension has been installed.
9 years ago
damencho
185ba3b9a7
Removes unused and not working method.
9 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.
9 years ago
damencho
c1abbc4d65
Removes muted info from presence to avoid generating too many muted events.
9 years ago
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 years ago
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 years ago
hristoterezov
0c1aff5fd8
Updates binaries
9 years ago
damencho
9ce6126a2f
Fixes TypeError not a function.
9 years ago
hristoterezov
ad50235102
Fixes issue with creating many AudioContext objects
9 years ago
hristoterezov
8a087c01b3
Adds event that is fired when the local user have started muted
9 years ago
damencho
4bb1b5a7c5
Fires initial selected event on opening the datachannel.
9 years ago
hristoterezov
e3b6360962
Fixes start muted event name
9 years ago
hristoterezov
3ecbed2347
Fixes start muted implementation.
9 years ago
isymchych
3a5780af08
added "start muted"
10 years ago
damencho
8b94351597
Renames all active speaker references to be called dominant speaker.
9 years ago
hristoterezov
9f495f5ce9
Throws an error if one of the requested local tracks can't be delivered
9 years ago
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 years ago
damencho
1f1b090811
Reuses generated src url for video elements.
9 years ago
damencho
5ccb73a994
Renames a variable.
9 years ago
hristoterezov
0f1113994a
Fixes JS error in GUM
9 years ago
hristoterezov
120ecd57d7
Implements retry strategy for GUM resolution failures
9 years ago
hristoterezov
c45f3d767d
Fixes JS error when parsing GUM error
9 years ago
damencho
e5ee21b19b
Removes email references.
9 years ago
hristoterezov
27393407c1
Fixes track muted events
9 years ago
hristoterezov
d9ba5d989f
Fixes ssrcOwners map in JingleSession for local user jid
9 years ago
hristoterezov
150c9be041
Removes unnecessary logs
9 years ago
hristoterezov
06025f275b
Implements remote participant audio mute
10 years ago
hristoterezov
dd1bcb0414
Changes the recording to report the status via event instead of Promise. Fixes JS errors
10 years ago
hristoterezov
115ce537d1
Add support for jirecon and colibri in the recording
10 years ago
hristoterezov
629add96e2
Adds uglify to Makefile and minified version of the library.
10 years ago
isymchych
013ee849f7
added method to only authenticate user in the room
10 years ago
isymchych
56293261b9
do not trigger USER_JOINED event for local user
10 years ago
hristoterezov
aaefe38c1e
Adds isSIPCallingSupported method to the conference
10 years ago
hristoterezov
37e73e7ec5
Fixes minor Firefox issues. Adds methods for the desktop sharing.
10 years ago
Paweł Domas
435cdc91ec
Update tokens.md
10 years ago
paweldomas
83b50e54b0
Adopts to new JWT impl where the token goes as BOSH URL param.
10 years ago
isymchych
8f94abff1b
add "kick participant" support
10 years ago
isymchych
26f102a470
added helper methods to check if auth enabled
10 years ago
isymchych
f719af8156
remove old nick when adding new one
10 years ago
damencho
81b294e47d
Adds method to expose internal state - iceConnectionState, which later will be used by torture.
10 years ago
hristoterezov
09c951c4bf
Removes the JS code that prevents multiple outgoing call
10 years ago
paweldomas
37f2604efc
Assume Safari when fail to detect browser type.
10 years ago
hristoterezov
ba5275ef2f
Adds follow entity parameter for the recording
10 years ago