paweldomas
b54d095e2d
Initialize 'videomuted' presence with 'false'
пре 9 година
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
пре 9 година
paweldomas
e72d0df947
Comment out unused method
пре 9 година
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
пре 9 година
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
пре 9 година
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 година
paweldomas
02d631075d
Name the var what it really is and detect potential issue
We were assigning the var, before the type was compared which
could result in accepting "audio" stream for "video" JitsiLocalTrack.
пре 9 година
paweldomas
2534e623fc
Add VideoType
пре 9 година
paweldomas
0f3cd3b873
Add MediaType
пре 9 година
paweldomas
e90eb532b9
Require RTCUtils in JitsiTrack
пре 9 година
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
пре 9 година
paweldomas
9c0e7afca2
Remove unused/invalid call
пре 9 година
Boris Grozev
c87e341872
Fixes the options object used.
пре 9 година
Boris Grozev
30d3a19db8
Adds startBitrate to the conference creation request.
пре 9 година
hristoterezov
2f026f8ff1
Changes FIXME comment about the data channels
пре 9 година
hristoterezov
ab27837f4a
Fixes issue with not sending presence unavailable when JitsiConference.leave is called
пре 9 година
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
пре 9 година
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
пре 9 година
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
пре 9 година
paweldomas
d96fcc81e2
Fix xmlns attributes of presence mute extensions
пре 9 година
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 година
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 година
damencho
d11ec5f6de
Adds screenShareStart and screenShareStop events to callstats reports.
пре 9 година
paweldomas
6c0aef3742
Fix invalid call to _allocateConferenceFocusError
пре 9 година
hristoterezov
3c94755413
Renames performanceTimes to ConnectionTimes
пре 9 година
hristoterezov
d2c277eec3
Fixes the performance time structure which is used by torture
пре 9 година
Boris Grozev
9e49288651
Disables rtx.
пре 9 година
Boris Grozev
4d93c05452
Allows RTX to be disable for a conference.
пре 9 година
Boris Grozev
2166a93e9b
Fixes ordering of a=ssrc lines before SRD is called.
пре 9 година
hristoterezov
f695301d50
Fixes callstats issue: Cannot send feedback to callstats after JitsiConference.leave
пре 9 година
damencho
b7e1654670
Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats.
пре 9 година
Boris Grozev
f341b9ba3f
Renames adaptiveSimulcast to disableAdaptiveSimulcast.
пре 9 година
Boris Grozev
1f0e71a842
Simlifies code.
пре 9 година
hristoterezov
6b267bbb5e
Stores measured times and exposes them
пре 9 година
damencho
1ddc21e33e
Catch all errors comming from command handlers to avoid detaching presence handler from strophe connection.
пре 9 година
hristoterezov
5f38cf9232
Fixes console log for Strophe attaching
пре 9 година
Lyubomir Marinov
84c22065fa
Expresses the desire to have the MUC join ASAP.
пре 9 година
Lyubomir Marinov
1e17367d5b
Initializes fields with primitive values through the prototype. (The Internet says that's faster so it MUST be true.)
пре 9 година
Lyubomir Marinov
230196572c
Simplifies source code.
пре 9 година
Lyubomir Marinov
e97859f23d
Complies with the convention in most of the source code in the file and puts opening braces at the end of the interval after a space character.
пре 9 година
Lyubomir Marinov
b96988fc10
Limits the early DTLS to Chrome because Firefox does not support instructing it about its RFC 4145 setup attribute value.
пре 9 година
Lyubomir Marinov
6bb7eadf9a
Expresses the desire to have the conference focus invited into the MUC ASAP.
пре 9 година
Lyubomir Marinov
0dce3b62af
Prefers local variables over instance property lookups.
пре 9 година
Lyubomir Marinov
3079fbca34
Fixes hard-to-read indentation.
пре 9 година
Lyubomir Marinov
b93ed63f7d
Renames a local variable from tmp to something (more) descriptive.
пре 9 година
Lyubomir Marinov
cad01c5c3d
Splits a long function into two shorter functions.
пре 9 година
yanas
638bec6375
Basic Jibri recording refactoring.
пре 9 година
hristoterezov
6d51afe200
Fixes issue with muc join
пре 9 година
Lyubomir Marinov
4dd7ae6bfa
Improves the readability of the source code. (Suggested by Iván Loire.)
пре 9 година
hristoterezov
de851ca50e
Implements attach method in JitsiConnection. Fixes token auth.
пре 9 година