dmitry027 Posted November 6, 2022 Share Posted November 6, 2022 Hello, everyone. I am creating WebRTC conference app. Each conference room would have several publishers and many (hundreds to thousands) watchers. The question is: I don't know what should I pass as a second parameter to WebRTCAdaptor::joinRoom(roomName, streamId, mode) in case of watcher, because watcher doesn't broadcast anything. Link to comment Share on other sites More sharing options...
1 Yash Posted November 6, 2022 Share Posted November 6, 2022 Hi @dmitry027 I hope you are fine. You can use PlayMode as PlayOnly in conference. You can take reference of conference.html:https://github.com/ant-media/StreamApp/blob/a119f2672c593ed80ad152805e1e95af34671c35/src/main/webapp/conference.html#L537 I hope it helps. 1 Link to comment Share on other sites More sharing options...
Question
dmitry027
Hello, everyone.
I am creating WebRTC conference app. Each conference room would have several publishers and many (hundreds to thousands) watchers.
The question is: I don't know what should I pass as a second parameter to
in case of watcher, because watcher doesn't broadcast anything.
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Nov 6
2
Top Posters For This Question
Yash 1 post
dmitry027 1 post
Popular Days
Nov 6 2022
2 posts
Popular Posts
Yash
Hi @dmitry027 I hope you are fine. You can use PlayMode as PlayOnly in conference. You can take reference of conference.html: https://github.com/ant-media/StreamApp/blob/a119f2672c593ed80ad152805e
1 answer to this question
Recommended Posts