Options
All
  • Public
  • Public/Protected
  • All
Menu

Room level events on specific Room. However these events are also available on ChatSDK and will be triggered for any room.

Index

Events

INFO_UPDATED

INFO_UPDATED = "info_updated"

Is fired when room's info (name) is updated.

The passed data is of type Room.

MEMBERS_ADDED

MEMBERS_ADDED = "members_added"

Is fired when new members were added to the room.

The passed data is of type Room.

MEMBERS_REMOVED

MEMBERS_REMOVED = "members_removed"

Is fired when members were removed from the room.

The passed data is of type Room.

PARTICIPANT_META_UPDATED

PARTICIPANT_META_UPDATED = "participant_meta_updated"

Is fired when participant's meta was updated.

The passed data is of type Room.