hristoterezov
c00a23441c
Fixes errors after review
10 년 전
hristoterezov
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
10 년 전
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
10 년 전
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
10 년 전
isymchych
fa9fe84e23
integration with NW.js
10 년 전
damencho
f18f56989d
Fixes audio mute/unmute all.
10 년 전
damencho
e8739706e1
Renames some variables.
10 년 전
paweldomas
2db4f555e1
Fixes 'arg' undefined in ScreenObtainer
10 년 전
damencho
b40b0c19d1
Rejects unmute promise if error is cought.
10 년 전
damencho
a1bef9da5c
Moves common logic in util function.
10 년 전
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.
10 년 전
damencho
58d1f9b345
Removes unused events.
10 년 전
damencho
104bf2363b
Adds an error for user canceling the window choosing window/desktop when sharing desktop.
10 년 전
damencho
f7e63c5850
Adds some more logged info and error type for chrome installation failure.
10 년 전
paweldomas
f4900ec533
Captures the versions of conferencing system components.
10 년 전
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
10 년 전
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
10 년 전
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
10 년 전
damencho
74f126c905
Fixes attaching onended handler when using Temasys.
10 년 전
damencho
352de0b818
Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing.
10 년 전
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
10 년 전
damencho
f4eb4450d5
Fixes this reference in removeStream method.
10 년 전
isymchych
cfa609673b
add helper to extract stream id from the video element
10 년 전
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
10 년 전
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
10 년 전
damencho
f89bf90bb7
Fixes loss reporting.
10 년 전
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
10 년 전
isymchych
f449bc34d8
fix Settings save to actually save data localstrage
10 년 전
isymchych
00733623f1
fail if user is trying to add second video track to the conference
10 년 전
isymchych
cdf871dc2f
allow to select devices on Firefox
10 년 전
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.
10 년 전
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
10 년 전
yanas
39ed8800c4
Re-order resolution preference, so that we always preference 16:9 ratio when we fallback.
10 년 전
paweldomas
0c33f7c53a
Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified.
10 년 전
isymchych
d21dbbaba1
fix name of audio device
10 년 전
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".
10 년 전
damencho
893178eabc
Fixes remote video resolution reporting.
10 년 전
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.
10 년 전
damencho
ad92eb5a08
Clears remoteStream when user leaves.
10 년 전
damencho
df2af2ff3c
Renames variable.
10 년 전
isymchych
cb085214f4
propagate FOCUS_LEFT conference error
10 년 전
hristoterezov
1af300751c
Fixes issue - TRACK_REMOVED is not fired if only the local participant is alone in the conference
10 년 전
isymchych
095ef33da9
return promise in addTrack and removeTrack
10 년 전
Etienne CHAMPETIER
3980d481b9
Partially fix authenticated conference
'this' is the Window, 'self' is the Moderator
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
10 년 전
paweldomas
79bafdd7c5
Adds more utility methods to RTCUIHelper.
10 년 전
paweldomas
c412071839
JitsiTrack#attach method will show back hidden stream element if Temasys plugin is in use.
10 년 전
paweldomas
6d23259308
Removes getPeerSSRCAudioLevel from statistics which was replaced by another method for 'torture' purposes here:
482f71f5ea
10 년 전
paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
10 년 전
isymchych
8c014e8f12
use statistics module to process peer connection statistics
10 년 전
Ivan Loire
07d5921e80
Fixes asynchronous error handling when chrome.webstore.install throws an exception
10 년 전