Interface ClientRoleOptions

The detailed options of the user role, including the user level.

Used by the ClientConfig.clientRoleOptions property or the [AgoraRTCClient.setClientRole]IAgoraRTCClient.setClientRole method.

interface ClientRoleOptions {
    level: AudienceLatencyLevelType;
}

Properties

Properties

The latency level of an audience member in a live interactive streaming.

Note:

  • Takes effect only when the user role is "audience".
  • Levels affect prices.