I am having a problem with data channel while implementing WebRtc janus functionality into my Android application. Can you guys please help me with it.
My data channel is getting opened successfully but unable to get handhshake message that is sent from server. It is obvious and verified that server is sending a handshake message on the data channel but I am not getting it in onMessage() callback of data channel.
not kotlin but kotlin colored 2