tsareg
4a6e28f416
Don't mix old and new-style for gUM constraints for Chrome, as it falls with TypeError in new Chrome versions
9 年之前
tsareg
1877fc5447
Fixed comment
9 年之前
tsareg
c320713411
Add ability to pass facingMode as option to JitsiMeetJS.createLocalTracks
9 年之前
tsareg
e2bd4add58
Extracted code duplication into separate function
9 年之前
Lyubomir Marinov
9615aadfb3
Reduce the dependency on HTML elements
Since React Native doesn't have HTML elements, depend on HTML element
properties and don't necessarily depend on them being properties on
actual HTML elements but rather assume plain JavaScript objects.
9 年之前
damencho
5fc17d6d8a
Reports application error on unhandled errors.
9 年之前
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
9 年之前
tsareg
52c5444af0
Prefer front camera for all platforms
9 年之前
Lyubomir Marinov
6555cd2337
Simplify source code
9 年之前
Lyubomir Marinov
dd76dd9925
Fix incorrect loop with removal
9 年之前
hristoterezov
7499423fed
Move Temasys-specific attach to its existing execution branch
9 年之前
tsareg
740f152958
getUserMedia: prefer the "user" camera if we have not specified the exact device id for mobile devices
9 年之前
hristoterezov
0d4acbf2de
Fixes issues after rebase
9 年之前
hristoterezov
49d3d84a65
Fixes track removal for NWJS
9 年之前
Lyubomir Marinov
770ffa085e
Support statistics on React Native
9 年之前
Lyubomir Marinov
3c3e77a607
Support React Native's MediaStream and its id
The react-native-webrtc implementation that we use on React Native (at
the time of this writing) provides a MediaStream (class) which:
- has no standard constructors but rather has a non-standard
constructor which requires a single argument that represents the id of
the MediaStream instance to initialize, and
- has an id value of type number rather than the standard string.
9 年之前
Lyubomir Marinov
026c1b2f72
Define React Native as a type of browser
9 年之前
tsareg
dae37beefd
Changes after code review
9 年之前
tsareg
cbe024acb4
Re-wrap error received in try/catch block when calling GUM in order to provide more details on error, like what devices and constraints were used during the call
9 年之前
tsareg
c815e913d7
Transform JitsiTrackError into format acceptable by callstats
9 年之前
tsareg
f8ed717be6
Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection
9 年之前
tsareg
8273d5108c
Store additional "devices" array in JitsiTrackError for GUM errors and minor bug fixes and changes
9 年之前
tsareg
403fcb0e25
Handle cases when new media devices are added/removed more precisely and more predictable
9 年之前
hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
9 年之前
tsareg
e4beb895d8
Log warning instead of error for audio output device change errors
9 年之前
paweldomas
043f070e8d
Add 'disableAEC' and 'disableNS' config options
9 年之前
tsareg
b816184f5b
Subcribe each instance of JitsiLocalTrack to audio output change event as there might be local tracks not inside a conference
9 年之前
paweldomas
97e2e845f4
Move disco-info initialization to the XMPP module
9 年之前
paweldomas
f88adc5a6e
Adds 'audioLevelsInterval' config option
9 年之前
paweldomas
5594316003
Adds 'enableLipSync' and 'audioPacketDelay' config options
9 年之前
hristoterezov
85fd13a082
Fixes issues after review
9 年之前
Lyubomir Marinov
2fe4df5293
Reduce duplication
9 年之前
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
9 年之前
Lyubomir Marinov
704f1f8063
Fix a typo in function names
9 年之前
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9 年之前
yanas
e4928ef6e4
Handle jibri errors and busy status
9 年之前
tsareg
6500f9e1f4
Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED, instead subscribe once in RTC
9 年之前
Lance Stout
ef2240182b
Stay consistent with other subclassing instances.
9 年之前
Lyubomir Marinov
349c6e2c35
Simplify the source code
9 年之前
Lyubomir Marinov
62f5f4db72
Remove repetitive statistics lookups
9 年之前
Lyubomir Marinov
948bf34062
Remove, optimize checks
9 年之前
Lyubomir Marinov
7ea29f14fb
Reduce browser type checks in statistics
9 年之前
Lyubomir Marinov
721fa9c523
Remove unnecessary checks
9 年之前
Lyubomir Marinov
dbe731ca63
Remove unused EventEmitter
9 年之前
Lance Stout
3d3b684710
Correctly subclass JingleSession
The previous method was clobbering the JingleSession prototype,
preventing the creation of additional subclasses.
9 年之前
Lyubomir Marinov
27a7d7da72
Reformat the source code for consistency
9 年之前
Lyubomir Marinov
3b4351a3cf
Add jsdocs and optimize
9 年之前
hristoterezov
3aa49c4c2a
Removes fake video tracks from the code
9 年之前
hristoterezov
d137c752f7
Adds console.warn to callstats.reportError if the error parameter is null.
9 年之前
hristoterezov
80d69ec992
Changes the implementation of reportError to callstats to create Error object if the error parameter is null.
9 年之前