DataChannel.state() always returns CONNECTING webRTC Android

前端 未结 1 361
慢半拍i
慢半拍i 2021-01-05 07:54

I have an android app running as a client of WebRTC server running at Node.js server. The current state of the app is I can make video calls but can\'t send the message on D

1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-05 08:49

    WebRTC data channel works through SCTP now so you can remove the RtpDataChannels constraint.

    0 讨论(0)
提交回复
热议问题