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.
Active Participant Event
is missingavatarUrl
after setting it withSessionService.updateParticipantInfo
.On
Participant
object returned byActive Participant Event
we get aninfo
object which is missingavatarUrl
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.