talk-android/app/src/main/java/com/nextcloud/talk/webrtc
Daniel Calviño Sánchez 5e224c5a24 Use listener for participant list messages
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>
2022-12-23 20:44:41 +01:00
..
Globals.java Add null checks and extract constants 2022-05-05 13:06:15 +02:00
MagicProximitySensor.java remove unused java imports 2022-07-26 22:24:18 +02:00
MagicWebRTCUtils.java rename blacklist/whitelist variables to include/exclude sets to reflect their collection type 2022-06-18 16:29:57 +02:00
MagicWebSocketInstance.java Use listener for participant list messages 2022-12-23 20:44:41 +01:00
PeerConnectionWrapper.java Use temporary SignalingMessageReceiver implementation in CallActivity 2022-12-23 20:40:01 +01:00
WebRtcAudioManager.java Set minSdkVersion to 23 (Android 6) 2022-12-07 13:45:57 +01:00
WebRtcBluetoothManager.java Use simple class name for logging 2022-06-23 15:35:42 +02:00
WebSocketConnectionHelper.java remove all legacy code except basic requery implementation still needed for the cypher upgrade 2022-07-24 14:19:20 +02:00