Nandan Acharya
Nandan Acharya

Reputation: 970

Multi-Conferencing with Opentok

Is it possible to subscribe to more than one publishers using OpenTok.js? I have a requirement where more than two participants will be part of the conference. Please let me know is there a way I can achieve this.

Upvotes: 2

Views: 214

Answers (1)

Yes, you can subscribe to multiple publishers at the same time. You have to listen for the onStreamCreated event in the session, create a subscriber, and subscribe to the session with this newly created subscriber. I hope this helps.

Upvotes: 2

Related Questions