Hello,
I am searching for a simple dataChannel WebRTC native Hello World! example. My goal is to send "Hello World!" from native c++ application to the browser, that's it.
I've already looked at the peerconnection client example, but there's no dataChannel example.
Peerconnection client has a lot of code in it, would all this code be necessary for a simple Hello World example?
I'd like to create an example which is as lean a possible.
Do you have any directions on where to search?
Kind regards