paweldomas
b54d095e2d
Initialize 'videomuted' presence with 'false'
9 anos atrás
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
9 anos atrás
paweldomas
e72d0df947
Comment out unused method
9 anos atrás
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
9 anos atrás
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
9 anos atrás
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 anos atrás
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 anos atrás
paweldomas
2534e623fc
Add VideoType
9 anos atrás
paweldomas
0f3cd3b873
Add MediaType
9 anos atrás
paweldomas
e90eb532b9
Require RTCUtils in JitsiTrack
9 anos atrás
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
9 anos atrás
paweldomas
9c0e7afca2
Remove unused/invalid call
9 anos atrás
George Politis
7425a91a89
Merge pull request #79 from bgrozev/fix-options-object
Fixes the options object used.
9 anos atrás
Boris Grozev
c87e341872
Fixes the options object used.
9 anos atrás
George Politis
9b42df5bde
Merge pull request #78 from bgrozev/start-bitrate
Adds startBitrate to the conference creation request.
9 anos atrás
Boris Grozev
30d3a19db8
Adds startBitrate to the conference creation request.
9 anos atrás
hristoterezov
f346df574e
Merge pull request #72 from bgrozev/log-datachannel-open
Saves the time a data channel was opened in connectionTimes.
9 anos atrás
bgrozev
a39b742c67
Fixes the key of the "data channe opened" entry.
9 anos atrás
Paweł Domas
6bb0a04697
Merge pull request #75 from jitsi/fix_track_arrays_reference
Changes JitsiConference.getLocalTracks and JitsiParticipant.getTracks to return cloned array of tracks
9 anos atrás
hristoterezov
849763dfdc
Changes JitsiConference.getLocalTracks and JitsiParticipant.getTracks to return cloned array of tracks
9 anos atrás
Paweł Domas
f46110fc9d
Update tokens.md
Renames 'issuer' to 'iss'
9 anos atrás
yanas
4d481d74c8
Merge pull request #60 from jitsi/callstats_fix
Fixes callstats issue: Cannot send feedback to callstats after JitsiConference.leave
9 anos atrás
hristoterezov
2f026f8ff1
Changes FIXME comment about the data channels
9 anos atrás
hristoterezov
ab27837f4a
Fixes issue with not sending presence unavailable when JitsiConference.leave is called
9 anos atrás
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
9 anos atrás
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
9 anos atrás
hristoterezov
4f8a0143ef
Merge branch 'master' into callstats_fix
9 anos atrás
hristoterezov
a908efaa35
Merge pull request #74 from jitsi/fix-options
Fixes using options from correct locations
9 anos atrás
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
9 anos atrás
Paweł Domas
5ff4dece7d
Merge pull request #73 from jitsi/fix_resolution_retries
Fixed issue with not recognising unsupported resolution error
9 anos atrás
hristoterezov
4e0f46de41
Fixed issue with not recognising unsupported resolution error
9 anos atrás
George Politis
4285128d3e
Merge pull request #70 from jitsi/ssrc_remove
Simplify source-remove notifications.
9 anos atrás
Boris Grozev
d894a7e579
Saves the time a data channel was opened in connectionTimes.
9 anos atrás
hristoterezov
7f1b9140ff
Merge pull request #71 from jitsi/mute_attributes
Fix xmlns attributes of presence mute extensions
9 anos atrás
paweldomas
d96fcc81e2
Fix xmlns attributes of presence mute extensions
9 anos atrás
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 anos atrás
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 anos atrás
damencho
254f4f400c
Merge pull request #68 from jitsi/performanceTime_format
Fixes the performance time structure which is used by torture
9 anos atrás
hristoterezov
a132424c5e
Merge pull request #59 from damencho/callstats-screen-share-events
Adds screenShareStart and screenShareStop events to callstats reports.
9 anos atrás
damencho
d11ec5f6de
Adds screenShareStart and screenShareStop events to callstats reports.
9 anos atrás
hristoterezov
5b91a7b812
Merge pull request #67 from damencho/updates-onDisplayNameChanged
Updates onDisplayNameChanged
9 anos atrás
paweldomas
6c0aef3742
Fix invalid call to _allocateConferenceFocusError
9 anos atrás
hristoterezov
3c94755413
Renames performanceTimes to ConnectionTimes
9 anos atrás
hristoterezov
d2c277eec3
Fixes the performance time structure which is used by torture
9 anos atrás
damencho
6c4d25cb55
Limit on display name changed only when there is a real change.
9 anos atrás
George Politis
967ee8980c
Merge pull request #64 from bgrozev/disable-rtx
Disables rtx.
9 anos atrás
Boris Grozev
9e49288651
Disables rtx.
9 anos atrás
George Politis
28f05dce31
Merge pull request #62 from bgrozev/fix-ssrc-order
Fixes ordering of a=ssrc lines before SRD is called.
9 anos atrás
George Politis
1bdab2c989
Merge pull request #63 from bgrozev/allow-rtx-disable
Allows RTX to be disable for a conference.
9 anos atrás
Boris Grozev
4d93c05452
Allows RTX to be disable for a conference.
9 anos atrás