Ant-Media-Server icon indicating copy to clipboard operation
Ant-Media-Server copied to clipboard

Android SDK cannot receive data channel when rest method is called with android user streamId

Open mekya opened this issue 1 year ago • 1 comments

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

  1. Web browser joins the conference (Participant A)
  2. Android user joins the conference with Android App (Participant B) - streamId: androidUser
  3. 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.

mekya avatar Dec 05 '23 07:12 mekya

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.

lastpeony avatar Apr 17 '24 19:04 lastpeony

Then I'm closing this issue for now. We can re-open if it does not work for anyone

mekya avatar May 06 '24 15:05 mekya