paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
před 9 roky
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.
před 9 roky
paweldomas
0f3cd3b873
Add MediaType
před 9 roky
paweldomas
e90eb532b9
Require RTCUtils in JitsiTrack
před 9 roky
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
před 9 roky
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.
před 9 roky
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
před 9 roky
damencho
74f126c905
Fixes attaching onended handler when using Temasys.
před 9 roky
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
před 9 roky
hristoterezov
5928488dc7
Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore.
před 9 roky
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
před 9 roky
paweldomas
0c33f7c53a
Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified.
před 9 roky
Thorsten Basse
c5b497094b
fix(JitsiTrack): set video element src to empty string instead of null on #detach()
Setting the `src` of a video element to null triggered a network request for resource "null".
před 9 roky
paweldomas
c412071839
JitsiTrack#attach method will show back hidden stream element if Temasys plugin is in use.
před 9 roky
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.
před 9 roky
damencho
e49bd553f8
Fixes start video muted and remote audio.
před 9 roky
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.
před 9 roky
hristoterezov
37e73e7ec5
Fixes minor Firefox issues. Adds methods for the desktop sharing.
před 9 roky
hristoterezov
2756c124ac
Fixes JS errors on Temasys
před 10 roky
isymchych
8329fe5767
support DTMF
před 10 roky
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
před 10 roky
damencho
e60b79e20d
Updates addMediaStreamInactiveHandler (from master 5f6bba435c2ba0ff566bca5ba575ab7e2fb0432e).
před 10 roky
damencho
da425c96b5
Makes sure we use stream.ended in one place. Replaces deprecated ended call with active check for media streams.
před 10 roky
damencho
1e16e24f40
Makes sure we add/remove all onended events for media streams in one central place.
před 10 roky
hristoterezov
bc641dc45b
Detaches createLocalTracks from JitsiConference.
před 10 roky
hristoterezov
50c2843d5e
Prevents firing TRACK_REMOVED events when muting.
před 10 roky
hristoterezov
86f90e6331
Fixes mute issues.
před 10 roky
hristoterezov
ae85fc66e5
Fixes TRACK_REMOVED event.
před 10 roky
hristoterezov
036635dee6
Implements some conference events.
před 10 roky
hristoterezov
2328443ecb
Refactors RTC module to support multiple conferences. Implements JitsiTrack interfaces.
před 10 roky
hristoterezov
9ea31b1ef4
Implements partly multi conference support for rtc module.
před 10 roky
hristoterezov
e9cf303fa6
Fixes join and leave methods. Adds communication with jicofo. Implements custom commands methods.
před 10 roky
hristoterezov
24975595b7
Implements JitsiConnection
před 10 roky