Sam Whited
ec34cf48a2
Add events for lock icon update
il y a 9 ans
hristoterezov
733c968004
Removes unused code after reloads removal
il y a 9 ans
damencho
11f0cef3a3
Handles videoType from last received presence.
Handles the case where we can receive the presence with the video type before we have received and created the remote track.
il y a 9 ans
damencho
2efb7f64af
Avoids sending presence when kicked and room is left.
il y a 9 ans
damencho
709f12f533
Uses the empty element with namespace for initial presence.
Fixes a problem where, sending that namespace on every presence will make the server think we are joining every time and will return us the message history for the muc.
il y a 9 ans
damencho
339c472dcd
Fixes few issues with kicking participant.
If in the presence there is 110 and 307 status codes there was an error in processing. When kicked the other participants were not cleared from the conference. Firing an event for focus leaving the conference when we are kicked.
il y a 9 ans
hristoterezov
0e6a1073c8
Fixes JS error
il y a 9 ans
hristoterezov
824169f659
Tries to fix issue with not recognized focus participant on reload
il y a 9 ans
hristoterezov
6ca2c62090
Reloads JitsiConnection on prosody or jicofo restart
il y a 9 ans
hristoterezov
0449071f89
Implements JitsiConnection.reload. Minor fixes related to JitsiConference.reload.
il y a 9 ans
Boris Grozev
8c3f7084b7
Fixes a bug added in 0f40e2efd4f3c75c31ada99df7e3f4edd3b2fe8a.
il y a 9 ans
Boris Grozev
985f79da37
Adds a set of properties to JitsiParticipant, which can be updated
via presence (via special items with a tag name beginning with
"jitsi_participant_). An events is fired when the value of a property changes.
il y a 9 ans
Boris Grozev
0f40e2efd4
Adds only a single item with a given key to presence.
il y a 9 ans
Boris Grozev
0b1f998a74
Ignore "bridgeIsDown" presence from non-focus members.
il y a 9 ans
hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
il y a 9 ans
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
il y a 9 ans
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
il y a 9 ans
Lyubomir Marinov
e165952a5d
Simplify, clarify source code
il y a 9 ans
yanas
78c99a5a24
Fix jibri presence initial state
il y a 9 ans
yanas
81553cce96
Fix missing hidden domain problem
il y a 9 ans
Boris Grozev
84f72c1b73
Minor simplification.
il y a 9 ans
yanas
02c46a19fb
Add hidden participant support
il y a 9 ans
paweldomas
b54d095e2d
Initialize 'videomuted' presence with 'false'
il y a 9 ans
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
il y a 9 ans
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.
il y a 9 ans
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
il y a 9 ans
hristoterezov
ab27837f4a
Fixes issue with not sending presence unavailable when JitsiConference.leave is called
il y a 9 ans
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
il y a 9 ans
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
il y a 9 ans
paweldomas
d96fcc81e2
Fix xmlns attributes of presence mute extensions
il y a 9 ans
hristoterezov
3c94755413
Renames performanceTimes to ConnectionTimes
il y a 9 ans
hristoterezov
d2c277eec3
Fixes the performance time structure which is used by torture
il y a 9 ans
hristoterezov
6b267bbb5e
Stores measured times and exposes them
il y a 9 ans
damencho
1ddc21e33e
Catch all errors comming from command handlers to avoid detaching presence handler from strophe connection.
il y a 9 ans
Lyubomir Marinov
84c22065fa
Expresses the desire to have the MUC join ASAP.
il y a 9 ans
Lyubomir Marinov
0dce3b62af
Prefers local variables over instance property lookups.
il y a 9 ans
Lyubomir Marinov
3079fbca34
Fixes hard-to-read indentation.
il y a 9 ans
Lyubomir Marinov
b93ed63f7d
Renames a local variable from tmp to something (more) descriptive.
il y a 9 ans
hristoterezov
6d51afe200
Fixes issue with muc join
il y a 9 ans
hristoterezov
de851ca50e
Implements attach method in JitsiConnection. Fixes token auth.
il y a 9 ans
paweldomas
35cef535db
Moves JingleSessionPC initialization from ChatRoom to JitsiConference
il y a 9 ans
paweldomas
d9182a41c4
Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code
il y a 9 ans
hristoterezov
c00a23441c
Fixes errors after review
il y a 9 ans
hristoterezov
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
il y a 9 ans
paweldomas
f4900ec533
Captures the versions of conferencing system components.
il y a 9 ans
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
il y a 9 ans
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
il y a 9 ans
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.
il y a 9 ans
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.
il y a 9 ans
hristoterezov
1af300751c
Fixes issue - TRACK_REMOVED is not fired if only the local participant is alone in the conference
il y a 9 ans