paweldomas
07d32cc650
Adds docs and improvements to JingleSessionPC.newJingleErrorHandler
hace 9 años
paweldomas
35cef535db
Moves JingleSessionPC initialization from ChatRoom to JitsiConference
hace 9 años
paweldomas
0510c54f59
Replaces 'const' with 'var' in JingleSessionPC
hace 9 años
paweldomas
1723c46a71
Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on.
hace 9 años
paweldomas
1ccf494169
Fixes error type not set correctly on jingle error response, adds more warnings
hace 9 años
paweldomas
d9182a41c4
Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code
hace 9 años
paweldomas
0ba2c9fffc
Removes unused $(document).trigger
hace 9 años
paweldomas
438bf72572
Captures all IQ errors coming from JingleSessionPC, adds timeout constant, adds JINGLE_ERROR event,
adds missing semicolons
hace 9 años
paweldomas
9aed1bf90a
Moves 'active' method to JingleSession
hace 9 años
paweldomas
1bec553315
Removes no longer used 'sendKeyframe' hack
hace 9 años
paweldomas
a047e5e00d
Removes unused 'onIceConnectionStateChange' handler
hace 9 años
paweldomas
11fa8f8567
Removes unused 'videoMuteByUser' field
hace 9 años
paweldomas
45c5180a5e
Removes unused getStats method
hace 9 años
hristoterezov
c00a23441c
Fixes errors after review
hace 9 años
Lyubomir Marinov
fbc5d195eb
Adds a FIXME to not let a potential problem be forgotten.
hace 9 años
Lyubomir Marinov
3a179705ea
Fixes a possible exception. Clarifies (& potentially optimizes) code.
hace 9 años
hristoterezov
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
hace 9 años
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
hace 9 años
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
hace 9 años
isymchych
fa9fe84e23
integration with NW.js
hace 9 años
damencho
f18f56989d
Fixes audio mute/unmute all.
hace 10 años
damencho
e8739706e1
Renames some variables.
hace 10 años
paweldomas
2db4f555e1
Fixes 'arg' undefined in ScreenObtainer
hace 10 años
damencho
b40b0c19d1
Rejects unmute promise if error is cought.
hace 10 años
damencho
a1bef9da5c
Moves common logic in util function.
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
58d1f9b345
Removes unused events.
hace 10 años
damencho
104bf2363b
Adds an error for user canceling the window choosing window/desktop when sharing desktop.
hace 10 años
damencho
f7e63c5850
Adds some more logged info and error type for chrome installation failure.
hace 10 años
paweldomas
f4900ec533
Captures the versions of conferencing system components.
hace 10 años
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
hace 10 años
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
hace 10 años
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
hace 10 años
damencho
74f126c905
Fixes attaching onended handler when using Temasys.
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
damencho
f4eb4450d5
Fixes this reference in removeStream method.
hace 10 años
isymchych
cfa609673b
add helper to extract stream id from the video element
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
damencho
f89bf90bb7
Fixes loss reporting.
hace 10 años
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
hace 10 años
isymchych
f449bc34d8
fix Settings save to actually save data localstrage
hace 10 años
isymchych
00733623f1
fail if user is trying to add second video track to the conference
hace 10 años
isymchych
cdf871dc2f
allow to select devices on Firefox
hace 10 años
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.
hace 10 años
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
hace 10 años
yanas
39ed8800c4
Re-order resolution preference, so that we always preference 16:9 ratio when we fallback.
hace 10 años
paweldomas
0c33f7c53a
Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified.
hace 10 años
isymchych
d21dbbaba1
fix name of audio device
hace 10 años