Boris Grozev
8c3f7084b7
Fixes a bug added in 0f40e2efd4f3c75c31ada99df7e3f4edd3b2fe8a.
9 jaren geleden
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.
9 jaren geleden
Boris Grozev
0f40e2efd4
Adds only a single item with a given key to presence.
9 jaren geleden
Boris Grozev
0b1f998a74
Ignore "bridgeIsDown" presence from non-focus members.
9 jaren geleden
hristoterezov
0d4acbf2de
Fixes issues after rebase
9 jaren geleden
hristoterezov
49d3d84a65
Fixes track removal for NWJS
9 jaren geleden
Lyubomir Marinov
770ffa085e
Support statistics on React Native
9 jaren geleden
hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
9 jaren geleden
paweldomas
97e2e845f4
Move disco-info initialization to the XMPP module
9 jaren geleden
paweldomas
5594316003
Adds 'enableLipSync' and 'audioPacketDelay' config options
9 jaren geleden
hristoterezov
85fd13a082
Fixes issues after review
9 jaren geleden
Lyubomir Marinov
2fe4df5293
Reduce duplication
9 jaren geleden
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
9 jaren geleden
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9 jaren geleden
yanas
e4928ef6e4
Handle jibri errors and busy status
9 jaren geleden
Lance Stout
ef2240182b
Stay consistent with other subclassing instances.
9 jaren geleden
Lance Stout
3d3b684710
Correctly subclass JingleSession
The previous method was clobbering the JingleSession prototype,
preventing the creation of additional subclasses.
9 jaren geleden
paweldomas
c90d758fdf
Reopen data channels on ice restart
9 jaren geleden
Lyubomir Marinov
e165952a5d
Simplify, clarify source code
9 jaren geleden
George Politis
c3dafcf0f3
Nukes the pre-configured bridge from the example config file.
Jicofo is smart and can find any bridge with service discovery and/or
pubsub.
9 jaren geleden
hristoterezov
e6968912ae
Changes console.* to logger.*
9 jaren geleden
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
9 jaren geleden
hristoterezov
24a9158838
Fixes removeTrack from previous commit
9 jaren geleden
hristoterezov
d7c65e1129
Makes sure that the state of the app is not changed if add/remove track fails
9 jaren geleden
hristoterezov
4861c2a9fc
Fixes issue with not completing promise for remove/add track and conference leave
9 jaren geleden
yanas
d4be648c45
Fix off recording state handling
9 jaren geleden
yanas
8c80acff2f
Replace console with logger print in recording module
9 jaren geleden
yanas
6510fe101f
Removes a log.
9 jaren geleden
yanas
78c99a5a24
Fix jibri presence initial state
9 jaren geleden
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.
9 jaren geleden
Lyubomir Marinov
e403a68665
Prevent TypeError
The function filter_special_chars does not have to throw a TypeError
when its argument text is null or undefined because (1) it can be argued
that neither of these two contains special characters and (2) it is much
more convenient to have the check in the function in question rather at
its multiple call sites.
9 jaren geleden
Lyubomir Marinov
dabb772851
Fix incorrect (lack of) assignment
9 jaren geleden
yanas
81553cce96
Fix missing hidden domain problem
9 jaren geleden
Boris Grozev
a4c62bac8d
Adds a stereo option.
9 jaren geleden
Boris Grozev
84f72c1b73
Minor simplification.
9 jaren geleden
yanas
02c46a19fb
Add hidden participant support
9 jaren geleden
paweldomas
8ba1af02a3
Advertise lip-sync feature for Chrome client
9 jaren geleden
paweldomas
b54d095e2d
Initialize 'videomuted' presence with 'false'
9 jaren geleden
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
9 jaren geleden
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.
9 jaren geleden
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
9 jaren geleden
Boris Grozev
c87e341872
Fixes the options object used.
9 jaren geleden
Boris Grozev
30d3a19db8
Adds startBitrate to the conference creation request.
9 jaren geleden
hristoterezov
ab27837f4a
Fixes issue with not sending presence unavailable when JitsiConference.leave is called
9 jaren geleden
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
9 jaren geleden
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
9 jaren geleden
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
9 jaren geleden
paweldomas
d96fcc81e2
Fix xmlns attributes of presence mute extensions
9 jaren geleden
paweldomas
1c31d7bfab
Fix 'source-add' + 'source-remove' race condition
When source-add and source-remove for the same SSRC arrive just one after
another, SSRC will not be removed as it didn't make it to the remote description
yet.
9 jaren geleden
paweldomas
0c43c09e72
Simplify source-remove handling
Before the change we were constructing lines to be removed based on SSRC
parameters values supplied in the notification. We want the client to simply
remove all lines related to the SSRC being removed as sometimes things get
out of sync. For example when Chrome adds 'default' mslabel or when we'll be
doing lipsync stream merging.
9 jaren geleden