Disconnection and missing user-disconnect event

I`m encounter similar problem to thread:
103215

Description
According to 103215/2, the isInFollower field is supposed to be included in the user-updated event.

However, the ParticipantPropertiesPayload object received in the user-updated event does not contain this field.

The isInFollower field is only present in Participant objects returned by a few other methods, but definitely not in the user-updated event.

Could you please provide a way for a user’s leave to trigger an event for other participants??

zoom/videosdk 2.1.10

Device:

  • Device: [Iphone 11]
  • OS: [IOS 16]
  • Browser: [ Safari]

Hey @Pavlo1

Thanks for your feedback.

We will add the isInFailover property to the user-updated event in the next release.

As a temporary workaround, you can call client.getAllUser() to retrieve the list of participants.

Thanks
Vic

1 Like