damencho
2efb7f64af
Avoids sending presence when kicked and room is left.
9 年之前
damencho
e65bfb0d02
Fixes attaching chat room listeners for statistics.
Need to attach the listeners after statistics is created.
9 年之前
hristoterezov
1a2d345c42
Merge pull request #174 from tsareg/consistent_track_removed_event
Fix JitsiConferenceEvents.TRACK_REMOVED is fired inconsistently
9 年之前
tsareg
49fa0a48a5
More simple RTC#removeRemoteTrack() and RTC#removeRemoteTracks() methods
9 年之前
Дамян Минков
8483d9e6d5
Merge pull request #176 from mbell8903/patch-1
Change reference to jitsi-meet-logger to use full github url
9 年之前
Paweł Domas
536e09fbb1
Merge pull request #180 from jitsi/add-shared-doc-room-name-config
Shared document using room name config
9 年之前
tsareg
cc4de096a5
Merge remote-tracking branch 'remotes/upstream/master' into consistent_track_removed_event
9 年之前
paweldomas
43e46336d0
Send 'useRoomAsSharedDocumentName' option to Jicofo
9 年之前
Lyubomir Marinov
40ab2ed21a
Merge branch 'tsareg-dispose_tracks'
9 年之前
Lyubomir Marinov
3737c3e4cf
Merge branch 'dispose_tracks' of https://github.com/tsareg/lib-jitsi-meet into tsareg-dispose_tracks
9 年之前
Lyubomir Marinov
be63f742e3
Merge branch 'tsareg-better_react_native_detection'
9 年之前
Lyubomir Marinov
d6d0f2e386
Merge branch 'better_react_native_detection' of https://github.com/tsareg/lib-jitsi-meet into tsareg-better_react_native_detection
9 年之前
Дамян Минков
77d4fe3a9d
Merge pull request #179 from jitsi/fix_removed_conference_listeners
Adds improperly removed JitsiConference listeners after PR#166
9 年之前
hristoterezov
20fc22d293
Adds improperly removed JitsiConference listeners after PR#166
9 年之前
tsareg
cc311b59a3
Correctly detect React-Native in debug mode
9 年之前
tsareg
06cf23ff61
Better JitsiTrack#dispose() method to prevent memory leaks
9 年之前
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
9 年之前
hristoterezov
bd745f70bf
Merge pull request #175 from jitsi/fix-repeated-msgs-in-muc
Uses the empty element with namespace for initial presence.
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 年之前
Дамян Минков
47f11a7e39
Merge pull request #166 from jitsi/reloads
Implements reload functionality for JitsiConnection and JitsiConference
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 年之前
Дамян Минков
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
9 年之前
hristoterezov
c5e83fbefe
Adds additional that are going to be visible in torture for the audio problem detection
9 年之前
hristoterezov
63d909d074
Merge pull request #169 from jitsi/kick-fix
Kick fix
9 年之前
Дамян Минков
8d41d9c3f3
Merge pull request #163 from jitsi/false-callstats-failures
False callstats failures
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 年之前
bgrozev
d7947961cf
Merge pull request #164 from jitsi/jibri-retries
Add RETRYING Jibri status
9 年之前
hristoterezov
6f5bcf70b3
Merge pull request #168 from jitsi/jwt-login-service-2
Jwt login service 2
9 年之前
Дамян Минков
0f7729f54f
Merge pull request #162 from jitsi/nickname_conflict
Append random hex string to MUC nickname with XMPP login
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
04ee9419a6
Merge branch 'master' into reloads
9 年之前
hristoterezov
e862d165d7
Fixes JS error when sends JingleSessionPC errors to callstats
9 年之前
hristoterezov
5d1ac53aa8
Changes reload methods to private
9 年之前
Дамян Минков
568475fa07
Merge pull request #165 from bgrozev/logging
Adds more logs and clean up.
9 年之前
hristoterezov
20db0e4051
Merge branch 'master' into reloads
9 年之前
hristoterezov
824169f659
Tries to fix issue with not recognized focus participant on reload
9 年之前
Boris Grozev
073e0c6203
Exposes logging an "application log" to callstats.
9 年之前
Boris Grozev
6cfd1ba968
Renames confusingly named functions, adds documentation.
9 年之前
Boris Grozev
68b1eb7912
Logs the ICE ufrags to callstats.
9 年之前
Boris Grozev
a0a2cabf34
Make sure the browserify script returns failure unless
output was produced. The pipe to exorcist hides failures
from the browserify itself.
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
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 年之前