paweldomas
a79608213f
feat(events): include JitsiTrack as an argument of TRACK_MUTE_CHANGED
hace 9 años
hristoterezov
83c7006922
fix(camera_issue_detection): issues after review
hace 9 años
hristoterezov
8eb00349d9
feat(JitsiLocalTrack): Log camera/mic problems
hace 9 años
hristoterezov
2457cca193
fix(camera_issue_detection): Adds timeout for reporting camera issues
hace 9 años
hristoterezov
c9ad8b9d21
Reverts the camera issue detection
hace 9 años
hristoterezov
f25833413a
fix(JitsiLocalTrack): issues after review
hace 9 años
hristoterezov
0d037bad65
feat(JitsiLocalTrack): Implement camera issues detection
hace 9 años
hristoterezov
008f8add88
fix(start_muted): Fixes start muted feature
hace 9 años
Lyubomir Marinov
0e7c83b46a
ES6 for JitsiTrackError
hace 9 años
Lyubomir Marinov
6ad10dc442
ES6 for JitsiTrackErrors
hace 9 años
Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
hace 9 años
hristoterezov
5c903dfcc3
Fixes onended handler issues
hace 9 años
hristoterezov
06d07a3d6a
Fixes issues after review
hace 9 años
hristoterezov
bcb3253df2
Implement audio problem detection
hace 9 años
tsareg
f9ed623f23
Wrap calling MediaStreamTrack#getSettings() with try-catch block as it throws "Not implemented" Error in react-native-webrtc
hace 9 años
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
hace 9 años
tsareg
3c0b730a1a
Replaced string with constant
hace 9 años
tsareg
bc915c16fe
Pass 'facingMode' to gUM when 'unmuting' video track
hace 9 años
tsareg
5956915d82
_setMute refactoring
hace 9 años
damencho
ff2642722f
Checks for missing room on muting locally.
hace 9 años
tsareg
32b9f91e5f
Introduced JitsiLocalTrack#getCameraFacingMode() method and CameraFacingMode enum
hace 9 años
tsareg
06cf23ff61
Better JitsiTrack#dispose() method to prevent memory leaks
hace 9 años
hristoterezov
c3f9885df0
Resolve xmpp dependacies in RTC module
hace 9 años
tsareg
403fcb0e25
Handle cases when new media devices are added/removed more precisely and more predictable
hace 9 años
hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
hace 9 años
tsareg
b816184f5b
Subcribe each instance of JitsiLocalTrack to audio output change event as there might be local tracks not inside a conference
hace 9 años
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
hace 9 años
tsareg
6500f9e1f4
Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED, instead subscribe once in RTC
hace 9 años
Lyubomir Marinov
c779d7a958
Add, expand, fix jsdocs, comments
hace 9 años
Kostiantyn Tsaregradskyi
f57a75b412
Switch local audio and video track when list of available devices changes
hace 9 años
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
hace 9 años
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.
hace 9 años
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.
hace 9 años
paweldomas
2534e623fc
Add VideoType
hace 9 años
paweldomas
0f3cd3b873
Add MediaType
hace 9 años
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
hace 9 años
damencho
e8739706e1
Renames some variables.
hace 10 años
damencho
b40b0c19d1
Rejects unmute promise if error is cought.
hace 10 años
damencho
a1bef9da5c
Moves common logic in util function.
hace 10 años
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.
hace 10 años
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
hace 10 años
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
hace 10 años
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
hace 10 años
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
hace 10 años
isymchych
00733623f1
fail if user is trying to add second video track to the conference
hace 10 años
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.
hace 10 años
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
hace 10 años
paweldomas
e4785039e4
Modifies the semantics of JitsiTrack#attach method, so that it will return current stream container instance. Also it now takes HTML element instance directly instead of jQuery selector.
hace 10 años
hristoterezov
2f5add6ef9
Fixes issue in PR #463
hace 10 años
Thorsten Basse
285d5a872c
Add `deviceId` which was used to create `JitsiLocalTrack` to the object to re-use it when unmuting the track
Fixes the issue that when creating local tracks with specific devices after unmuting the new tracks were created with default devices again.
hace 10 años