voxeet / comms-sdk-react-native

Dolby.io Communications SDK for React Native
https://www.npmjs.com/package/@dolbyio/comms-sdk-react-native
MIT License
8 stars 0 forks source link

participitant added and left notifications are missing #87

Closed asadumair closed 1 year ago

asadumair commented 1 year ago

When we add a new listener how we can check or know the new user is came?? so please tell me the way because these two type of notifications are not available in react native if these are available then we can identify using these notifications

graduad commented 1 year ago

Seems to be a duplicate of https://github.com/DolbyIO/comms-sdk-react-native/issues/75 and https://github.com/DolbyIO/comms-sdk-react-native/issues/82.

In the mean time participant events can be listened to from the conference service. There we have ParticipantAdded and ParticipantUpdated. If the later occurs, the status of the participant can be checked. If it is LEFT, it means that the participant has left the conference.

asadumair commented 1 year ago

for listner this is not working