Dear all!
Can Android demo app receive text message from datachannel by using libwebrtc? if so , how can i achieve it ? could you give me a hint?
Thanks all!
Dear all!
Can Android demo app receive text message from datachannel by using libwebrtc? if so , how can i achieve it ? could you give me a hint?
Thanks all!
libmediasoupclient does not yet support DataChannel.
So I don’t think so.
Thank you for your reply!
I wonder that mediasoup-demo can exchange text message by typing input .
But how can i USE the android example APP by haiyangwu to receive the text message?
could u give me a hint?
Thank you for your reply!
I wonder that mediasoup-demo can exchange text message by typing input .
But how can i USE the android example APP by haiyangwu to receive the text message?
could u give me a hint?
mediasoup-client JS supports Data Channel, however the libmediasoupclient which is used by the android mediasoup client does not support DataChannel right now.
Although it may be implemented in the future: