talk-android/app/src/test/java/com/nextcloud/talk/call
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
..
CallParticipantListExternalSignalingTest.java
CallParticipantListInternalSignalingTest.java
CallParticipantListTest.java
CallParticipantModelTest.kt
MessageSenderMcuTest.kt Send data channel messages only to "video" peer connections 2025-01-08 12:50:53 +00:00
MessageSenderNoMcuTest.kt Send data channel messages only to "video" peer connections 2025-01-08 12:50:53 +00:00