hristoterezov
6b267bbb5e
Stores measured times and exposes them
vor 9 Jahren
yanas
638bec6375
Basic Jibri recording refactoring.
vor 9 Jahren
paweldomas
35cef535db
Moves JingleSessionPC initialization from ChatRoom to JitsiConference
vor 9 Jahren
paweldomas
1723c46a71
Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on.
vor 9 Jahren
paweldomas
d9182a41c4
Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code
vor 9 Jahren
hristoterezov
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
vor 9 Jahren
Lyubomir Marinov
643b3fa8ae
Fixes doc(umentation) comments (e.g. the mention of the method sendPresenceCommand with does not exist).
vor 9 Jahren
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.
vor 9 Jahren
paweldomas
f4900ec533
Captures the versions of conferencing system components.
vor 9 Jahren
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
vor 9 Jahren
isymchych
ebd524c436
add AUTH_STATUS_CHANGED event
vor 9 Jahren
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
vor 9 Jahren
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
vor 9 Jahren
isymchych
9df12f9fa2
remove all participants and tracks when leaving the room
vor 9 Jahren
isymchych
00733623f1
fail if user is trying to add second video track to the conference
vor 9 Jahren
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.
vor 9 Jahren
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
vor 9 Jahren
isymchych
e997dc72af
update "is muted" state in presence when adding track
vor 9 Jahren
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.
vor 9 Jahren
damencho
ad92eb5a08
Clears remoteStream when user leaves.
vor 9 Jahren
isymchych
cb085214f4
propagate FOCUS_LEFT conference error
vor 9 Jahren
hristoterezov
1af300751c
Fixes issue - TRACK_REMOVED is not fired if only the local participant is alone in the conference
vor 9 Jahren
isymchych
095ef33da9
return promise in addTrack and removeTrack
vor 9 Jahren
paweldomas
9e54f9be8b
Formatting fixes.
vor 9 Jahren
isymchych
8c014e8f12
use statistics module to process peer connection statistics
vor 9 Jahren
hristoterezov
bed4826e46
Added videotype for remote streams
vor 9 Jahren
Ivan Symchych
abf617e945
unmute client on the server if he was muted by focus
vor 9 Jahren
isymchych
cbb46c63cd
added API to change chat subject
vor 9 Jahren
hristoterezov
211da9b641
Fixes issues related to PR #451
vor 9 Jahren
isymchych
4efc997a62
propagate AVAILABLE_DEVICES_CHANGED event
vor 9 Jahren
isymchych
96adaf5e65
handle PRESENCE_STATUS event
vor 9 Jahren
isymchych
f20eb2ef68
handle FOCUS_DISCONNECTED error
vor 9 Jahren
isymchych
ff3e05f5ea
propagate FIREFOX_EXTENSION_NEEDED event
vor 9 Jahren
isymchych
a02143da30
added propagation of few errors
vor 9 Jahren
hristoterezov
862439e26f
Fixes the audio levels
vor 9 Jahren
damencho
e49bd553f8
Fixes start video muted and remote audio.
vor 9 Jahren
hristoterezov
b8682c6a83
Add callstats support
vor 9 Jahren
isymchych
2282f50b62
added method to extract logs
vor 9 Jahren
Thorsten Basse
39a358e155
Stop adding TRACK_REMOVED listener to the conference every time a track is added
As TRACK_REMOVED are never removed from the conference and add up over time.
Might be better to just remove the tracks listeners inside JitsiConference.prototype.removeTrack.
vor 9 Jahren
hristoterezov
8a087c01b3
Adds event that is fired when the local user have started muted
vor 9 Jahren
hristoterezov
3ecbed2347
Fixes start muted implementation.
vor 9 Jahren
isymchych
3a5780af08
added "start muted"
vor 10 Jahren
damencho
8b94351597
Renames all active speaker references to be called dominant speaker.
vor 9 Jahren
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.
vor 9 Jahren
hristoterezov
06025f275b
Implements remote participant audio mute
vor 10 Jahren
hristoterezov
dd1bcb0414
Changes the recording to report the status via event instead of Promise. Fixes JS errors
vor 10 Jahren
hristoterezov
115ce537d1
Add support for jirecon and colibri in the recording
vor 10 Jahren
isymchych
013ee849f7
added method to only authenticate user in the room
vor 10 Jahren
isymchych
56293261b9
do not trigger USER_JOINED event for local user
vor 10 Jahren
hristoterezov
aaefe38c1e
Adds isSIPCallingSupported method to the conference
vor 10 Jahren