damencho
3cdc7ea35a
Fixes missing recorder statistics. Adds the errors reported by jibri to the status logs.
hace 9 años
damencho
f2817b9c42
Removes deprecated applicationLog, replaces it with applicationLog.
hace 9 años
damencho
75c1f95f80
Changes the way we initialize callstats.
Call addNewFabric only if callstats is initialized, there are certain situations when the init callback for some reason is slow and we call addNewFabric before callstats is initialized and we skip the peerconnection reported so we are missing the stats. Reports data only if callstats had initialized, adds caching of associateMstWithUserID calls.
hace 9 años
damencho
0322825701
Reports initial device list and subsequent device changes to callstats.
hace 9 años
damencho
5aba0ac3a6
Adds event for active device list.
hace 9 años
Дамян Минков
2fd9b4b2da
Merge pull request #139 from tsareg/fix_two_gum_error_dialogs
Don't fire RTCEvents.DEVICE_LIST_CHANGED for the first time we get devices from enumerateDevices()
hace 9 años
yanas
9d5caca9de
Merge pull request #141 from bgrozev/raise-hand2
Raise hand2
hace 9 años
Дамян Минков
d192a776ff
Merge pull request #146 from jitsi/bumps-sdp-simulcast
Bumps sdp-simulcast version.
hace 9 años
George Politis
8998cff9f9
Bumps sdp-simulcast version.
Bumps the sdp-simulcast version to 0.1.7 that fixes issues related to SSRC
management.
hace 9 años
Любомир Маринов
8c5ef01d00
Merge pull request #138 from tsareg/dont_mix_gum_constraint_styles_for_chrome
Don't mix old and new-style for gUM constraints for Chrome, as it fails with TypeError in new Chrome versions
hace 9 años
Emil Ivov
f3c24ac197
Merge pull request #144 from jitsi/local_audio_levels_fix
Fixes issue with the local audio levels
hace 9 años
hristoterezov
cdf7734b3e
Fixes issue with the local audio levels
hace 9 años
tsareg
e2860d55bf
Changes after code review
hace 9 años
Любомир Маринов
d44e80bdde
Merge pull request #143 from tsareg/fix_error_when_no_global_jitsimeetjs
Fix error when no global JitsiMeetJS var is available
hace 9 años
tsareg
bf70a26910
Fix error when no global JitsiMeetJS var is available
hace 9 años
Дамян Минков
f06752e998
Merge pull request #140 from bgrozev/ignore-bridge-is-down-from-non-focus
Ignore "bridgeIsDown" presence from non-focus members.
hace 9 años
Boris Grozev
8c3f7084b7
Fixes a bug added in 0f40e2efd4f3c75c31ada99df7e3f4edd3b2fe8a.
hace 9 años
Boris Grozev
985f79da37
Adds a set of properties to JitsiParticipant, which can be updated
via presence (via special items with a tag name beginning with
"jitsi_participant_). An events is fired when the value of a property changes.
hace 9 años
Boris Grozev
0f40e2efd4
Adds only a single item with a given key to presence.
hace 9 años
Boris Grozev
0b1f998a74
Ignore "bridgeIsDown" presence from non-focus members.
hace 9 años
hristoterezov
7b797d9a2e
Merge pull request #137 from jitsi/cs-refactor
Refactor callstats removing improve static calls to Statistics.
hace 9 años
tsareg
88f5b6be45
Init "currentlyAvailableMediaDevices" var for the first enumerateDevices() and don't fire event in this case
hace 9 años
tsareg
78cf3eabed
Don't mix old and new-style for gUM constraints for Opera also
hace 9 años
tsareg
4a6e28f416
Don't mix old and new-style for gUM constraints for Chrome, as it falls with TypeError in new Chrome versions
hace 9 años
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.
hace 9 años
hristoterezov
4258ecdbf7
Merge pull request #135 from jitsi/cs-recorder
Logs recorder states to callstats
hace 9 años
damencho
158b3a5463
Sends recorder states to callstats.
hace 9 años
hristoterezov
9a7242354c
Merge pull request #134 from jitsi/cs-log-vers-regions
Sends additional logs to callstats.
hace 9 años
damencho
21d7435245
Updates sending region stats, remove unused variable and uses on array variable holding data.
hace 9 años
damencho
d773e0bcff
Sends additional logs to callstats.
Logs versions of components and library version. Logs shard and region if available.
hace 9 años
Любомир Маринов
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()
hace 9 años
hristoterezov
2112cc97b9
Merge pull request #128 from jitsi/native-track-attach
Reduce the dependency on HTML elements
hace 9 años
Любомир Маринов
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
hace 9 años
tsareg
7b0da951b5
Removed unnecessary .call
hace 9 años
Любомир Маринов
04f41bf575
Merge pull request #131 from jitsi/cs-appError-update
Reports application error on unhandled errors.
hace 9 años
tsareg
1877fc5447
Fixed comment
hace 9 años
tsareg
c320713411
Add ability to pass facingMode as option to JitsiMeetJS.createLocalTracks
hace 9 años
tsareg
e2bd4add58
Extracted code duplication into separate function
hace 9 años
tsareg
4077f55174
Extracted code duplication into separate function
hace 9 años
Lyubomir Marinov
1f2dbe582e
Merge branch 'tsareg-constraints_facing_mode'
hace 9 años
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.
hace 9 años
damencho
5fc17d6d8a
Reports application error on unhandled errors.
hace 9 años
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
hace 9 años
tsareg
52c5444af0
Prefer front camera for all platforms
hace 9 años
Lyubomir Marinov
6555cd2337
Simplify source code
hace 9 años
Lyubomir Marinov
dd76dd9925
Fix incorrect loop with removal
hace 9 años
hristoterezov
7499423fed
Move Temasys-specific attach to its existing execution branch
hace 9 años
tsareg
740f152958
getUserMedia: prefer the "user" camera if we have not specified the exact device id for mobile devices
hace 9 años
Paweł Domas
79f0201faa
Merge pull request #123 from jitsi/modify_sources_rebased
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue…
hace 9 años
hristoterezov
0d4acbf2de
Fixes issues after rebase
hace 9 años