Interface PeersOnlineStatusResult

Interface for the peerId / online status key-value pair.

  • `true`: The user has logged in the Agora RTM system.
  • `false`: The user has logged out of the Agora RTM system.

Hierarchy

  • PeersOnlineStatusResult

Indexable

[peerId: string]: boolean

Generated using TypeDoc