Lyubomir Marinov
c779d7a958
Add, expand, fix jsdocs, comments
vor 9 Jahren
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
vor 9 Jahren
hristoterezov
1decfe13d7
Adds NWJS to the list of browsers capable of changing the input devices
vor 9 Jahren
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
vor 9 Jahren
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
vor 9 Jahren
Kostiantyn Tsaregradskyi
ae4e7222b8
Very raw version of ability to switch audio output device
vor 9 Jahren
hristoterezov
ba96423c1a
Fixes chrome undefined JS error
vor 9 Jahren
Lyubomir Marinov
551f7b5374
Simplify, properly format source code
vor 9 Jahren
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.
vor 9 Jahren
Boris Grozev
fe724ef7dc
Avoid unnecessary traversal.
vor 9 Jahren
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
vor 9 Jahren
paweldomas
e72d0df947
Comment out unused method
vor 9 Jahren
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
vor 9 Jahren
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
vor 9 Jahren
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.
vor 9 Jahren
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.
vor 9 Jahren
paweldomas
2534e623fc
Add VideoType
vor 9 Jahren
paweldomas
0f3cd3b873
Add MediaType
vor 9 Jahren
paweldomas
e90eb532b9
Require RTCUtils in JitsiTrack
vor 9 Jahren
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
vor 9 Jahren
paweldomas
9c0e7afca2
Remove unused/invalid call
vor 9 Jahren
hristoterezov
2f026f8ff1
Changes FIXME comment about the data channels
vor 9 Jahren
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
vor 9 Jahren
Devin Wilson
f92df42f2f
Add maxFps option for requesting video
vor 9 Jahren
isymchych
fa9fe84e23
integration with NW.js
vor 10 Jahren
damencho
f18f56989d
Fixes audio mute/unmute all.
vor 10 Jahren
damencho
e8739706e1
Renames some variables.
vor 10 Jahren
paweldomas
2db4f555e1
Fixes 'arg' undefined in ScreenObtainer
vor 10 Jahren
damencho
b40b0c19d1
Rejects unmute promise if error is cought.
vor 10 Jahren
damencho
a1bef9da5c
Moves common logic in util function.
vor 10 Jahren
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.
vor 10 Jahren
damencho
58d1f9b345
Removes unused events.
vor 10 Jahren
damencho
104bf2363b
Adds an error for user canceling the window choosing window/desktop when sharing desktop.
vor 10 Jahren
damencho
f7e63c5850
Adds some more logged info and error type for chrome installation failure.
vor 10 Jahren
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
vor 10 Jahren
damencho
74f126c905
Fixes attaching onended handler when using Temasys.
vor 10 Jahren
damencho
352de0b818
Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing.
vor 10 Jahren
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
vor 10 Jahren
isymchych
cfa609673b
add helper to extract stream id from the video element
vor 10 Jahren
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
vor 10 Jahren
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
vor 10 Jahren
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
vor 10 Jahren
isymchych
00733623f1
fail if user is trying to add second video track to the conference
vor 10 Jahren
isymchych
cdf871dc2f
allow to select devices on Firefox
vor 10 Jahren
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.
vor 10 Jahren
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
vor 10 Jahren
yanas
39ed8800c4
Re-order resolution preference, so that we always preference 16:9 ratio when we fallback.
vor 10 Jahren
paweldomas
0c33f7c53a
Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified.
vor 10 Jahren
isymchych
d21dbbaba1
fix name of audio device
vor 10 Jahren
Thorsten Basse
c5b497094b
fix(JitsiTrack): set video element src to empty string instead of null on #detach()
Setting the `src` of a video element to null triggered a network request for resource "null".
vor 10 Jahren