Enumeration ClientRoleChangeFailedReason

The reason for a user role switch failure.

Enumeration Members

ClientRoleChangeFailedConnectionFailed: 4

4: The SDK is disconnected from the Agora edge server. You can troubleshoot the failure through the reason reported by onConnectionStateChanged. Deprecated: This enumerator is deprecated since v4.4.0 and is not recommended for use.

ClientRoleChangeFailedNotAuthorized: 2

2: The request is rejected by the Agora server. Agora recommends you prompt the user to try to switch their user role again.

ClientRoleChangeFailedRequestTimeOut: 3

3: The request is timed out. Agora recommends you prompt the user to check the network connection and try to switch their user role again. Deprecated: This enumerator is deprecated since v4.4.0 and is not recommended for use.

ClientRoleChangeFailedTooManyBroadcasters: 1

1: The number of hosts in the channel exceeds the limit. This enumerator is reported only when the support for 128 users is enabled. The maximum number of hosts is based on the actual number of hosts configured when you enable the 128-user feature.

Generated using TypeDoc