bgrozev
6c870f70b5
Revert "Implements interfaces for data channel communication"
hace 9 años
hristoterezov
dd24d1bee1
Implements interfaces for data channel communication
hace 9 años
tsareg
49fa0a48a5
More simple RTC#removeRemoteTrack() and RTC#removeRemoteTracks() methods
hace 9 años
tsareg
27466fce4a
Always fire JitsiConferenceEvents.TRACK_REMOVED event when track is removed when participant lefts the conference
hace 9 años
Boris Grozev
6cfd1ba968
Renames confusingly named functions, adds documentation.
hace 9 años
damencho
421483fc73
Removes getVideoId and getVideoSrc as no longer used by tests.
hace 9 años
hristoterezov
faeda96206
Implements reload method in JitsiConference
hace 9 años
hristoterezov
36078b0e66
Implements audio problems detection
hace 9 años
damencho
0322825701
Reports initial device list and subsequent device changes to callstats.
hace 9 años
hristoterezov
c3f9885df0
Resolve xmpp dependacies in RTC module
hace 9 años
Lyubomir Marinov
9615aadfb3
Reduce the dependency on HTML elements
Since React Native doesn't have HTML elements, depend on HTML element
properties and don't necessarily depend on them being properties on
actual HTML elements but rather assume plain JavaScript objects.
hace 9 años
hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
hace 9 años
tsareg
b816184f5b
Subcribe each instance of JitsiLocalTrack to audio output change event as there might be local tracks not inside a conference
hace 9 años
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
hace 9 años
tsareg
6500f9e1f4
Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED, instead subscribe once in RTC
hace 9 años
Lyubomir Marinov
3b4351a3cf
Add jsdocs and optimize
hace 9 años
hristoterezov
3aa49c4c2a
Removes fake video tracks from the code
hace 9 años
paweldomas
c90d758fdf
Reopen data channels on ice restart
hace 9 años
hristoterezov
abdb7e3c49
Fixes issue with fake streams that are never removed
hace 9 años
Kostiantyn Tsaregradskyi
f57a75b412
Switch local audio and video track when list of available devices changes
hace 9 años
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
hace 9 años
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
hace 9 años
Boris Grozev
fe724ef7dc
Avoid unnecessary traversal.
hace 9 años
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
hace 9 años
paweldomas
e72d0df947
Comment out unused method
hace 9 años
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
hace 9 años
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
hace 9 años
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.
hace 9 años
paweldomas
2534e623fc
Add VideoType
hace 9 años
paweldomas
0f3cd3b873
Add MediaType
hace 9 años
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
hace 9 años
paweldomas
9c0e7afca2
Remove unused/invalid call
hace 9 años
damencho
f18f56989d
Fixes audio mute/unmute all.
hace 10 años
damencho
e8739706e1
Renames some variables.
hace 10 años
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.
hace 10 años
damencho
352de0b818
Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing.
hace 10 años
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
hace 10 años
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
hace 10 años
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
hace 10 años
isymchych
00733623f1
fail if user is trying to add second video track to the conference
hace 10 años
damencho
893178eabc
Fixes remote video resolution reporting.
hace 10 años
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.
hace 10 años
damencho
ad92eb5a08
Clears remoteStream when user leaves.
hace 10 años
damencho
df2af2ff3c
Renames variable.
hace 10 años
paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
hace 10 años
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.
hace 10 años
hristoterezov
bed4826e46
Added videotype for remote streams
hace 10 años
isymchych
ff3e05f5ea
propagate FIREFOX_EXTENSION_NEEDED event
hace 10 años
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.
hace 10 años
damencho
e49bd553f8
Fixes start video muted and remote audio.
hace 10 años