Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration USER_OFFLINE_REASON_TYPE

Reasons for a user being offline.

Index

Enumeration members

USER_OFFLINE_BECOME_AUDIENCE

USER_OFFLINE_BECOME_AUDIENCE: = 2

2: (LIVE_BROADCASTING only.) The client role switched from the host to the audience.

USER_OFFLINE_DROPPED

USER_OFFLINE_DROPPED: = 1

1: The SDK times out and the user drops offline because no data packet is received within a certain period of time. If the user quits the call and the message is not passed to the SDK (due to an unreliable channel), the SDK assumes the user dropped offline.

USER_OFFLINE_QUIT

USER_OFFLINE_QUIT: = 0

0: The user quits the call.

Generated using TypeDoc