twilio / video-quickstart-ios

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

How to know remote participant access mobile participant video? #534

Closed Chandu457 closed 3 years ago

Chandu457 commented 4 years ago

How could I know when remote participant access my screen?Thanks in advance.

piyushtank commented 4 years ago

@Chandu457 By default, all participant are auto subscribed to the published tracks. The Video SDK doesn't have an API to get the list of all participant subscribed to a specific track, with our current APIs you can make an assumption that all participants are subscribed to the published tracks. Let me know if you have any questions.