|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSInteger | elapsedTime |
| NSInteger | start2JoinChannel |
| NSInteger | join2JoinSuccess |
| NSInteger | joinSuccess2RemoteJoined |
| NSInteger | remoteJoined2SetView |
| NSInteger | remoteJoined2UnmuteVideo |
| NSInteger | remoteJoined2PacketReceived |
|
readwritenonatomicassign |
The time interval (ms) from startMediaRenderingTracing to SDK triggering the rtcEngine:videoRenderingTracingResultOfUid:currentEvent:tracingInfo: callback. Agora recommends you call startMediaRenderingTracing before joining a channel.
|
readwritenonatomicassign |
The time interval (ms) from startMediaRenderingTracing to joinChannelByToken:channelId:info:uid:joinSuccess: or joinChannelByToken:channelId:uid:mediaOptions:joinSuccess:. A negative number indicates that startMediaRenderingTracing is called after calling joinChannelByToken:channelId:uid:mediaOptions:joinSuccess:.
|
readwritenonatomicassign |
The time interval (ms) from joinChannelByToken:channelId:info:uid:joinSuccess: or joinChannelByToken:channelId:uid:mediaOptions:joinSuccess: to successfully joining the channel.
|
readwritenonatomicassign |
startMediaRenderingTracing before successfully joining the channel, this value is the time interval (ms) from the local user successfully joining the channel to the remote user joining the channel.startMediaRenderingTracing after successfully joining the channel, the value is the time interval (ms) from startMediaRenderingTracing to when the remote user joins the channel. startMediaRenderingTracing after the remote user joins the channel, the value is 0 and meaningless.
|
readwritenonatomicassign |
startMediaRenderingTracing before the remote user joins the channel, this value is the time interval (ms) from when the remote user joins the channel to when the local user sets the remote view.startMediaRenderingTracing after the remote user joins the channel, this value is the time interval (ms) from calling startMediaRenderingTracing to setting the remote view. startMediaRenderingTracing after setting the remote view, the value is 0 and has no effect.
|
readwritenonatomicassign |
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.startMediaRenderingTracing after the remote user joins the channel, this value is the time interval (ms) from startMediaRenderingTracing to subscribing to the remote video stream. startMediaRenderingTracing after subscribing to the remote video stream, the value is 0 and has no effect.
|
readwritenonatomicassign |
startMediaRenderingTracing before the remote user joins the channel, this value is the time interval (ms) from when the remote user joins the channel to when the local user receives the remote video stream.startMediaRenderingTracing after the remote user joins the channel, this value is the time interval (ms) from startMediaRenderingTracing to receiving the remote video stream. startMediaRenderingTracing after receiving the remote video stream, the value is 0 and has no effect.