Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Is possible to control remote streams in MIX ?

ANIL_K_3
Beginner
396 Views

Hi,

 

Is possible to control remote streams in MIX conference . For example if i am admin i need to get the participant list based on that i can allow or reject the video from participants .

0 Kudos
3 Replies
Qiujiao_W_Intel
Employee
396 Views

Please refer to rest API document for participant and stream control, related API are provided in rest API document

0 Kudos
ANIL_K_3
Beginner
396 Views

thank you,

we are able to get the participant list and also dropping the participant from the conference room based on the participant id,

but we are not getting  how to allow the paricipant as guest  to join the  the room ,

can u please elaborate..

0 Kudos
Li_C_Intel
Employee
396 Views

Hi,

If you want to prevent participants from getting into mix, you can edit the sample and call mixStream based on your conditions.

For example, you can edit the file extras/basic_example/public/scripts/index.js, find "mixStream" calls and remove them to have a try.

0 Kudos
Reply