remoteJoined2UnmuteVideo property

  1. @JsonKey.new(name: 'remoteJoined2UnmuteVideo')
int? remoteJoined2UnmuteVideo
final

If the local user calls startMediaRenderingTracing before the remote user joins the channel, this value is the time interval (ms) from the remote user joining the channel to subscribing to the remote video stream. If the local user calls startMediaRenderingTracing after the remote user joins the channel, this value is the time interval (ms) from startMediaRenderingTracing to subscribing to the remote video stream. If the local user calls startMediaRenderingTracing after subscribing to the remote video stream, the value is 0 and has no effect. In order to reduce the time of rendering the first frame for remote users, Agora recommends that after the remote user joins the channel, the local user immediately subscribes to the remote video stream to reduce this value.

Implementation

@JsonKey(name: 'remoteJoined2UnmuteVideo')
final int? remoteJoined2UnmuteVideo;