Hi,
I see that the webrtc data channels start working when the publisher starts actually publishing; so that won't work to send "chat" messages -or any other command- before the publishing starts.
I see too that in the ConferenceApp code (is it the same that the "WebRTCAppEE" app?) that the interactions with the app is limited.
But, would it be possible to add more functionality there? Let's say, just to send a "signal"? which can then be forwarded to all the other sessions in the same room?
For instance, 50 "players" connect to a room, and 1 publisher. But before actually publishing he wants to send a "hello" to everyone; that would have to be done via websocket. Is it possible to add to the conference app a way to do it? So that the websocket receives a message, and if it's a "signal" it's sent to everyone else in the same room?
Regards,
Javier