tsareg
f9ed623f23
Wrap calling MediaStreamTrack#getSettings() with try-catch block as it throws "Not implemented" Error in react-native-webrtc
9 years ago
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
9 years ago
tsareg
3c0b730a1a
Replaced string with constant
9 years ago
damencho
0370183e94
Moves the method definition of the play callback.
9 years ago
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
9 years ago
damencho
9351e50d74
Adds ttfm for temasys.
9 years ago
damencho
fe9aebd0c6
Distinguish tracks that had been muted when calculating ttfm.
9 years ago
hristoterezov
e22f353829
Use the existing constant instead of string in ScreenObtainer.js
9 years ago
damencho
1b1ff464d5
Adds missing require.
9 years ago
hristoterezov
1aa31587c6
Implements desktop sharing extension external installation
9 years ago
tsareg
bc915c16fe
Pass 'facingMode' to gUM when 'unmuting' video track
9 years ago
damencho
234f3384e1
Moves loading of analytics in the library.
9 years ago
damencho
746ed36381
Reports ttfm through analytics.
Stores render event in connection times to use it for tests.
9 years ago
damencho
e014c23ce6
Adds utility method to fetch browser name.
9 years ago
damencho
2f93ae15e1
Adds analytics events for connection times.
Moves render time calculations in the library.
9 years ago
tsareg
5956915d82
_setMute refactoring
9 years ago
paweldomas
a34e4255e4
Make 'isDeviceListAvailable' a Promise
On Safari/IE we have to wait until the WebRTC stack is
initialized in case the plugin is being installed for
the first time.
9 years ago
damencho
93ed5cedbb
Lowers the verbosity on data channel errors.
9 years ago
damencho
ff2642722f
Checks for missing room on muting locally.
9 years ago
hristoterezov
301ed7e503
Changes methods that use RTCDatachanel#send to throw exception on fail
9 years ago
tsareg
32b9f91e5f
Introduced JitsiLocalTrack#getCameraFacingMode() method and CameraFacingMode enum
9 years ago
hristoterezov
8d7bd558bd
Catch JS errors on Datachannel.send
9 years ago
hristoterezov
2525f5ff81
Implements interfaces for data channel communication
9 years ago
bgrozev
6c870f70b5
Revert "Implements interfaces for data channel communication"
9 years ago
hristoterezov
dd24d1bee1
Implements interfaces for data channel communication
9 years ago
tsareg
49fa0a48a5
More simple RTC#removeRemoteTrack() and RTC#removeRemoteTracks() methods
9 years ago
tsareg
cc311b59a3
Correctly detect React-Native in debug mode
9 years ago
tsareg
06cf23ff61
Better JitsiTrack#dispose() method to prevent memory leaks
9 years ago
tsareg
27466fce4a
Always fire JitsiConferenceEvents.TRACK_REMOVED event when track is removed when participant lefts the conference
9 years ago
Boris Grozev
6cfd1ba968
Renames confusingly named functions, adds documentation.
9 years ago
damencho
421483fc73
Removes getVideoId and getVideoSrc as no longer used by tests.
9 years ago
hristoterezov
faeda96206
Implements reload method in JitsiConference
9 years ago
hristoterezov
36078b0e66
Implements audio problems detection
9 years ago
damencho
0322825701
Reports initial device list and subsequent device changes to callstats.
9 years ago
hristoterezov
c3f9885df0
Resolve xmpp dependacies in RTC module
9 years ago
tsareg
e2860d55bf
Changes after code review
9 years ago
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
9 years ago
tsareg
88f5b6be45
Init "currentlyAvailableMediaDevices" var for the first enumerateDevices() and don't fire event in this case
9 years ago
tsareg
78cf3eabed
Don't mix old and new-style for gUM constraints for Opera also
9 years ago
tsareg
4a6e28f416
Don't mix old and new-style for gUM constraints for Chrome, as it falls with TypeError in new Chrome versions
9 years ago
tsareg
1877fc5447
Fixed comment
9 years ago
tsareg
c320713411
Add ability to pass facingMode as option to JitsiMeetJS.createLocalTracks
9 years ago
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 years ago
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
9 years ago
tsareg
52c5444af0
Prefer front camera for all platforms
9 years ago
Lyubomir Marinov
6555cd2337
Simplify source code
9 years ago
Lyubomir Marinov
dd76dd9925
Fix incorrect loop with removal
9 years ago
hristoterezov
7499423fed
Move Temasys-specific attach to its existing execution branch
9 years ago
tsareg
740f152958
getUserMedia: prefer the "user" camera if we have not specified the exact device id for mobile devices
9 years ago
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 years ago