-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android SDK sample doesn't display data channel messages from C SDK. How can I display them? #69
Comments
I tried I'll try to investigate this issue, |
Android SDK sample creates Data Channel only to send messages, but not this is not to receive messages And C SDK sample sends and receives messages with this data channel, By the way JS SDK sample is very similar to this. |
Do you have any progress on this issue? |
Brief
I'd like to use both C SDK and Android SDK,
but this combination has a problem with data channel communication.
As the title says, Android sample doesn't display data channel messages from C SDK sample.
How can I display them?
The version of code
amazon-kinesis-video-streams-webrtc-sdk-android
4d1b0ed8dac338c0a8dddfda923a0b176cc50fb8
amazon-kinesis-video-streams-webrtc-sdk-c
08e4d294a7466f42033a7aaeacf2521f519749f7
applied the patch below.This patch makes C SDK sample to echo back the received data channel messages and show result of sending them.
How to reproduce this issue
Expected behavior
At 2, Android sample display the data channel message just like the one Android sample sent on the heads-up notification.
Actual behavior
At 2, Android app DOESNOT display them.
Supplement
Android sample shows the data channel messages from JS SDK sample on the heads-up notification.
The text was updated successfully, but these errors were encountered: