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

Missing AvatarUrl on Active Participant Event #178

Open mateuszglapiak-dolby opened 1 year ago

mateuszglapiak-dolby commented 1 year ago

Active Participant Event is missing avatarUrl after setting it with SessionService.updateParticipantInfo.

On Participant object returned by Active Participant Event we get an info object which is missing avatarUrl but we can see the set url in other events.

From our testing it looks like it's not included in a response from the backend. It's possible to reproduce on iOS and Android.

graduad commented 1 year ago

Retest at RN level needed.

mpozy commented 1 year ago

Tested. Issue occurs on both platforms.