aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
100 stars 24 forks source link

How to handle other users camera and mic #208

Closed AbhishekSri979 closed 2 months ago

AbhishekSri979 commented 6 months ago

Hello Everyone

can you guys suggest that how to handle others attendees camera and mic ?

I want to On/Off camera and Mic of other users.

please tell me how to handle this features.

saurabhghadi0401 commented 5 months ago

Hey @AbhishekSri979 you can make use of Data Channels to send on/off events that will get listened to by all users in the Video call room. Send correct payload to identify whom mic/camera you want to switch. checkout DataMessageObserver.

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

AbhishekSri979 commented 2 months ago

Ok Thanks @saurabhghadi0401 Now, i am able to handle camera/mic.