ClientRoleOptions
Used to set properties related to user roles.
public class ClientRoleOptions {
public int audienceLatencyLevel;
}
- Since
- Added since version v3.4.200.
Properties
- audienceLatencyLevel
- Latency level for audience in interactive live streaming:
AUDIENCE_LATENCY_LEVEL_LOW_LATENCY(1): Low latency.AUDIENCE_LATENCY_LEVEL_ULTRA_LOW_LATENCY(2): Ultra-low latency (default).