George Politis
9366fd6cc4
Updates @jitsi/sdp-simulcast. (#970)
6 vuotta sitten
damencho
1c3b3c18e1
Prints version from presence if available.
6 vuotta sitten
Boris Grozev
f4fc0ddc9a
Clean up ComponentVersions.
6 vuotta sitten
Leonard Kim
89d4beb088
ref(xmpp): remove references to moderate module
6 vuotta sitten
Papp István Péter
2d06c3e244
Do not deregister Strophe listener on missing room, fix removeCommandListener
6 vuotta sitten
Saúl Ibarra Corretgé
4010d2a301
build: avoid warning if library is < 750KB
If we go beyond this limit, we'll have to put it on a diet.
6 vuotta sitten
Saúl Ibarra Corretgé
9544399be1
logging: add JitsiMeetJS.setGlobalLogOptions
6 vuotta sitten
Saúl Ibarra Corretgé
5138dbdf99
deps: update jitsi-meet-logger
6 vuotta sitten
Saúl Ibarra Corretgé
503d47f363
deps: prepare for react-native 0.60
6 vuotta sitten
virtuacoplenny
d0105dd16d
fix(connection-status): pass expected args to type change listener (#959)
The event TRACK_VIDEOTYPE_CHANGED passes only the video type
along, not the track.
6 vuotta sitten
damencho
ad8cc5a694
Partially reverts 24bda8e and uses domain/roomname to report to cs.
To be sure we always report room name in small case and as mobile and jigasi report this way it will take time for them to adopt which leads to wrong stats.
6 vuotta sitten
George Politis
7793b15884
Refactors the "connection status duration" analytics event. (#957)
This commit refactors 592f72a63c . It adds
the video type in the event and it also does a better job at managing
and properly cleaning up the state map.
6 vuotta sitten
Hristo Terezov
070c67bf5d
feat(stats): Add audio output problem detector.
6 vuotta sitten
Leonard Kim
97475026de
ref(feedback): return promise for submitting callstats feedback
6 vuotta sitten
Leonard Kim
73c4b7ecb1
fix(old-safari): check RTCRtpTransceiver exists before checking prototype
6 vuotta sitten
Bettenbuk Zoltan
502ba82e1e
Add display name to chat message meta
6 vuotta sitten
paweldomas
3c80587431
ref(xmpp): move time since last success to the helper method
Move time since last success error detail to
the _getConnectionFailedReasonDetails method and use it on all
connection failed events.
6 vuotta sitten
Hristo Terezov
4879c5becd
feat(JitsiRemoteTrack): Add logs.
6 vuotta sitten
damencho
fd16c566b6
Fixes sending speakerstats for p2p and fix sending only when needed.
6 vuotta sitten
Saúl Ibarra Corretgé
c73bc490ed
feat(RTC): drop support for platforms without the MediaStream constructor
React Native also supports it now.
6 vuotta sitten
Damien Fetis
c1ece37538
Remove isModerator logic from P2P call start to avoid Duplicated P2P “session-initiate” in the 2 pears and allow P2P without moderator.
6 vuotta sitten
Saúl Ibarra Corretgé
3b605fdaa5
ref(RTC): set googScreencastMinBitrate to 100
If it's good enough for Google Meet it's good enough for us :-)
6 vuotta sitten
virtuacoplenny
a909e59486
feat(xmpp): allow setting resource on room jid (#940)
This functionality is being brought back for apps
that use ljm for its prosody logic but not for
video conferencing, ie Jitsi-Meet Spot. The desired
use is for Spot-TVs to be identifiable by their
jid alone and for the resource to be the part
that identifies them.
6 vuotta sitten
Saúl Ibarra Corretgé
d2581a18a2
resolutions: add 540p aka qHD
6 vuotta sitten
George Politis
c5a9411a56
Merge pull request #942 from jitsi/analytics-event-for-connectivity-issues
Send peer connection status changes to the analytics backend.
6 vuotta sitten
George Politis
592f72a63c
Send peer connection status changes to the analytics backend.
6 vuotta sitten
damencho
c902f49290
Fixes obtaining hosts.domain from the correct options, from JitsiConn.
6 vuotta sitten
virtuacoplenny
d468207355
feat(browsers): add check for env requiring interaction to unmute (#935)
6 vuotta sitten
Дамян Минков
24bda8e941
Adds confID to JitsiConference option and enables callstats siteID. (#934)
* Adds confID to JitsiConference option and enables callstats siteID.
* Simplifies siteID logic and use '/' as default when there is no tenant.
6 vuotta sitten
Paul Tiedtke
1239562fb2
Add identity to JitsiParticipant
6 vuotta sitten
damencho
884cf31abc
When we detect version mismatch always retry getting features.
6 vuotta sitten
damencho
53964aa921
Skips trying to send presence when is not needed.
The version change is invoked from add/remove features which controls whether to submit the presence.
6 vuotta sitten
bgrozev
647a48bf4d
Always uses 8 hex digits for the MUC nickname/endpoint ID. (#921)
* Always uses 8 hex digits for the MUC nickname/endpoint ID.
* squash: Fix a comment and add the full JID to the log.
* squash: Fixes the compilation and style.
6 vuotta sitten
Saúl Ibarra Corretgé
9fbf271928
fix(BridgeChannel): don't log WS onerror events
They contain no information about the failure (this is available in the onclose
event) and the event references the WS object itself, which causes hangs on
mobile.
6 vuotta sitten
Paul Tiedtke
ff62d34b57
docs: add TRACK_AUDIO_LEVEL_CHANGED
6 vuotta sitten
damencho
32df8c1b09
Updates token doc to reflect debian package changes.
6 vuotta sitten
Дамян Минков
8a4d1f1b08
Detects whether a participant is jigasi and sets a property. (#928)
* Detects whether a participant is jigasi and sets a property.
* Fix empty param.
* Removes nested function.
6 vuotta sitten
Hristo Terezov
d9a5afe94b
fix(blur): Error handling and setEffect issues.
6 vuotta sitten
Cristian Florin Ghita
cc777bd7e8
Fix enable/disable blur while muted
6 vuotta sitten
Cristian Florin Ghita
c59d64cf51
Fix bug - effect instance not set after stop
6 vuotta sitten
Cristian Florin Ghita
fd74ccc526
Add video background blur
6 vuotta sitten
Nikolay Gubeev
7e90ab699a
fix(caps): fix generateSha
6 vuotta sitten
paweldomas
9bcc2a26cc
feat: send analytics for the last successful request
Add 'timeSinceLastSuccess' to the details of connection dropped event.
6 vuotta sitten
paweldomas
c0af82a215
squash: remove pending tasks from the queue before scheduling close
6 vuotta sitten
paweldomas
bdd303109f
squash: rename workFunction to task
6 vuotta sitten
paweldomas
b670fb674c
squash: callback called with new Error() when stopped
6 vuotta sitten
paweldomas
fc1633b88f
squash: rename private vars in AsyncQueue
6 vuotta sitten
paweldomas
1a58501ac8
squash: set peerconnection listeners to null on close
6 vuotta sitten
paweldomas
036662c653
fix(JingleSessionPC): prevent from queueing tasks after close
Also do not execute any peerconnection callbacks like
'oniceconnectionstatechange', 'onicecandidate' etc. after close.
6 vuotta sitten
Hristo Terezov
ee1854c1b1
fix(conference): fire failed event on o/a failure
6 vuotta sitten