mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-29 16:40:32 +01:00
Note that the thread used to handle the participant list messages from the external signaling server does not change; the EventBus subscriber mode was "BACKGROUND", but as the message was posted from a WebSocket handler, which runs in a worker thread rather than in the main thread, the subscriber was executed in the same thread as the poster. Also note that the removed "userId" remark was not fully accurate; although some external signaling messages do actually use "userid" those currently handled to process the users do not, they always use "userId" (as documented in the SignalingMessageReceiver). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
Globals.java | ||
MagicProximitySensor.java | ||
MagicWebRTCUtils.java | ||
MagicWebSocketInstance.java | ||
PeerConnectionWrapper.java | ||
WebRtcAudioManager.java | ||
WebRtcBluetoothManager.java | ||
WebSocketConnectionHelper.java |