ClientRoleOptions

The detailed options of a user.

public class ClientRoleOptions {
  public int audienceLatencyLevel;

  @CalledByNative
  public int getAudienceLatencyLevel() {
    return audienceLatencyLevel;
  }
}

Attributes

audienceLatencyLevel
The latency level of an audience member in interactive live streaming.
  • AUDIENCE_LATENCY_LEVEL_LOW_LATENCY1: Low latency.
  • AUDIENCE_LATENCY_LEVEL_ULTRA_LOW_LATENCY2: (Default) Ultra low latency.