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

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

How can I map videoTile Ids with attendeeId? #126

Closed sthapa1 closed 2 years ago

sthapa1 commented 2 years ago

I can see videoTiles as [0,1,2] but I cannot map those Ids to particular attendeeId. Is there any method to achieve this?

dylonChime commented 2 years ago

Hi sthapa1, When the PR above is merged, you can access AttendeeId from OnAddVideoTile callback using tileState.

dylonChime commented 2 years ago

I'll close this issue for now. Feel free to reopen if that didn't solve your problem.