Boris Grozev
0f40e2efd4
Adds only a single item with a given key to presence.
9 years ago
hristoterezov
7b797d9a2e
Merge pull request #137 from jitsi/cs-refactor
Refactor callstats removing improve static calls to Statistics.
9 years ago
damencho
9153024377
Refactor callstats removing improve static calls to Statistics.
You can call static Statistics methods which will internally handle callstats instances to send stats. Drops handlers and JitsiMeetJS references.
9 years ago
hristoterezov
4258ecdbf7
Merge pull request #135 from jitsi/cs-recorder
Logs recorder states to callstats
9 years ago
damencho
158b3a5463
Sends recorder states to callstats.
9 years ago
hristoterezov
9a7242354c
Merge pull request #134 from jitsi/cs-log-vers-regions
Sends additional logs to callstats.
9 years ago
damencho
21d7435245
Updates sending region stats, remove unused variable and uses on array variable holding data.
9 years ago
damencho
d773e0bcff
Sends additional logs to callstats.
Logs versions of components and library version. Logs shard and region if available.
9 years ago
Любомир Маринов
6f05b6ee64
Merge pull request #132 from tsareg/pass_facing_mode_through_create_local_tracks_options
Add ability to pass facingMode as option to JitsiMeetJS.createLocalTracks()
9 years ago
hristoterezov
2112cc97b9
Merge pull request #128 from jitsi/native-track-attach
Reduce the dependency on HTML elements
9 years ago
Любомир Маринов
181efd6936
Merge pull request #130 from tsareg/audio_output_device_error_to_callstats
Report DOMException when audio output device change fails as gUM error to callstats
9 years ago
tsareg
7b0da951b5
Removed unnecessary .call
9 years ago
Любомир Маринов
04f41bf575
Merge pull request #131 from jitsi/cs-appError-update
Reports application error on unhandled errors.
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
tsareg
e2bd4add58
Extracted code duplication into separate function
9 years ago
tsareg
4077f55174
Extracted code duplication into separate function
9 years ago
Lyubomir Marinov
1f2dbe582e
Merge branch 'tsareg-constraints_facing_mode'
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
damencho
5fc17d6d8a
Reports application error on unhandled errors.
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
Paweł Domas
79f0201faa
Merge pull request #123 from jitsi/modify_sources_rebased
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue…
9 years ago
hristoterezov
0d4acbf2de
Fixes issues after rebase
9 years ago
damencho
4dff099075
Merge pull request #99 from jitsi/lipsync_tests
Lipsync tests
9 years ago
hristoterezov
0ec663249b
Merge pull request #125 from jitsi/react-native
Add initial support for React Native
9 years ago
lyubomir
76be5cc3b2
Merge pull request #126 from jitsi/fix_remove_track_nwjs
Fixes track removal for NWJS
9 years ago
hristoterezov
49d3d84a65
Fixes track removal for NWJS
9 years ago
Lyubomir Marinov
770ffa085e
Support statistics on React Native
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
Lyubomir Marinov
026c1b2f72
Define React Native as a type of browser
9 years ago
lyubomir
f1dbc9f4e0
Merge pull request #124 from jitsi/tsareg-handle_create_local_tracks_errors_better
Tsareg handle create local tracks errors better
9 years ago
tsareg
dae37beefd
Changes after code review
9 years ago
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 years ago
tsareg
c815e913d7
Transform JitsiTrackError into format acceptable by callstats
9 years ago
tsareg
c36130330b
Document changes related to JitsiTrackError class and JitsiTrackErrors enum
9 years ago
tsareg
f8ed717be6
Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection
9 years ago
tsareg
8273d5108c
Store additional "devices" array in JitsiTrackError for GUM errors and minor bug fixes and changes
9 years ago
tsareg
403fcb0e25
Handle cases when new media devices are added/removed more precisely and more predictable
9 years ago
hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
9 years ago
Paweł Domas
bdd219cfc2
Merge pull request #122 from tsareg/audio_output_change_warning
Log warning instead of error for audio output device change errors
9 years ago
tsareg
e4beb895d8
Log warning instead of error for audio output device change errors
9 years ago
hristoterezov
a6bdae70dd
Merge pull request #118 from jitsi/handle-jibri-errors-and-busy
Handle jibri errors and busy status
9 years ago
hristoterezov
3de892d10a
Merge pull request #117 from tsareg/fix_too_many_event_listeners_for_audio_output_device_change
Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED event
9 years ago
paweldomas
043f070e8d
Add 'disableAEC' and 'disableNS' config options
9 years ago
tsareg
b816184f5b
Subcribe each instance of JitsiLocalTrack to audio output change event as there might be local tracks not inside a conference
9 years ago