v4.6.0 was released on July 16, 2021. This is the first release of Agora Interactive Live Streaming Standard.
The major difference between Agora Interactive Live Streaming Standard and Agora Live Interactive Streaming Premium is the latency level on the audience's client:
The charges for Standard and Premium are different. For details, see the product overview and pricing of Interactive Live Streaming Standard.
You can set the latency level of audience in the following two ways:
createClient
to create a client object, set the role
parameter as "audience"
and the level
parameter in clientRoleOptions
as 1
.setClientRole
method, set the role
parameter as "audience"
and the level parameter in clientRoleOptions
as 1
.