damencho
2efb7f64af
Avoids sending presence when kicked and room is left.
hace 9 años
damencho
e65bfb0d02
Fixes attaching chat room listeners for statistics.
Need to attach the listeners after statistics is created.
hace 9 años
hristoterezov
1a2d345c42
Merge pull request #174 from tsareg/consistent_track_removed_event
Fix JitsiConferenceEvents.TRACK_REMOVED is fired inconsistently
hace 9 años
tsareg
49fa0a48a5
More simple RTC#removeRemoteTrack() and RTC#removeRemoteTracks() methods
hace 9 años
Дамян Минков
8483d9e6d5
Merge pull request #176 from mbell8903/patch-1
Change reference to jitsi-meet-logger to use full github url
hace 9 años
Paweł Domas
536e09fbb1
Merge pull request #180 from jitsi/add-shared-doc-room-name-config
Shared document using room name config
hace 9 años
tsareg
cc4de096a5
Merge remote-tracking branch 'remotes/upstream/master' into consistent_track_removed_event
hace 9 años
paweldomas
43e46336d0
Send 'useRoomAsSharedDocumentName' option to Jicofo
hace 9 años
Lyubomir Marinov
40ab2ed21a
Merge branch 'tsareg-dispose_tracks'
hace 9 años
Lyubomir Marinov
3737c3e4cf
Merge branch 'dispose_tracks' of https://github.com/tsareg/lib-jitsi-meet into tsareg-dispose_tracks
hace 9 años
Lyubomir Marinov
be63f742e3
Merge branch 'tsareg-better_react_native_detection'
hace 9 años
Lyubomir Marinov
d6d0f2e386
Merge branch 'better_react_native_detection' of https://github.com/tsareg/lib-jitsi-meet into tsareg-better_react_native_detection
hace 9 años
Дамян Минков
77d4fe3a9d
Merge pull request #179 from jitsi/fix_removed_conference_listeners
Adds improperly removed JitsiConference listeners after PR#166
hace 9 años
hristoterezov
20fc22d293
Adds improperly removed JitsiConference listeners after PR#166
hace 9 años
tsareg
cc311b59a3
Correctly detect React-Native in debug mode
hace 9 años
tsareg
06cf23ff61
Better JitsiTrack#dispose() method to prevent memory leaks
hace 9 años
Michael Bell
1d57a4550a
Change reference to jitsi-meet-logger to use full github url
This is in reference to the same type of issue on the jitsi-meet repo: https://github.com/jitsi/jitsi-meet/issues/694
hace 9 años
hristoterezov
bd745f70bf
Merge pull request #175 from jitsi/fix-repeated-msgs-in-muc
Uses the empty element with namespace for initial presence.
hace 9 años
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.
hace 9 años
Дамян Минков
47f11a7e39
Merge pull request #166 from jitsi/reloads
Implements reload functionality for JitsiConnection and JitsiConference
hace 9 años
hristoterezov
342e8ac5c0
Simplifies EventEmitterForwarder.forward code
hace 9 años
hristoterezov
b1e4c8debe
Fixes issues after review PR #166
hace 9 años
tsareg
27466fce4a
Always fire JitsiConferenceEvents.TRACK_REMOVED event when track is removed when participant lefts the conference
hace 9 años
Дамян Минков
a1dbd1f614
Merge pull request #173 from jitsi/audio_problem_torture_fix
Adds additional that are going to be visible in torture for the audio problem detection
hace 9 años
hristoterezov
c5e83fbefe
Adds additional that are going to be visible in torture for the audio problem detection
hace 9 años
hristoterezov
63d909d074
Merge pull request #169 from jitsi/kick-fix
Kick fix
hace 9 años
Дамян Минков
8d41d9c3f3
Merge pull request #163 from jitsi/false-callstats-failures
False callstats failures
hace 9 años
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.
hace 9 años
damencho
3699c741dd
Removes variable not present in the code anymore.
hace 9 años
bgrozev
d7947961cf
Merge pull request #164 from jitsi/jibri-retries
Add RETRYING Jibri status
hace 9 años
hristoterezov
6f5bcf70b3
Merge pull request #168 from jitsi/jwt-login-service-2
Jwt login service 2
hace 9 años
Дамян Минков
0f7729f54f
Merge pull request #162 from jitsi/nickname_conflict
Append random hex string to MUC nickname with XMPP login
hace 9 años
paweldomas
fc995e5aa0
Add utility method for constructing JWT login service URL
hace 9 años
paweldomas
5aa32d2d00
Prefer main domain if 'token' option was specified
hace 9 años
hristoterezov
0e6a1073c8
Fixes JS error
hace 9 años
hristoterezov
04ee9419a6
Merge branch 'master' into reloads
hace 9 años
hristoterezov
e862d165d7
Fixes JS error when sends JingleSessionPC errors to callstats
hace 9 años
hristoterezov
5d1ac53aa8
Changes reload methods to private
hace 9 años
Дамян Минков
568475fa07
Merge pull request #165 from bgrozev/logging
Adds more logs and clean up.
hace 9 años
hristoterezov
20db0e4051
Merge branch 'master' into reloads
hace 9 años
hristoterezov
824169f659
Tries to fix issue with not recognized focus participant on reload
hace 9 años
Boris Grozev
073e0c6203
Exposes logging an "application log" to callstats.
hace 9 años
Boris Grozev
6cfd1ba968
Renames confusingly named functions, adds documentation.
hace 9 años
Boris Grozev
68b1eb7912
Logs the ICE ufrags to callstats.
hace 9 años
Boris Grozev
a0a2cabf34
Make sure the browserify script returns failure unless
output was produced. The pipe to exorcist hides failures
from the browserify itself.
hace 9 años
paweldomas
d62ad1c2fd
Not disconnect on 3rd PING failure
hace 9 años
paweldomas
5db491c6f1
Log PING failure on error level starting from the 3rd
hace 9 años
paweldomas
dbc3368c6b
No longer log Strophe's secondary timeouts as errors
hace 9 años
paweldomas
d4c952f4b9
Not report "user cancelled prompt" error as GUM failure
hace 9 años
paweldomas
3e2edf2d3a
Report gUM failed to the stats only when all resolutions fail
hace 9 años