twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
457 stars 177 forks source link

can i set track subscription rule to selectively allow someone (specific participant sid) to subscribe my audio/video track in group room? #632

Closed jdsapariya18 closed 2 years ago

jdsapariya18 commented 2 years ago

hello, i need help,

i'm building group class using video group room and i wants to provide the user a option to show his audio/video to only the instructor (host), i have participant sid of that participant and No other user can subscribe to his audio/video track.

for example.

can twilio do that by using REST api to set the track subscription rule by setting rule to something like exclude that person and include all for everyone?

or is there any proper way to do that?