damencho
339c472dcd
Fixes few issues with kicking participant.
If in the presence there is 110 and 307 status codes there was an error in processing. When kicked the other participants were not cleared from the conference. Firing an event for focus leaving the conference when we are kicked.
преди 9 години
damencho
3699c741dd
Removes variable not present in the code anymore.
преди 9 години
paweldomas
fc995e5aa0
Add utility method for constructing JWT login service URL
преди 9 години
paweldomas
5aa32d2d00
Prefer main domain if 'token' option was specified
преди 9 години
Boris Grozev
6cfd1ba968
Renames confusingly named functions, adds documentation.
преди 9 години
Boris Grozev
68b1eb7912
Logs the ICE ufrags to callstats.
преди 9 години
paweldomas
d62ad1c2fd
Not disconnect on 3rd PING failure
преди 9 години
paweldomas
5db491c6f1
Log PING failure on error level starting from the 3rd
преди 9 години
paweldomas
dbc3368c6b
No longer log Strophe's secondary timeouts as errors
преди 9 години
paweldomas
9e58ec6bcf
Add RETRYING Jibri status
преди 9 години
paweldomas
2493791059
Append random hex string to MUC nickname with XMPP login
преди 9 години
damencho
421483fc73
Removes getVideoId and getVideoSrc as no longer used by tests.
преди 9 години
tsareg
dd7b70d939
Do not send event to callstats when no audiooutput devices are available.
Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method
преди 9 години
hristoterezov
36078b0e66
Implements audio problems detection
преди 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 години
damencho
5aba0ac3a6
Adds event for active device list.
преди 9 години
hristoterezov
cdf7734b3e
Fixes issue with the local audio levels
преди 9 години
tsareg
e2860d55bf
Changes after code review
преди 9 години
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
преди 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 години
tsareg
88f5b6be45
Init "currentlyAvailableMediaDevices" var for the first enumerateDevices() and don't fire event in this case
преди 9 години
tsareg
78cf3eabed
Don't mix old and new-style for gUM constraints for Opera also
преди 9 години
tsareg
4a6e28f416
Don't mix old and new-style for gUM constraints for Chrome, as it falls with TypeError in new Chrome versions
преди 9 години
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 години
damencho
158b3a5463
Sends recorder states to callstats.
преди 9 години
damencho
d773e0bcff
Sends additional logs to callstats.
Logs versions of components and library version. Logs shard and region if available.
преди 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 години