hristoterezov
c00a23441c
Fixes errors after review
10 years ago
hristoterezov
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
10 years ago
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
10 years ago
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
10 years ago
paweldomas
f4900ec533
Captures the versions of conferencing system components.
10 years ago
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
10 years ago
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 years ago
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
10 years ago
damencho
f4eb4450d5
Fixes this reference in removeStream method.
10 years ago
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
10 years ago
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 years ago
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 years ago
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 years ago
isymchych
cb085214f4
propagate FOCUS_LEFT conference error
10 years ago
hristoterezov
1af300751c
Fixes issue - TRACK_REMOVED is not fired if only the local participant is alone in the conference
10 years ago
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 years ago
paweldomas
4153189561
Enables stats for Temasys plugin.
10 years ago
paweldomas
8758b83aad
Fixes getStats error on new Temasys plugin version(new stats API to be investigated).
10 years ago
hristoterezov
1848b15640
Fixes issue with endless SRD/SLD
10 years ago
Lyubomir Marinov
2feefff54f
Disconnects from the XMPP server on unload as a way to facilitate API consumers.
10 years ago
Lyubomir Marinov
a504d7b908
Adds a missing this.
10 years ago
Lyubomir Marinov
4de20ae339
Manually formats source code for the purposes of (a bit of) consistency,
10 years ago
Lyubomir Marinov
21d5049076
Allows testing how synchronous and asynchronous Strophe affects the reliability of the delivery of unavailable presence to the XMPP server.
10 years ago
isymchych
cbb46c63cd
added API to change chat subject
10 years ago
isymchych
4efc997a62
propagate AVAILABLE_DEVICES_CHANGED event
10 years ago
isymchych
6f10dbfd10
removed USER_ID_CHANGED event
10 years ago
isymchych
96adaf5e65
handle PRESENCE_STATUS event
10 years ago
Lyubomir Marinov
914ff83d30
Attempts to increase the chances of unavailable presence reaching Prosody (on window unload, for example).
10 years ago
hristoterezov
b8682c6a83
Add callstats support
10 years ago
George Politis
e7090e5489
Enables simulcast by default.
10 years ago
George Politis
d3d8927022
Fixes build with older versions of nodejs.
10 years ago
George Politis
bb8dfe44a5
Removes space in cname generation of recvonly streams.
10 years ago
George Politis
2c317e3b17
Removes the local SSRC replacement hack and fixes video muting/unmuting when simulcast is enabled.
Conflicts:
modules/xmpp/JingleSessionPC.js
modules/xmpp/LocalSSRCReplacement.js
modules/xmpp/TraceablePeerConnection.js
10 years ago
damencho
ba3b133ecd
Decrease the ping interval.
10 years ago
bgrozev
7ef80810b2
Fixes one more reference, removes a variable.
10 years ago
damencho
960f22dcca
Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config.
10 years ago
hristoterezov
109926cef1
Fixes removeTrack for FF
10 years ago
damencho
185ba3b9a7
Removes unused and not working method.
10 years ago
damencho
9b056afed0
Does not remove muted info from presence just surpress generating duplicate events for muted, if we remove it this breaks initial presences for muted.
10 years ago
damencho
c1abbc4d65
Removes muted info from presence to avoid generating too many muted events.
10 years ago
hristoterezov
3ecbed2347
Fixes start muted implementation.
10 years ago
isymchych
3a5780af08
added "start muted"
10 years ago
damencho
3e0e8d9215
Makes sure we first fire muc_joined and muc_member_joined before firing command events or any event for the data from the received presence.
10 years ago
damencho
e5ee21b19b
Removes email references.
10 years ago
hristoterezov
d9ba5d989f
Fixes ssrcOwners map in JingleSession for local user jid
10 years ago
hristoterezov
150c9be041
Removes unnecessary logs
10 years ago
hristoterezov
06025f275b
Implements remote participant audio mute
10 years ago
hristoterezov
dd1bcb0414
Changes the recording to report the status via event instead of Promise. Fixes JS errors
10 years ago
hristoterezov
115ce537d1
Add support for jirecon and colibri in the recording
10 years ago
isymchych
013ee849f7
added method to only authenticate user in the room
10 years ago