paweldomas
dbc3368c6b
No longer log Strophe's secondary timeouts as errors
пре 9 година
paweldomas
d4c952f4b9
Not report "user cancelled prompt" error as GUM failure
пре 9 година
paweldomas
3e2edf2d3a
Report gUM failed to the stats only when all resolutions fail
пре 9 година
hristoterezov
526a1e4762
Merge pull request #161 from tsareg/fire_conference_left_event
Fire CONFERENCE_LEFT event after conference is left
пре 9 година
hristoterezov
30351f7cd1
Merge pull request #160 from tsareg/fix_track_dispose_and_conference_leave
Fix JitsiLocalTrack dispose() method
пре 9 година
tsareg
954de1380f
Fire CONFERENCE_LEFT event after conference is left
пре 9 година
tsareg
332c0957f3
Wrap thrown errors into Promise.reject for consistency.
Handle case when JitsiLocalTrack#dispose() is called after track was removed from conference.
Set track's conference reference to null when removing track from conference.
пре 9 година
Дамян Минков
b2e115a7fa
Merge pull request #151 from jitsi/audio_problem_detection
Implements audio problems detection
пре 9 година
hristoterezov
72892e7cd3
Merge branch 'master' into audio_problem_detection
пре 9 година
hristoterezov
5bc4dfda0f
Merge pull request #159 from tsareg/error_types
Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError
пре 9 година
tsareg
c43a3bcbe8
Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError
пре 9 година
Любомир Маринов
1dc483276d
Merge pull request #157 from jitsi/updates-getvideo-id
Removes getVideoId and getVideoSrc as no longer used by tests.
пре 9 година
hristoterezov
db2940b5a5
Merge pull request #156 from jitsi/be-forgiving
Be forgiving towards API clients
пре 9 година
damencho
421483fc73
Removes getVideoId and getVideoSrc as no longer used by tests.
пре 9 година
Lyubomir Marinov
609039745a
Be forgiving towards API clients
If the API client happened to try to add one and the same local video
track twice, the library would throw an error. I find that draconian
because:
1. The error message states that a second local video stream cannot be
added but that is incorrect because the API client is not trying to add
a second local video stream but add one and the same local video stream
multiple times.
2. The jsdoc says that a throw will happen if another local video stream
is added but that is misleading because the API client is not trying to
add another local video stream but add the same local video stream.
3. Adding one and the same local video stream multiple times can be
handled gracefully by the lib-jitsi-meet library. Thus, the library
appears more friendly.
Hence, gracefully handle the case of adding the same local video track
multiple times without throwing an error.
пре 9 година
Дамян Минков
3390e28931
Merge pull request #155 from tsareg/fix_logging_audio_output_devices_to_callstats
Fix logging audio output device to callstats
пре 9 година
tsareg
dd7b70d939
Do not send event to callstats when no audiooutput devices are available.
Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method
пре 9 година
Дамян Минков
25a9d7cd20
Merge pull request #154 from jitsi/desktop_streaming_fix
Fixes JS error on desktop streaming start
пре 9 година
hristoterezov
390eb60c2d
Fixes JS error on desktop streaming start
пре 9 година
hristoterezov
ab8a73a709
Merge pull request #153 from jitsi/cs-devices-update
Adds additional check, avoids undefined error.
пре 9 година
damencho
fa1d6b784b
Adds a variable, avoids duplicate method call.
пре 9 година
damencho
011d71ed94
Adds additional check, avoids undefined error.
Needs an additional check for available devices after merging https://github.com/jitsi/lib-jitsi-meet/pull/139 .
пре 9 година
hristoterezov
b4ae228962
Merge pull request #150 from jitsi/cs-devices-2
Logs active devices to callstats (updated).
пре 9 година
hristoterezov
36078b0e66
Implements audio problems detection
пре 9 година
damencho
3cdc7ea35a
Fixes missing recorder statistics. Adds the errors reported by jibri to the status logs.
пре 9 година
damencho
f2817b9c42
Removes deprecated applicationLog, replaces it with applicationLog.
пре 9 година
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.
пре 9 година
damencho
0322825701
Reports initial device list and subsequent device changes to callstats.
пре 9 година
yanas
64544ad129
Merge pull request #142 from tsareg/gum_permission_dialog_guidance
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when JitsiMeetJS.createLocalTracks()
пре 9 година
damencho
5aba0ac3a6
Adds event for active device list.
пре 9 година
Дамян Минков
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()
пре 9 година
tsareg
ab5bf028c2
Removed mention of JitsiTrackError in docs
пре 9 година
tsareg
36b7f60349
Merge remote-tracking branch 'remotes/upstream/master' into gum_permission_dialog_guidance
пре 9 година
tsareg
714585de88
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks
пре 9 година
tsareg
8281bfee2a
Reverted previous commit
пре 9 година
yanas
9d5caca9de
Merge pull request #141 from bgrozev/raise-hand2
Raise hand2
пре 9 година
Дамян Минков
d192a776ff
Merge pull request #146 from jitsi/bumps-sdp-simulcast
Bumps sdp-simulcast version.
пре 9 година
George Politis
8998cff9f9
Bumps sdp-simulcast version.
Bumps the sdp-simulcast version to 0.1.7 that fixes issues related to SSRC
management.
пре 9 година
Любомир Маринов
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
пре 9 година
Emil Ivov
f3c24ac197
Merge pull request #144 from jitsi/local_audio_levels_fix
Fixes issue with the local audio levels
пре 9 година
hristoterezov
cdf7734b3e
Fixes issue with the local audio levels
пре 9 година
tsareg
e2860d55bf
Changes after code review
пре 9 година
Любомир Маринов
d44e80bdde
Merge pull request #143 from tsareg/fix_error_when_no_global_jitsimeetjs
Fix error when no global JitsiMeetJS var is available
пре 9 година
tsareg
bf70a26910
Fix error when no global JitsiMeetJS var is available
пре 9 година
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
пре 9 година
Дамян Минков
f06752e998
Merge pull request #140 from bgrozev/ignore-bridge-is-down-from-non-focus
Ignore "bridgeIsDown" presence from non-focus members.
пре 9 година
Boris Grozev
8c3f7084b7
Fixes a bug added in 0f40e2efd4f3c75c31ada99df7e3f4edd3b2fe8a.
пре 9 година
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.
пре 9 година
Boris Grozev
0f40e2efd4
Adds only a single item with a given key to presence.
пре 9 година
Boris Grozev
0b1f998a74
Ignore "bridgeIsDown" presence from non-focus members.
пре 9 година