talk-android/app/src/test/java/com/nextcloud/talk
Daniel Calviño Sánchez 756e2cd8cb Send data channel messages only to "video" peer connections
Data channel messages are expected to be sent only to peer connections
with "video" type, which provide the audio and video tracks of the
participant (and, in fact, peer connections for screen shares do not
even have data channels enabled in the WebUI).

Note that this could change if at some point several audio/video tracks
are sent in the same peer connection, or if "speaking" messages are
added to screen shares, but that will be addressed if/when that happens.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-01-08 12:50:53 +00:00
..
call Send data channel messages only to "video" peer connections 2025-01-08 12:50:53 +00:00
contacts style(detekt): Ignore TooGenericExceptionThrown on test stub implementation 2024-12-06 12:00:58 +00:00
json style(detekt): shorten long methods 2024-12-10 08:13:31 +00:00
messagesearch Add SPDX header 2024-03-22 01:05:20 +01:00
signaling Fix handling of end call for all with external signaling 2024-10-23 13:01:16 +02:00
test/fakes Add SPDX header 2024-03-22 01:05:20 +01:00
utils add dummy initialization of Conversation 2024-09-05 14:54:40 +02:00
viewmodels Add SPDX header 2024-03-22 01:05:20 +01:00
webrtc Fix "send" not respecting order of pending messages 2025-01-03 11:29:22 +00:00