damencho
|
e49bd553f8
|
Fixes start video muted and remote audio.
|
9年前 |
hristoterezov
|
b8682c6a83
|
Add callstats support
|
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年前 |
hristoterezov
|
8f45de7635
|
Adds 'firefox extention needed' error
|
9年前 |
paweldomas
|
57f8d5a5e2
|
Fixes crash when desktop is obtained immediately after Chrome extension has been installed.
|
9年前 |
damencho
|
c1abbc4d65
|
Removes muted info from presence to avoid generating too many muted events.
|
9年前 |
damencho
|
9ce6126a2f
|
Fixes TypeError not a function.
|
9年前 |
damencho
|
4bb1b5a7c5
|
Fires initial selected event on opening the datachannel.
|
9年前 |
hristoterezov
|
3ecbed2347
|
Fixes start muted implementation.
|
9年前 |
isymchych
|
3a5780af08
|
added "start muted"
|
9年前 |
hristoterezov
|
9f495f5ce9
|
Throws an error if one of the requested local tracks can't be delivered
|
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
|
c45f3d767d
|
Fixes JS error when parsing GUM error
|
9年前 |
hristoterezov
|
27393407c1
|
Fixes track muted events
|
9年前 |
hristoterezov
|
06025f275b
|
Implements remote participant audio mute
|
9年前 |
hristoterezov
|
37e73e7ec5
|
Fixes minor Firefox issues. Adds methods for the desktop sharing.
|
9年前 |
paweldomas
|
37f2604efc
|
Assume Safari when fail to detect browser type.
|
9年前 |
hristoterezov
|
c2606b1483
|
Adds isDeviceChangeAvailable method.
|
9年前 |
hristoterezov
|
f29399d9e4
|
Fixes IE 10 support
|
9年前 |
isymchych
|
1f69ab8d18
|
add property isLocal to JitsiTrack
|
9年前 |
hristoterezov
|
847de4ef3d
|
Fixes JS error when muting video.
|
9年前 |
hristoterezov
|
2756c124ac
|
Fixes JS errors on Temasys
|
9年前 |
hristoterezov
|
268d4e0adc
|
Fixes JS errors on FF. Fixes disco info JS error.
|
9年前 |
hristoterezov
|
f6ac3bdf58
|
Fixes some issue for FF
|
9年前 |
isymchych
|
21d63506ee
|
fix issues in RTCUtils
|
9年前 |
isymchych
|
56328fcf58
|
use JitsiParticipant; add some method implementations
|
9年前 |
isymchych
|
8329fe5767
|
support DTMF
|
9年前 |
damencho
|
2017457a5e
|
Removes second audio track for fake FF devices.
|
9年前 |
hristoterezov
|
8409bab854
|
Fixes the issues with mute, audio levels and remove events that were attached to the conference
|
9年前 |
hristoterezov
|
6772975134
|
JitsiMeetJS.init returns Promise.
|
9年前 |
damencho
|
e60b79e20d
|
Updates addMediaStreamInactiveHandler (from master 5f6bba435c2ba0ff566bca5ba575ab7e2fb0432e).
|
9年前 |
hristoterezov
|
b638495de4
|
Fixes mutes
|
9年前 |
hristoterezov
|
871eafb930
|
Fixes previous commit
|
9年前 |
hristoterezov
|
44336d93e5
|
Added basic desktop sharing support.
|
9年前 |
Lyubomir Marinov
|
65e928452d
|
Removes duplication.
|
9年前 |
Boris Grozev
|
03b5952973
|
Fix comparison warnings.
|
9年前 |
Boris Grozev
|
ced805d924
|
Enables the screen capture on firefox.
|
9年前 |
Boris Grozev
|
0f2adba7f4
|
Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables.
|
9年前 |
damencho
|
da425c96b5
|
Makes sure we use stream.ended in one place. Replaces deprecated ended call with active check for media streams.
|
9年前 |
damencho
|
1e16e24f40
|
Makes sure we add/remove all onended events for media streams in one central place.
|
9年前 |
damencho
|
e1f5bf3d8d
|
Uses one method from RTC to stop media streams.
|
9年前 |
damencho
|
d3e3bc27d6
|
Changes some logging levels.
|
9年前 |
hristoterezov
|
b5ed190083
|
Fixes small issues from the previous commits + fixes IE 10 issues.
|
9年前 |
hristoterezov
|
bc1bc1d024
|
Adds device selection support.
|
9年前 |
isymchych
|
094620eff8
|
added functions to retrieve devices list and check if that's possible
|
9年前 |
hristoterezov
|
bc641dc45b
|
Detaches createLocalTracks from JitsiConference.
|
9年前 |