Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
9 gadus atpakaļ
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
9 gadus atpakaļ
Boris Grozev
fe724ef7dc
Avoid unnecessary traversal.
9 gadus atpakaļ
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
9 gadus atpakaļ
paweldomas
e72d0df947
Comment out unused method
9 gadus atpakaļ
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
9 gadus atpakaļ
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
9 gadus atpakaļ
paweldomas
19df65f3e5
Rename "stream" to "track" in RTC context plus fixes
Rename variables with "stream" in name which refer to JitsiTrack.
Rename TRACK ADDED/REMOVED events.
Try to reduce direct access to remoteTracks object.
Log warning message when track is overwritten.
9 gadus atpakaļ
paweldomas
2534e623fc
Add VideoType
9 gadus atpakaļ
paweldomas
0f3cd3b873
Add MediaType
9 gadus atpakaļ
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
9 gadus atpakaļ
paweldomas
9c0e7afca2
Remove unused/invalid call
9 gadus atpakaļ
damencho
f18f56989d
Fixes audio mute/unmute all.
9 gadus atpakaļ
damencho
e8739706e1
Renames some variables.
9 gadus atpakaļ
damencho
e4d455a242
Returns Promise from mute/unmute and ignores requests while mute/unmuting is in progress. Moves mute/unmute methods to JitsiLocalTrack as said in API docs.
9 gadus atpakaļ
damencho
352de0b818
Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing.
9 gadus atpakaļ
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
9 gadus atpakaļ
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
9 gadus atpakaļ
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
9 gadus atpakaļ
isymchych
00733623f1
fail if user is trying to add second video track to the conference
9 gadus atpakaļ
damencho
893178eabc
Fixes remote video resolution reporting.
9 gadus atpakaļ
damencho
f3cb890a27
Leaves ssrcOwners for local use in JingleSessionPC, uses remote streams from RTC for ssrc mapping to resources. For local video/audio stream ssrc to resource we use JingleSessionPC.localStreamsSSRC.
9 gadus atpakaļ
damencho
ad92eb5a08
Clears remoteStream when user leaves.
9 gadus atpakaļ
damencho
df2af2ff3c
Renames variable.
9 gadus atpakaļ
paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
9 gadus atpakaļ
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.
9 gadus atpakaļ
hristoterezov
bed4826e46
Added videotype for remote streams
9 gadus atpakaļ
isymchych
ff3e05f5ea
propagate FIREFOX_EXTENSION_NEEDED event
9 gadus atpakaļ
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.
9 gadus atpakaļ
damencho
e49bd553f8
Fixes start video muted and remote audio.
9 gadus atpakaļ
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 gadus atpakaļ
hristoterezov
3ecbed2347
Fixes start muted implementation.
9 gadus atpakaļ
hristoterezov
27393407c1
Fixes track muted events
9 gadus atpakaļ
hristoterezov
06025f275b
Implements remote participant audio mute
9 gadus atpakaļ
hristoterezov
37e73e7ec5
Fixes minor Firefox issues. Adds methods for the desktop sharing.
9 gadus atpakaļ
hristoterezov
c2606b1483
Adds isDeviceChangeAvailable method.
9 gadus atpakaļ
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
9 gadus atpakaļ
hristoterezov
b638495de4
Fixes mutes
9 gadus atpakaļ
hristoterezov
44336d93e5
Added basic desktop sharing support.
9 gadus atpakaļ
Boris Grozev
0f2adba7f4
Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables.
10 gadus atpakaļ
damencho
e1f5bf3d8d
Uses one method from RTC to stop media streams.
9 gadus atpakaļ
hristoterezov
bc1bc1d024
Adds device selection support.
9 gadus atpakaļ
isymchych
094620eff8
added functions to retrieve devices list and check if that's possible
9 gadus atpakaļ
hristoterezov
bc641dc45b
Detaches createLocalTracks from JitsiConference.
9 gadus atpakaļ
hristoterezov
db7def7e65
Fixes resolution issue on mute.
9 gadus atpakaļ
hristoterezov
9e0191819a
Implements audio levels.
9 gadus atpakaļ
hristoterezov
86a2e4257a
Fixes issues with starting the streams after the conference has been joined.
9 gadus atpakaļ
hristoterezov
cbe183f0f4
Fixes race condition for the mute status for the remote tracks.
9 gadus atpakaļ
hristoterezov
86f90e6331
Fixes mute issues.
9 gadus atpakaļ
hristoterezov
2328443ecb
Refactors RTC module to support multiple conferences. Implements JitsiTrack interfaces.
9 gadus atpakaļ