I'm new to openTok and I've run into something that I've worked around a lot and I have not managed to get the solution
I'm doing a video conference room where there is a moderator who can get permission to certain controls in the room, and subscribers who can simply see the moderator and the other subscribers. Because openTok establishes by default the publisher of the video conference in the connection instance of each client and the other connections take them as subscribers, I need to establish a data to a connection that will be that of the moderator that is the one that creates the video conference and from other customers access this.
I tried to pass the moderator's login id to session.signal to the other clients, but it does not work because in each client openTok creates a new id for my connection
It should be noted that I am working this from react with opentok-accelerator-core and nodejs.
Thank you very much, in advance.