Interface ChatPresenceEventListener

The presence state change listener.

interface ChatPresenceEventListener {
    onPresenceStatusChanged(list: ChatPresence[]): void;
}

Methods

  • The custom chat room attribute(s) is/are removed. All chat room members receive this event.

    Parameters

    • list: ChatPresence[]

      The new presence state of a subscribed user.

    Returns void