I have an application that involved moderators and publishers. Moderators can give and take away certain permissions to interact with the interface from each other. I would like each moderator to be able to publishVideo() and publishAudio() on the other moderators streams depending on their set permissions. It works fine if I publishVideo() and publishAudio() on my own connection/stream but I get the error “publisher.publishVideo is not a function” when i attempt to do the same on one of the other moderator streams.
can a moderator not control other moderators video and audio streams?