Hi Chris,In our framework, unless you set some special properties, all
the messages/streams get broadcasted.Lets take your cases one by onea)
For Camera, are you using webpublisher and webcamsubscriber or you are
directly using WebCamera component? You need to ideally use
webcampublisher and webcamsubscriber rather than WebCamera in order to
show streams in a custom manner. Otherwise, by default, every user sees
every stream that is in the room as the default WebcamSubscriber inside
WebCamera co...