hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
il y a 9 ans
hristoterezov
85fd13a082
Fixes issues after review
il y a 9 ans
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
il y a 9 ans
Lyubomir Marinov
704f1f8063
Fix a typo in function names
il y a 9 ans
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
il y a 9 ans
Lyubomir Marinov
3b4351a3cf
Add jsdocs and optimize
il y a 9 ans
hristoterezov
3aa49c4c2a
Removes fake video tracks from the code
il y a 9 ans
paweldomas
c90d758fdf
Reopen data channels on ice restart
il y a 9 ans
hristoterezov
9d79ea9507
Changes the code from the last commit to be more readable
il y a 9 ans
hristoterezov
abdb7e3c49
Fixes issue with fake streams that are never removed
il y a 9 ans
hristoterezov
e6968912ae
Changes console.* to logger.*
il y a 9 ans
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
il y a 9 ans
hristoterezov
49bd22e976
Fixes issue with callstats confID
il y a 9 ans
hristoterezov
d7c65e1129
Makes sure that the state of the app is not changed if add/remove track fails
il y a 9 ans
hristoterezov
4861c2a9fc
Fixes issue with not completing promise for remove/add track and conference leave
il y a 9 ans
yanas
78c99a5a24
Fix jibri presence initial state
il y a 9 ans
Lyubomir Marinov
7df2e4e358
Make disco completely optional
Since (1) half of the disco uses check whether the feature in question
is supported, (2) the other half appears to not absolutely require
disco, and (3) disco needs to be explicitly included/required in order
to be supported, make disco completely optional.
il y a 9 ans
Lyubomir Marinov
2605abe2a3
Don't rely on JitsiMeetJS being global
While we have JitsiMeetJS defined as a global variable in Jitsi Meet, it
doesn't sound like an absolutely necessary and beautiful requirement
inside the library itself.
il y a 9 ans
yanas
02c46a19fb
Add hidden participant support
il y a 9 ans
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
il y a 9 ans
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
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
bgrozev
a39b742c67
Fixes the key of the "data channe opened" entry.
il y a 9 ans
Boris Grozev
eb5f0dce0b
Sends dominant speaker events to callstats.
il y a 9 ans
hristoterezov
849763dfdc
Changes JitsiConference.getLocalTracks and JitsiParticipant.getTracks to return cloned array of tracks
il y a 9 ans
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
il y a 9 ans
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
il y a 9 ans
Boris Grozev
d894a7e579
Saves the time a data channel was opened in connectionTimes.
il y a 9 ans
damencho
d11ec5f6de
Adds screenShareStart and screenShareStop events to callstats reports.
il y a 9 ans
hristoterezov
3c94755413
Renames performanceTimes to ConnectionTimes
il y a 9 ans
damencho
6c4d25cb55
Limit on display name changed only when there is a real change.
il y a 9 ans
damencho
b7e1654670
Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats.
il y a 9 ans
hristoterezov
6b267bbb5e
Stores measured times and exposes them
il y a 9 ans
yanas
638bec6375
Basic Jibri recording refactoring.
il y a 9 ans
paweldomas
35cef535db
Moves JingleSessionPC initialization from ChatRoom to JitsiConference
il y a 9 ans
paweldomas
1723c46a71
Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on.
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
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
il y a 9 ans
Lyubomir Marinov
643b3fa8ae
Fixes doc(umentation) comments (e.g. the mention of the method sendPresenceCommand with does not exist).
il y a 9 ans
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.
il y a 10 ans
paweldomas
f4900ec533
Captures the versions of conferencing system components.
il y a 10 ans
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
il y a 10 ans
isymchych
ebd524c436
add AUTH_STATUS_CHANGED event
il y a 10 ans
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
il y a 10 ans
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
il y a 10 ans
isymchych
9df12f9fa2
remove all participants and tracks when leaving the room
il y a 10 ans
isymchych
00733623f1
fail if user is trying to add second video track to the conference
il y a 10 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 10 ans
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
il y a 10 ans
isymchych
e997dc72af
update "is muted" state in presence when adding track
il y a 10 ans