simplewebrtc / SimpleWebRTC

Simplest WebRTC ever

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update local state + sendDirectlyToAll

joshuar500 opened this issue · comments

commented

So I notice that when I call sentDirectlyToAll, anything that happens inside of that channel message is only executed on the receiver's side.

Is there any way to execute what's inside of the channel message for the person that makes this call without adding unnecessary duplicate code?

This is most likely off-topic for this thread, but mods should make better docs for senddirectlytoall, and in general