talk-android/app/src/main/java/com/nextcloud/talk/webrtc
Daniel Calviño Sánchez 4457e92504 Generalize PUBLISHER_FAILED event
Rather than emitting PUBLISHER_FAILED when the publisher connection
fails now PEER_FAILED is emitted when any connection fails, and the
handler checks if the connection was the publisher one to apply the
specific behaviour.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-12-28 15:48:45 +01:00
..
DataChannelMessageNotifier.java Add listener for data channel messages 2022-12-28 11:47:55 +01:00
Globals.java Remove no longer needed code after removing EventBus message 2022-12-23 20:44:41 +01: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 Get user ID from signaling message when creating ParticipantDisplayItem 2022-12-28 15:48:45 +01:00
PeerConnectionWrapper.java Generalize PUBLISHER_FAILED event 2022-12-28 15:48:45 +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 special method to request offers 2022-12-27 14:28:57 +01:00