Ant-Media-Server
Ant-Media-Server copied to clipboard
Android SDK cannot receive data channel when rest method is called with android user streamId
Short description
User would like to send a message to all users in the conference. This problem is happening in Android. Alternative approach can be provided to achieve the goal.
Environment
- Java version: 17
- Ant Media Server version: 2.8.0-SNAPSHOT
Steps to reproduce
- Web browser joins the conference (Participant A)
- Android user joins the conference with Android App (Participant B) - streamId: androidUser
- Call REST API to send data message with streamId: androidUser
Expected behavior
Participant B(androidUser) should receive the data channel message
Actual behavior
androidUser does not receive the data channel message. The problem is not happening in iOS.
I conducted testing on Enterprise Edition 2.8.2 20240201_1142 (test.antmedia.io) and 2.8.0 snapshot, as specified in the issue report, and I was unable to reproduce the problem in both versions. The Android client (master branch) successfully received data channel messages without any issues.
Then I'm closing this issue for now. We can re-open if it does not work for anyone