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
WebRTC data channel works through SCTP now so you can remove the RtpDataChannels constraint.