NERtc iOS SDK
V4.4.301
|
Occurs when the stats are collected. 更多...
#import <NERtcEngineStatistics.h>
构造函数 | |
(void) | - onRtcStats: |
Occurs when the stats of the current call is collected The SDK reports the stats of the current call to the app on a regular basis. 更多... | |
(void) | - onLocalAudioStat: |
Occurs when the stats of the local audio stream are collected. 更多... | |
(void) | - onRemoteAudioStats: |
Occurs when the stats of the remote audio stream in the call are collected. 更多... | |
(void) | - onLocalVideoStat: |
Occurs when the stats of the video stream are collected. 更多... | |
(void) | - onRemoteVideoStats: |
Occurs when the stats of the remote video stream in the call are collected The message sent by this callback describes the stats of the video stream in a peer-to-peer call from the remote user. 更多... | |
(void) | - onNetworkQuality: |
Returns the uplink and downlink network quality report for each user during the call The message sent by this callback describes the network status of each user during the call. 更多... | |
Occurs when the stats are collected.
|
optional |
Occurs when the stats of the local audio stream are collected.
The message sent by this callback describes the stats of the audio stream published by the local device. The callback is triggered every 2 seconds.
stat | The stats of the local audio stream. For more information, see NERtcAudioSendStats. |
|
optional |
Occurs when the stats of the video stream are collected.
The message sent by this callback describes the stats of the video stream published by the local device. The callback is triggered every 2 seconds.
stat | The stats of the local video stream. For more information, see NERtcVideoSendStats. |
|
optional |
Returns the uplink and downlink network quality report for each user during the call The message sent by this callback describes the network status of each user during the call.
The callback is triggered every 2 seconds.
stats | User network status array |
|
optional |
Occurs when the stats of the remote audio stream in the call are collected.
The message sent by this callback describes the stats of the audio stream in a peer-to-peer call from the remote user. The callback is triggered every 2 seconds.
stats | An array of audio stats of the audio stream from each remote user. For more information, see NERtcAudioRecvStats. |
|
optional |
Occurs when the stats of the remote video stream in the call are collected The message sent by this callback describes the stats of the video stream in a peer-to-peer call from the remote user.
The callback is triggered every 2 seconds.
stats | An array of stats of the video stream from a remote user. For more information, see NERtcVideoRecvStats |
|
optional |
Occurs when the stats of the current call is collected The SDK reports the stats of the current call to the app on a regular basis.
The callback is triggered every 2 seconds.
stat | NERTC engine statistics: NERtcStats |