tsareg
49fa0a48a5
More simple RTC#removeRemoteTrack() and RTC#removeRemoteTracks() methods
9 лет назад
paweldomas
43e46336d0
Send 'useRoomAsSharedDocumentName' option to Jicofo
9 лет назад
tsareg
cc311b59a3
Correctly detect React-Native in debug mode
9 лет назад
tsareg
06cf23ff61
Better JitsiTrack#dispose() method to prevent memory leaks
9 лет назад
damencho
709f12f533
Uses the empty element with namespace for initial presence.
Fixes a problem where, sending that namespace on every presence will make the server think we are joining every time and will return us the message history for the muc.
9 лет назад
hristoterezov
342e8ac5c0
Simplifies EventEmitterForwarder.forward code
9 лет назад
hristoterezov
b1e4c8debe
Fixes issues after review PR #166
9 лет назад
tsareg
27466fce4a
Always fire JitsiConferenceEvents.TRACK_REMOVED event when track is removed when participant lefts the conference
9 лет назад
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 лет назад
hristoterezov
0e6a1073c8
Fixes JS error
9 лет назад
hristoterezov
e862d165d7
Fixes JS error when sends JingleSessionPC errors to callstats
9 лет назад
hristoterezov
824169f659
Tries to fix issue with not recognized focus participant on reload
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 лет назад
hristoterezov
6ca2c62090
Reloads JitsiConnection on prosody or jicofo restart
9 лет назад
hristoterezov
0449071f89
Implements JitsiConnection.reload. Minor fixes related to JitsiConference.reload.
9 лет назад
damencho
421483fc73
Removes getVideoId and getVideoSrc as no longer used by tests.
9 лет назад
hristoterezov
faeda96206
Implements reload method in JitsiConference
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
c3f9885df0
Resolve xmpp dependacies in RTC module
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 лет назад