|
Agora RTC Objective-C API Reference
Refactor
|
Inherits IRtcEngineEventHandler.
Public Member Functions | |
| virtual void | onJoinChannelSuccess (const RtcConnection &connection, int elapsed) |
| virtual void | onRejoinChannelSuccess (const RtcConnection &connection, int elapsed) |
| virtual void | onAudioQuality (const RtcConnection &connection, uid_t remoteUid, int quality, unsigned short delay, unsigned short lost) 1 |
| virtual void | onAudioVolumeIndication (const RtcConnection &connection, const AudioVolumeInfo *speakers, unsigned int speakerNumber, int totalVolume) |
| virtual void | onLeaveChannel (const RtcConnection &connection, const RtcStats &stats) |
| virtual void | onRtcStats (const RtcConnection &connection, const RtcStats &stats) |
| virtual void | onNetworkQuality (const RtcConnection &connection, uid_t remoteUid, int txQuality, int rxQuality) |
| virtual void | onIntraRequestReceived (const RtcConnection &connection) |
| virtual void | onFirstLocalVideoFramePublished (const RtcConnection &connection, int elapsed) |
| virtual void | onFirstRemoteVideoDecoded (const RtcConnection &connection, uid_t remoteUid, int width, int height, int elapsed) |
| virtual void | onVideoSizeChanged (const RtcConnection &connection, VIDEO_SOURCE_TYPE sourceType, uid_t uid, int width, int height, int rotation) |
| virtual void | onRemoteVideoStateChanged (const RtcConnection &connection, uid_t remoteUid, REMOTE_VIDEO_STATE state, REMOTE_VIDEO_STATE_REASON reason, int elapsed) |
| virtual void | onFirstRemoteVideoFrame (const RtcConnection &connection, uid_t remoteUid, int width, int height, int elapsed) |
| virtual void | onUserJoined (const RtcConnection &connection, uid_t remoteUid, int elapsed) |
| virtual void | onUserOffline (const RtcConnection &connection, uid_t remoteUid, USER_OFFLINE_REASON_TYPE reason) |
| virtual void | onUserMuteAudio (const RtcConnection &connection, uid_t remoteUid, bool muted) 1 |
| virtual void | onUserMuteVideo (const RtcConnection &connection, uid_t remoteUid, bool muted) |
| virtual void | onUserEnableVideo (const RtcConnection &connection, uid_t remoteUid, bool enabled) |
| virtual void | onUserEnableLocalVideo (const RtcConnection &connection, uid_t remoteUid, bool enabled) 1 |
| virtual void | onUserStateChanged (const RtcConnection &connection, uid_t remoteUid, uint32_t state) |
| virtual void | onLocalAudioStats (const RtcConnection &connection, const LocalAudioStats &stats) |
| virtual void | onRemoteAudioStats (const RtcConnection &connection, const RemoteAudioStats &stats) |
| virtual void | onLocalVideoStats (const RtcConnection &connection, VIDEO_SOURCE_TYPE sourceType, const LocalVideoStats &stats) |
| virtual void | onRemoteVideoStats (const RtcConnection &connection, const RemoteVideoStats &stats) |
| virtual void | onConnectionLost (const RtcConnection &connection) |
| virtual void | onConnectionInterrupted (const RtcConnection &connection) 1 |
| virtual void | onConnectionBanned (const RtcConnection &connection) |
| virtual void | onStreamMessage (const RtcConnection &connection, uid_t remoteUid, int streamId, const char *data, size_t length, uint64_t sentTs) |
| virtual void | onStreamMessageError (const RtcConnection &connection, uid_t remoteUid, int streamId, int code, int missed, int cached) |
| virtual void | onRdtMessage (const RtcConnection &connection, uid_t userId, RdtStreamType type, const char *data, size_t length) |
| virtual void | onRdtStateChanged (const RtcConnection &connection, uid_t userId, RdtState state) |
| virtual void | onMediaControlMessage (const RtcConnection &connection, uid_t userId, const char *data, size_t length) |
| virtual void | onRequestToken (const RtcConnection &connection) |
| virtual void | onLicenseValidationFailure (const RtcConnection &connection, LICENSE_ERROR_TYPE reason) |
| virtual void | onTokenPrivilegeWillExpire (const RtcConnection &connection, const char *token) |
| virtual void | onFirstLocalAudioFramePublished (const RtcConnection &connection, int elapsed) |
| virtual void | onFirstRemoteAudioFrame (const RtcConnection &connection, uid_t userId, int elapsed) 1 |
| virtual void | onFirstRemoteAudioDecoded (const RtcConnection &connection, uid_t uid, int elapsed) 1 |
| virtual void | onLocalAudioStateChanged (const RtcConnection &connection, LOCAL_AUDIO_STREAM_STATE state, LOCAL_AUDIO_STREAM_REASON reason) |
| virtual void | onRemoteAudioStateChanged (const RtcConnection &connection, uid_t remoteUid, REMOTE_AUDIO_STATE state, REMOTE_AUDIO_STATE_REASON reason, int elapsed) |
| virtual void | onActiveSpeaker (const RtcConnection &connection, uid_t uid) |
| virtual void | onClientRoleChanged (const RtcConnection &connection, CLIENT_ROLE_TYPE oldRole, CLIENT_ROLE_TYPE newRole, const ClientRoleOptions &newRoleOptions) |
| virtual void | onClientRoleChangeFailed (const RtcConnection &connection, CLIENT_ROLE_CHANGE_FAILED_REASON reason, CLIENT_ROLE_TYPE currentRole) |
| virtual void | onRemoteAudioTransportStats (const RtcConnection &connection, uid_t remoteUid, unsigned short delay, unsigned short lost, unsigned short rxKBitRate) 1 |
| virtual void | onRemoteVideoTransportStats (const RtcConnection &connection, uid_t remoteUid, unsigned short delay, unsigned short lost, unsigned short rxKBitRate) 1 |
| virtual void | onConnectionStateChanged (const RtcConnection &connection, CONNECTION_STATE_TYPE state, CONNECTION_CHANGED_REASON_TYPE reason) |
| virtual void | onNetworkTypeChanged (const RtcConnection &connection, NETWORK_TYPE type) |
| virtual void | onEncryptionError (const RtcConnection &connection, ENCRYPTION_ERROR_TYPE errorType) |
| virtual void | onUploadLogResult (const RtcConnection &connection, const char *requestId, bool success, UPLOAD_ERROR_REASON reason) |
| virtual void | onUserAccountUpdated (const RtcConnection &connection, uid_t remoteUid, const char *remoteUserAccount) |
| virtual void | onSnapshotTaken (const RtcConnection &connection, uid_t uid, const char *filePath, int width, int height, int errCode) |
| virtual void | onVideoRenderingTracingResult (const RtcConnection &connection, uid_t uid, MEDIA_TRACE_EVENT currentEvent, VideoRenderingTracingInfo tracingInfo) |
| virtual void | onSetRtmFlagResult (const RtcConnection &connection, int code) |
| virtual void | onTranscodedStreamLayoutInfo (const RtcConnection &connection, uid_t uid, int width, int height, int layoutCount, const VideoLayout *layoutlist) |
| virtual void | onAudioMetadataReceived (const RtcConnection &connection, uid_t uid, const char *metadata, size_t length) |
| virtual void | onMultipathStats (const RtcConnection &connection, const MultipathStats &stats) |
| virtual void | onRenewTokenResult (const RtcConnection &connection, const char *token, RENEW_TOKEN_ERROR_CODE code) |
| virtual void | onJoinChannelSuccess (const char *channel, uid_t uid, int elapsed) |
| virtual void | onRejoinChannelSuccess (const char *channel, uid_t uid, int elapsed) |
| virtual void | onAudioQuality (uid_t uid, int quality, unsigned short delay, unsigned short lost) 1 |
| virtual void | onAudioVolumeIndication (const AudioVolumeInfo *speakers, unsigned int speakerNumber, int totalVolume) |
| virtual void | onLeaveChannel (const RtcStats &stats) |
| virtual void | onRtcStats (const RtcStats &stats) |
| virtual void | onNetworkQuality (uid_t uid, int txQuality, int rxQuality) |
| virtual void | onIntraRequestReceived () |
| virtual void | onFirstLocalVideoFramePublished (VIDEO_SOURCE_TYPE source, int elapsed) |
| virtual void | onFirstRemoteVideoDecoded (uid_t uid, int width, int height, int elapsed) 1 |
| virtual void | onVideoSizeChanged (VIDEO_SOURCE_TYPE sourceType, uid_t uid, int width, int height, int rotation) |
| virtual void | onLocalVideoStateChanged (VIDEO_SOURCE_TYPE source, LOCAL_VIDEO_STREAM_STATE state, LOCAL_VIDEO_STREAM_REASON reason) |
| virtual void | onRemoteVideoStateChanged (uid_t uid, REMOTE_VIDEO_STATE state, REMOTE_VIDEO_STATE_REASON reason, int elapsed) |
| virtual void | onFirstRemoteVideoFrame (uid_t uid, int width, int height, int elapsed) |
| virtual void | onUserJoined (uid_t uid, int elapsed) |
| virtual void | onUserOffline (uid_t uid, USER_OFFLINE_REASON_TYPE reason) |
| virtual void | onUserMuteAudio (uid_t uid, bool muted) |
| virtual void | onUserMuteVideo (uid_t uid, bool muted) |
| virtual void | onUserEnableVideo (uid_t uid, bool enabled) |
| virtual void | onUserEnableLocalVideo (uid_t uid, bool enabled) 1 |
| virtual void | onUserStateChanged (uid_t uid, REMOTE_USER_STATE state) |
| virtual void | onLocalAudioStats (const LocalAudioStats &stats) |
| virtual void | onRemoteAudioStats (const RemoteAudioStats &stats) |
| virtual void | onLocalVideoStats (VIDEO_SOURCE_TYPE source, const LocalVideoStats &stats) |
| virtual void | onRemoteVideoStats (const RemoteVideoStats &stats) |
| virtual void | onConnectionLost () |
| virtual void | onConnectionInterrupted () 1 |
| virtual void | onConnectionBanned () 1 |
| virtual void | onStreamMessage (uid_t uid, int streamId, const char *data, size_t length, uint64_t sentTs) |
| virtual void | onStreamMessageError (uid_t uid, int streamId, int code, int missed, int cached) |
| virtual void | onRdtMessage (uid_t userId, RdtStreamType type, const char *data, size_t length) |
| virtual void | onRdtStateChanged (uid_t userId, RdtState state) |
| virtual void | onMediaControlMessage (uid_t userId, const char *data, size_t length) |
| virtual void | onRequestToken () |
| virtual void | onTokenPrivilegeWillExpire (const char *token) |
| virtual void | onLicenseValidationFailure (LICENSE_ERROR_TYPE error) |
| virtual void | onFirstLocalAudioFramePublished (int elapsed) |
| virtual void | onFirstRemoteAudioFrame (uid_t uid, int elapsed) 1 |
| virtual void | onFirstRemoteAudioDecoded (uid_t uid, int elapsed) 1 |
| virtual void | onLocalAudioStateChanged (LOCAL_AUDIO_STREAM_STATE state, LOCAL_AUDIO_STREAM_REASON reason) |
| virtual void | onRemoteAudioStateChanged (uid_t uid, REMOTE_AUDIO_STATE state, REMOTE_AUDIO_STATE_REASON reason, int elapsed) |
| virtual void | onActiveSpeaker (uid_t uid) |
| virtual void | onClientRoleChanged (CLIENT_ROLE_TYPE oldRole, CLIENT_ROLE_TYPE newRole, const ClientRoleOptions &newRoleOptions) |
| virtual void | onClientRoleChangeFailed (CLIENT_ROLE_CHANGE_FAILED_REASON reason, CLIENT_ROLE_TYPE currentRole) |
| virtual void | onRemoteAudioTransportStats (uid_t uid, unsigned short delay, unsigned short lost, unsigned short rxKBitRate) 1 |
| virtual void | onRemoteVideoTransportStats (uid_t uid, unsigned short delay, unsigned short lost, unsigned short rxKBitRate) 1 |
| virtual void | onConnectionStateChanged (CONNECTION_STATE_TYPE state, CONNECTION_CHANGED_REASON_TYPE reason) |
| virtual void | onNetworkTypeChanged (NETWORK_TYPE type) |
| virtual void | onEncryptionError (ENCRYPTION_ERROR_TYPE errorType) |
| virtual void | onUploadLogResult (const char *requestId, bool success, UPLOAD_ERROR_REASON reason) |
| virtual void | onUserInfoUpdated (uid_t uid, const UserInfo &info) |
| virtual void | onUserAccountUpdated (uid_t uid, const char *userAccount) |
| virtual void | onAudioSubscribeStateChanged (const char *channel, uid_t uid, STREAM_SUBSCRIBE_STATE oldState, STREAM_SUBSCRIBE_STATE newState, int elapseSinceLastState) |
| virtual void | onVideoSubscribeStateChanged (const char *channel, uid_t uid, STREAM_SUBSCRIBE_STATE oldState, STREAM_SUBSCRIBE_STATE newState, int elapseSinceLastState) |
| virtual void | onAudioPublishStateChanged (const char *channel, STREAM_PUBLISH_STATE oldState, STREAM_PUBLISH_STATE newState, int elapseSinceLastState) |
| virtual void | onVideoPublishStateChanged (VIDEO_SOURCE_TYPE source, const char *channel, STREAM_PUBLISH_STATE oldState, STREAM_PUBLISH_STATE newState, int elapseSinceLastState) |
| virtual void | onSnapshotTaken (uid_t uid, const char *filePath, int width, int height, int errCode) |
| virtual void | onVideoRenderingTracingResult (uid_t uid, MEDIA_TRACE_EVENT currentEvent, VideoRenderingTracingInfo tracingInfo) |
| virtual void | onSetRtmFlagResult (int code) |
| virtual void | onTranscodedStreamLayoutInfo (uid_t uid, int width, int height, int layoutCount, const VideoLayout *layoutlist) |
| virtual void | onAudioMetadataReceived (uid_t uid, const char *metadata, size_t length) |
| virtual void | onMultipathStats (const MultipathStats &stats) |
| virtual void | onRenewTokenResult (const char *token, RENEW_TOKEN_ERROR_CODE code) |
| virtual void | onJoinChannelSuccess (const char *channel, uid_t uid, int elapsed) |
| virtual void | onRejoinChannelSuccess (const char *channel, uid_t uid, int elapsed) |
| virtual void | onProxyConnected (const char *channel, uid_t uid, PROXY_TYPE proxyType, const char *localProxyIp, int elapsed) |
| virtual void | onError (int err, const char *msg) |
| virtual void | onAudioQuality (uid_t uid, int quality, unsigned short delay, unsigned short lost) 1 |
| virtual void | onLastmileProbeResult (const LastmileProbeResult &result) |
| virtual void | onAudioVolumeIndication (const AudioVolumeInfo *speakers, unsigned int speakerNumber, int totalVolume) |
| virtual void | onLeaveChannel (const RtcStats &stats) |
| virtual void | onRtcStats (const RtcStats &stats) |
| virtual void | onAudioDeviceStateChanged (const char *deviceId, int deviceType, int deviceState) |
| virtual void | onVideoDeviceStateChanged (const char *deviceId, int deviceType, int deviceState) |
| virtual void | onNetworkQuality (uid_t uid, int txQuality, int rxQuality) |
| virtual void | onUplinkNetworkInfoUpdated (const UplinkNetworkInfo &info) |
| virtual void | onLastmileQuality (int quality) |
| virtual void | onFirstLocalVideoFrame (VIDEO_SOURCE_TYPE source, int width, int height, int elapsed) |
| virtual void | onFirstLocalVideoFramePublished (VIDEO_SOURCE_TYPE source, int elapsed) |
| virtual void | onFirstRemoteVideoDecoded (uid_t uid, int width, int height, int elapsed) 1 |
| virtual void | onVideoSizeChanged (VIDEO_SOURCE_TYPE sourceType, uid_t uid, int width, int height, int rotation) |
| virtual void | onLocalVideoEvent (VIDEO_SOURCE_TYPE source, LOCAL_VIDEO_EVENT_TYPE event) |
| virtual void | onLocalVideoStateChanged (VIDEO_SOURCE_TYPE source, LOCAL_VIDEO_STREAM_STATE state, LOCAL_VIDEO_STREAM_REASON reason) |
| virtual void | onRemoteVideoStateChanged (uid_t uid, REMOTE_VIDEO_STATE state, REMOTE_VIDEO_STATE_REASON reason, int elapsed) |
| virtual void | onFirstRemoteVideoFrame (uid_t uid, int width, int height, int elapsed) |
| virtual void | onUserJoined (uid_t uid, int elapsed) |
| virtual void | onUserOffline (uid_t uid, USER_OFFLINE_REASON_TYPE reason) |
| virtual void | onUserMuteAudio (uid_t uid, bool muted) |
| virtual void | onUserMuteVideo (uid_t uid, bool muted) |
| virtual void | onUserEnableVideo (uid_t uid, bool enabled) |
| virtual void | onUserStateChanged (uid_t uid, REMOTE_USER_STATE state) |
| virtual void | onUserEnableLocalVideo (uid_t uid, bool enabled) 1 |
| virtual void | onRemoteAudioStats (const RemoteAudioStats &stats) |
| virtual void | onLocalAudioStats (const LocalAudioStats &stats) |
| virtual void | onLocalVideoStats (VIDEO_SOURCE_TYPE source, const LocalVideoStats &stats) |
| virtual void | onRemoteVideoStats (const RemoteVideoStats &stats) |
| virtual void | onCameraReady () 1 |
| virtual void | onCameraFocusAreaChanged (int x, int y, int width, int height) |
| virtual void | onCameraExposureAreaChanged (int x, int y, int width, int height) |
| virtual void | onVideoStopped () 1 |
| virtual void | onRhythmPlayerStateChanged (RHYTHM_PLAYER_STATE_TYPE state, RHYTHM_PLAYER_REASON reason) |
| virtual void | onStreamMessage (uid_t uid, int streamId, const char *data, size_t length, uint64_t sentTs) |
| virtual void | onStreamMessageError (uid_t uid, int streamId, int code, int missed, int cached) |
| virtual void | onRdtMessage (uid_t userId, RdtStreamType type, const char *data, size_t length) |
| virtual void | onRdtStateChanged (uid_t userId, RdtState state) |
| virtual void | onMediaControlMessage (uid_t userId, const char *data, size_t length) |
| virtual void | onTokenPrivilegeWillExpire (const char *token) |
| virtual void | onLicenseValidationFailure (LICENSE_ERROR_TYPE error) |
| virtual void | onFirstLocalAudioFramePublished (int elapsed) |
| virtual void | onFirstRemoteAudioDecoded (uid_t uid, int elapsed) 1 |
| virtual void | onFirstRemoteAudioFrame (uid_t uid, int elapsed) 1 |
| virtual void | onLocalAudioStateChanged (LOCAL_AUDIO_STREAM_STATE state, LOCAL_AUDIO_STREAM_REASON reason) |
| virtual void | onRemoteAudioStateChanged (uid_t uid, REMOTE_AUDIO_STATE state, REMOTE_AUDIO_STATE_REASON reason, int elapsed) |
| virtual void | onActiveSpeaker (uid_t uid) |
| virtual void | onContentInspectResult (media::CONTENT_INSPECT_RESULT result) |
| virtual void | onSnapshotTaken (uid_t uid, const char *filePath, int width, int height, int errCode) |
| virtual void | onClientRoleChanged (CLIENT_ROLE_TYPE oldRole, CLIENT_ROLE_TYPE newRole, const ClientRoleOptions &newRoleOptions) |
| virtual void | onClientRoleChangeFailed (CLIENT_ROLE_CHANGE_FAILED_REASON reason, CLIENT_ROLE_TYPE currentRole) |
| virtual void | onAudioDeviceVolumeChanged (MEDIA_DEVICE_TYPE deviceType, int volume, bool muted) |
| virtual void | onRtmpStreamingStateChanged (const char *url, RTMP_STREAM_PUBLISH_STATE state, RTMP_STREAM_PUBLISH_REASON reason) |
| virtual void | onRtmpStreamingEvent (const char *url, RTMP_STREAMING_EVENT eventCode) |
| virtual void | onTranscodingUpdated () |
| virtual void | onAudioRoutingChanged (int routing) |
| virtual void | onChannelMediaRelayStateChanged (int state, int code) |
| virtual void | onRemoteSubscribeFallbackToAudioOnly (uid_t uid, bool isFallbackOrRecover) |
| virtual void | onRemoteAudioTransportStats (uid_t uid, unsigned short delay, unsigned short lost, unsigned short rxKBitRate) 1 |
| virtual void | onRemoteVideoTransportStats (uid_t uid, unsigned short delay, unsigned short lost, unsigned short rxKBitRate) 1 |
| virtual void | onConnectionStateChanged (CONNECTION_STATE_TYPE state, CONNECTION_CHANGED_REASON_TYPE reason) |
| virtual void | onNetworkTypeChanged (NETWORK_TYPE type) |
| virtual void | onEncryptionError (ENCRYPTION_ERROR_TYPE errorType) |
| virtual void | onPermissionError (PERMISSION_TYPE permissionType) |
| virtual void | onLocalUserRegistered (uid_t uid, const char *userAccount) |
| virtual void | onUserInfoUpdated (uid_t uid, const UserInfo &info) |
| virtual void | onUserAccountUpdated (uid_t uid, const char *userAccount) |
| virtual void | onVideoRenderingTracingResult (uid_t uid, MEDIA_TRACE_EVENT currentEvent, VideoRenderingTracingInfo tracingInfo) |
| virtual void | onLocalVideoTranscoderError (const TranscodingVideoStream &stream, VIDEO_TRANSCODER_ERROR error) |
| virtual void | onUploadLogResult (const char *requestId, bool success, UPLOAD_ERROR_REASON reason) |
| virtual void | onAudioSubscribeStateChanged (const char *channel, uid_t uid, STREAM_SUBSCRIBE_STATE oldState, STREAM_SUBSCRIBE_STATE newState, int elapseSinceLastState) |
| virtual void | onVideoSubscribeStateChanged (const char *channel, uid_t uid, STREAM_SUBSCRIBE_STATE oldState, STREAM_SUBSCRIBE_STATE newState, int elapseSinceLastState) |
| virtual void | onAudioPublishStateChanged (const char *channel, STREAM_PUBLISH_STATE oldState, STREAM_PUBLISH_STATE newState, int elapseSinceLastState) |
| virtual void | onVideoPublishStateChanged (VIDEO_SOURCE_TYPE source, const char *channel, STREAM_PUBLISH_STATE oldState, STREAM_PUBLISH_STATE newState, int elapseSinceLastState) |
| virtual void | onTranscodedStreamLayoutInfo (uid_t uid, int width, int height, int layoutCount, const VideoLayout *layoutlist) |
| virtual void | onAudioMetadataReceived (uid_t uid, const char *metadata, size_t length) |
| virtual void | onExtensionEventWithContext (const ExtensionContext &context, const char *key, const char *value) |
| virtual void | onExtensionStartedWithContext (const ExtensionContext &context) |
| virtual void | onExtensionStoppedWithContext (const ExtensionContext &context) |
| virtual void | onExtensionErrorWithContext (const ExtensionContext &context, int error, const char *message) |
| virtual void | onSetRtmFlagResult (int code) |
| virtual void | onMultipathStats (const MultipathStats &stats) |
| virtual void | onRenewTokenResult (const char *token, RENEW_TOKEN_ERROR_CODE code) |
|
inlinevirtual |
Reimplemented from IRtcEngineEventHandler.
|
inlinevirtual |
Occurs when a user joins a channel.
This callback notifies the application that a user joins a specified channel.
| connection | The RtcConnection object. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback. |
|
inlinevirtual |
Occurs when a user rejoins the channel.
When a user loses connection with the server because of network problems, the SDK automatically tries to reconnect and triggers this callback upon reconnection.
| connection | The RtcConnection object. |
| elapsed | Time elapsed (ms) from the local user calling the joinChannel method until this callback is triggered. |
|
inlinevirtual |
Reports the statistics of the audio stream from each remote user/broadcaster.
The SDK triggers this callback once every two seconds to report the audio quality of each remote user/host sending an audio stream. If a channel has multiple remote users/hosts sending audio streams, the SDK triggers this callback as many times.
| connection | The RtcConnection object. |
| remoteUid | The user ID of the remote user sending the audio stream. |
| quality | The audio quality of the user: QUALITY_TYPE |
| delay | The network delay (ms) from the sender to the receiver, including the delay caused by audio sampling pre-processing, network transmission, and network jitter buffering. |
| lost | The audio packet loss rate (%) from the sender to the receiver. |
|
inlinevirtual |
Reports the volume information of users.
By default, this callback is disabled. You can enable it by calling enableAudioVolumeIndication. Once this callback is enabled and users send streams in the channel, the SDK triggers the onAudioVolumeIndication callback at the time interval set in enableAudioVolumeIndication. The SDK triggers two independent onAudioVolumeIndication callbacks simultaneously, which separately report the volume information of the local user who sends a stream and the remote users (up to three) whose instantaneous volume is the highest.
| connection | The RtcConnection object. |
| speakers | The volume information of the users, see AudioVolumeInfo. An empty speakers array in the callback indicates that no remote user is in the channel or sending a stream at the moment. |
| speakerNumber | The total number of speakers.
|
| totalVolume | The volume of the speaker. The value ranges between 0 (lowest volume) and 255 (highest volume).
|
|
inlinevirtual |
Occurs when a user leaves a channel.
This callback notifies the app that the user leaves the channel by calling leaveChannel. From this callback, the app can get information such as the call duration and quality statistics.
| connection | The RtcConnection object. |
| stats | The statistics on the call: RtcStats. |
|
inlinevirtual |
Reports the statistics of the current call.
The SDK triggers this callback once every two seconds after the user joins the channel.
| connection | The RtcConnection object. |
| stats | The statistics of the current call: RtcStats. |
|
inlinevirtual |
Reports the last mile network quality of each user in the channel.
This callback reports the last mile network conditions of each user in the channel. Last mile refers to the connection between the local device and Agora's edge server.
The SDK triggers this callback once every two seconds. If a channel includes multiple users, the SDK triggers this callback as many times.
txQuality is UNKNOWN when the user is not sending a stream; rxQuality is UNKNOWN when the user is not receiving a stream.| connection | The RtcConnection object. |
| remoteUid | The user ID. The network quality of the user with this user ID is reported. |
| txQuality | Uplink network quality rating of the user in terms of the transmission bit rate, packet loss rate, average RTT (Round-Trip Time) and jitter of the uplink network. This parameter is a quality rating helping you understand how well the current uplink network conditions can support the selected video encoder configuration. For example, a 1000 Kbps uplink network may be adequate for video frames with a resolution of 640 × 480 and a frame rate of 15 fps in the LIVE_BROADCASTING profile, but may be inadequate for resolutions higher than 1280 × 720. See QUALITY_TYPE. |
| rxQuality | Downlink network quality rating of the user in terms of packet loss rate, average RTT, and jitter of the downlink network. See QUALITY_TYPE. |
|
inlinevirtual |
Occurs when intra request from remote user is received.
This callback is triggered once remote user needs one Key frame.
| connection | The RtcConnection object. |
|
inlinevirtual |
Occurs when the first local video frame is published. The SDK triggers this callback under one of the following circumstances:
joinChannel successfully.muteLocalVideoStream(true) and muteLocalVideoStream(false) in sequence.disableVideo and enableVideo in sequence.pushVideoFrame to successfully push the video frame to the SDK.| connection | The RtcConnection object. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel` to the SDK triggers this callback. |
|
inlinevirtual |
Occurs when the first remote video frame is received and decoded.
The SDK triggers this callback under one of the following circumstances:
muteLocalVideoStream to stop sending the video stream.disableVideo to disable video.| connection | The RtcConnection object. |
| remoteUid | The user ID of the remote user sending the video stream. |
| width | The width (pixels) of the video stream. |
| height | The height (pixels) of the video stream. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback. |
|
inlinevirtual |
Occurs when the local or remote video size or rotation has changed.
| connection | The RtcConnection object. |
| sourceType | The video source type: VIDEO_SOURCE_TYPE. |
| uid | The user ID. 0 indicates the local user. |
| width | The new width (pixels) of the video. |
| height | The new height (pixels) of the video. |
| rotation | The rotation information of the video. |
|
inlinevirtual |
Occurs when the remote video state changes.
| connection | The RtcConnection object. |
| remoteUid | The ID of the user whose video state has changed. |
| state | The remote video state: REMOTE_VIDEO_STATE. |
| reason | The reason of the remote video state change: REMOTE_VIDEO_STATE_REASON. |
| elapsed | The time elapsed (ms) from the local client calling joinChannel until this callback is triggered. |
|
inlinevirtual |
Occurs when the renderer receives the first frame of the remote video.
| connection | The RtcConnection object. |
| remoteUid | The user ID of the remote user sending the video stream. |
| width | The width (px) of the video frame. |
| height | The height (px) of the video stream. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback. |
|
inlinevirtual |
Occurs when a remote user or broadcaster joins the channel.
The SDK triggers this callback under one of the following circumstances:
joinChannel method.| connection | The RtcConnection object. |
| remoteUid | The ID of the remote user or broadcaster joining the channel. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel or setClientRole until this callback is triggered. |
|
inlinevirtual |
Occurs when a remote user or broadcaster goes offline.
There are two reasons for a user to go offline:
| connection | The RtcConnection object. |
| remoteUid | The ID of the remote user or broadcaster who leaves the channel or drops offline. |
| reason | The reason why the remote user goes offline: USER_OFFLINE_REASON_TYPE. |
|
inlinevirtual |
Occurs when a remote user's audio stream playback pauses/resumes. The SDK triggers this callback when the remote user stops or resumes sending the audio stream by calling the muteLocalAudioStream method.
COMMUNICATION profile) or hosts (in the LIVE_BROADCASTING profile) in the channel exceeds 17.| connection | The RtcConnection object. |
| remoteUid | The user ID. |
| muted | Whether the remote user's audio stream is muted/unmuted:
|
|
inlinevirtual |
Occurs when a remote user pauses or resumes sending the video stream.
When a remote user calls muteLocalVideoStream to stop or resume publishing the video stream, the SDK triggers this callback to report the state of the remote user's publishing stream to the local user.
| connection | The RtcConnection object. |
| remoteUid | ID of the remote user. |
| muted | Whether the remote user stops publishing the video stream:
|
|
inlinevirtual |
Occurs when a remote user enables or disables the video module.
Once the video function is disabled, the users cannot see any video.
The SDK triggers this callback when a remote user enables or disables the video module by calling the enableVideo or disableVideo method.
| connection | The RtcConnection object. |
| remoteUid | The ID of the remote user. |
| enabled | Whether the video of the remote user is enabled:
|
|
inlinevirtual |
Occurs when a remote user enables or disables local video capturing.
The SDK triggers this callback when the remote user resumes or stops capturing the video stream by calling the enableLocalVideo method.
| connection | The RtcConnection object. |
| remoteUid | The ID of the remote user. |
| enabled | Whether the specified remote user enables/disables local video:
|
|
inlinevirtual |
Occurs when the remote user state is updated.
| connection | The RtcConnection object. |
| remoteUid | The uid of the remote user. |
| state | The remote user state: REMOTE_USER_STATE. |
|
inlinevirtual |
Reports the statistics of the local audio stream.
The SDK triggers this callback once every two seconds.
| connection | The RtcConnection object. |
| stats | The statistics of the local audio stream. See LocalAudioStats. |
|
inlinevirtual |
Reports the statistics of the audio stream from each remote user/host.
The SDK triggers this callback once every two seconds for each remote user who is sending audio streams. If a channel includes multiple remote users, the SDK triggers this callback as many times.
| connection | The RtcConnection object. |
| stats | Statistics of the received remote audio streams. See RemoteAudioStats. |
|
inlinevirtual |
Reports the statistics of the local video stream.
The SDK triggers this callback once every two seconds for each user/host. If there are multiple users/hosts in the channel, the SDK triggers this callback as many times.
enableDualStreamMode method, this callback reports the statistics of the high-video stream (high bitrate, and high-resolution video stream).| connection | The RtcConnection object. |
| sourceType | The video source type: VIDEO_SOURCE_TYPE. |
| stats | Statistics of the local video stream. See LocalVideoStats. |
|
inlinevirtual |
Reports the statistics of the video stream from each remote user/host.
The SDK triggers this callback once every two seconds for each remote user. If a channel has multiple users/hosts sending video streams, the SDK triggers this callback as many times.
| connection | The RtcConnection object. |
| stats | Statistics of the remote video stream. See RemoteVideoStats. |
|
inlinevirtual |
Occurs when the SDK cannot reconnect to the server 10 seconds after its connection to the server is interrupted.
The SDK triggers this callback when it cannot connect to the server 10 seconds after calling joinChannel, regardless of whether it is in the channel or not. If the SDK fails to rejoin the channel 20 minutes after being disconnected from Agora's edge server, the SDK stops rejoining the channel.
| connection | The RtcConnection object. |
|
inlinevirtual |
Occurs when the connection between the SDK and the server is interrupted.
onConnectionStateChanged instead.The SDK triggers this callback when it loses connection with the serer for more than 4 seconds after the connection is established. After triggering this callback, the SDK tries to reconnect to the server. If the reconnection fails within a certain period (10 seconds by default), the onConnectionLost() callback is triggered. If the SDK fails to rejoin the channel 20 minutes after being disconnected from Agora's edge server, the SDK stops rejoining the channel.
| connection | The RtcConnection object. |
|
inlinevirtual |
Occurs when your connection is banned by the Agora Server.
| connection | The RtcConnection object. |
|
inlinevirtual |
Occurs when the local user receives the data stream from the remote user.
The SDK triggers this callback when the user receives the data stream that another user sends by calling the sendStreamMessage method.
| connection | The RtcConnection object. |
| remoteUid | ID of the user who sends the data stream. |
| streamId | The ID of the stream data. |
| data | The data stream. |
| length | The length (byte) of the data stream. |
| sentTs | The time when the data stream sent. |
|
inlinevirtual |
Occurs when the local user does not receive the data stream from the remote user.
The SDK triggers this callback when the user fails to receive the data stream that another user sends by calling the sendStreamMessage method.
| connection | The RtcConnection object. |
| remoteUid | ID of the user who sends the data stream. |
| streamId | The ID of the stream data. |
| code | The error code. |
| missed | The number of lost messages. |
| cached | The number of incoming cached messages when the data stream is interrupted. |
|
inlinevirtual |
Occurs when the local user receives data via Reliable Data Transmission (RDT) from a remote user.
@technical preview
The SDK triggers this callback when the user receives the data stream that another user sends by calling the sendRdtMessage method.
| connection | The RtcConnection object. |
| userId | ID of the user who sends the data. |
| type | The RDT stream type. See RdtStreamType. |
| data | The data received. |
| length | The length (byte) of the data. |
|
inlinevirtual |
Occurs when the RDT tunnel state changed.
@technical preview
| connection | The RtcConnection object. |
| userId | ID of the user who sends the data. |
| state | The RDT tunnel state. See RdtState. |
|
inlinevirtual |
Occurs when the local user receives media control message sent by a remote user.
@technical preview
The SDK triggers this callback when the user receives data sent by a remote user using the sendMediaControlMessage method.
| connection | The RtcConnection object. |
| userId | ID of the user who sends the data. |
| data | The data received. |
| length | The length (byte) of the data. |
|
inlinevirtual |
Occurs when the token expires.
When the token expires during a call, the SDK triggers this callback to remind the app to renew the token.
Upon receiving this callback, generate a new token at your app server and call joinChannel to pass the new token to the SDK.
| connection | The RtcConnection object. |
|
inlinevirtual |
Occurs when connection license verification fails.
You can know the reason accordding to error code
|
inlinevirtual |
Occurs when the token will expire in 30 seconds.
When the token is about to expire in 30 seconds, the SDK triggers this callback to remind the app to renew the token.
Upon receiving this callback, generate a new token at your app server and call renewToken to pass the new Token to the SDK.
| connection | The RtcConnection object. |
| token | The token that will expire in 30 seconds. |
|
inlinevirtual |
Occurs when the first local audio frame is published.
The SDK triggers this callback under one of the following circumstances:
joinChannel successfully.muteLocalAudioStream(true) and muteLocalAudioStream(false) in sequence.disableAudio and enableAudio in sequence.pushAudioFrame to successfully push the audio frame to the SDK.| connection | The RtcConnection object. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel to the SDK triggers this callback. |
|
inlinevirtual |
Occurs when the SDK receives the first audio frame from a specific remote user.
onRemoteAudioStateChanged instead.| connection | The RtcConnection object. |
| userId | ID of the remote user. |
| elapsed | The time elapsed (ms) from the loca user calling joinChannel until this callback is triggered. |
|
inlinevirtual |
Occurs when the SDK decodes the first remote audio frame for playback.
onRemoteAudioStateChanged instead. The SDK triggers this callback under one of the following circumstances:| connection | The RtcConnection object. |
| uid | User ID of the remote user sending the audio stream. |
| elapsed | The time elapsed (ms) from the loca user calling joinChannel until this callback is triggered. |
|
inlinevirtual |
Occurs when the local audio state changes.
When the state of the local audio stream changes (including the state of the audio capture and encoding), the SDK triggers this callback to report the current state. This callback indicates the state of the local audio stream, and allows you to troubleshoot issues when audio exceptions occur.
LOCAL_AUDIO_STREAM_STATE_FAILED(3), see the error parameter for details.| connection | The RtcConnection object. |
| state | State of the local audio. See LOCAL_AUDIO_STREAM_STATE. |
| reason | The reason information of the local audio. See LOCAL_AUDIO_STREAM_REASON. |
|
inlinevirtual |
Occurs when the remote audio state changes.
When the audio state of a remote user (in the voice/video call channel) or host (in the live streaming channel) changes, the SDK triggers this callback to report the current state of the remote audio stream.
| connection | The RtcConnection object. |
| remoteUid | ID of the remote user whose audio state changes. |
| state | State of the remote audio. See REMOTE_AUDIO_STATE. |
| reason | The reason of the remote audio state change. See REMOTE_AUDIO_STATE_REASON. |
| elapsed | Time elapsed (ms) from the local user calling the joinChannel method until the SDK triggers this callback. |
|
inlinevirtual |
Occurs when an active speaker is detected.
After a successful call of enableAudioVolumeIndication, the SDK continuously detects which remote user has the loudest volume. During the current period, the remote user, who is detected as the loudest for the most times, is the most active user.
When the number of users is no less than two and an active remote speaker exists, the SDK triggers this callback and reports the uid of the most active remote speaker.
onActiveSpeaker callback only once.| connection | The RtcConnection object. |
| uid | The ID of the active speaker. A uid of 0 means the local user. |
|
inlinevirtual |
Occurs when the user role switches in the interactive live streaming.
| connection | The RtcConnection of the local user: #RtcConnection |
| oldRole | The old role of the user: CLIENT_ROLE_TYPE |
| newRole | The new role of the user: CLIENT_ROLE_TYPE |
| newRoleOptions | The client role options of the new role: #ClientRoleOptions. |
|
inlinevirtual |
Occurs when the user role in a Live-Broadcast channel fails to switch, for example, from a broadcaster to an audience or vice versa.
| connection | The RtcConnection object. |
| reason | The reason for failing to change the client role: CLIENT_ROLE_CHANGE_FAILED_REASON. |
| currentRole | The current role of the user: CLIENT_ROLE_TYPE. |
|
inlinevirtual |
Reports the transport-layer statistics of each remote audio stream.
onRemoteAudioStats instead.This callback reports the transport-layer statistics, such as the packet loss rate and network time delay, once every two seconds after the local user receives an audio packet from a remote user. During a call, when the user receives the audio packet sent by the remote user/host, the callback is triggered every 2 seconds.
| connection | The RtcConnection object. |
| remoteUid | ID of the remote user whose audio data packet is received. |
| delay | The network time delay (ms) from the sender to the receiver. |
| lost | The Packet loss rate (%) of the audio packet sent from the remote user. |
| rxKBitRate | Received bitrate (Kbps) of the audio packet sent from the remote user. |
|
inlinevirtual |
Reports the transport-layer statistics of each remote video stream.
onRemoteVideoStats instead.This callback reports the transport-layer statistics, such as the packet loss rate and network time delay, once every two seconds after the local user receives a video packet from a remote user.
During a call, when the user receives the video packet sent by the remote user/host, the callback is triggered every 2 seconds.
| connection | The RtcConnection object. |
| remoteUid | ID of the remote user whose video packet is received. |
| delay | The network time delay (ms) from the remote user sending the video packet to the local user. |
| lost | The packet loss rate (%) of the video packet sent from the remote user. |
| rxKBitRate | The bitrate (Kbps) of the video packet sent from the remote user. |
|
inlinevirtual |
Occurs when the network connection state changes.
When the network connection state changes, the SDK triggers this callback and reports the current connection state and the reason for the change.
| connection | The RtcConnection object. |
| state | The current connection state. See #CONNECTION_STATE_TYPE. |
| reason | The reason for a connection state change. See CONNECTION_CHANGED_REASON_TYPE. |
|
inlinevirtual |
Occurs when the local network type changes.
This callback occurs when the connection state of the local user changes. You can get the connection state and reason for the state change in this callback. When the network connection is interrupted, this callback indicates whether the interruption is caused by a network type change or poor network conditions.
| connection | The RtcConnection object. |
| type | The type of the local network connection. See NETWORK_TYPE. |
|
inlinevirtual |
Reports the built-in encryption errors.
When encryption is enabled by calling enableEncryption, the SDK triggers this callback if an error occurs in encryption or decryption on the sender or the receiver side.
| connection | The RtcConnection object. |
| errorType | The error type. See ENCRYPTION_ERROR_TYPE. |
|
inlinevirtual |
Reports the user log upload result
| connection | The RtcConnection object. |
| requestId | RequestId of the upload |
| success | Is upload success |
| reason | Reason of the upload, 0: OK, 1 Network Error, 2 Server Error. |
|
inlinevirtual |
Occurs when the user account is updated.
| connection | The RtcConnection object. |
| remoteUid | The user ID. |
| userAccount | The user account. |
|
inlinevirtual |
Reports the result of taking a video snapshot.
After a successful takeSnapshot method call, the SDK triggers this callback to report whether the snapshot is successfully taken, as well as the details for that snapshot.
| connection | The RtcConnection object. |
| uid | The user ID. A uid of 0 indicates the local user. |
| filePath | The local path of the snapshot. |
| width | The width (px) of the snapshot. |
| height | The height (px) of the snapshot. |
| errCode | The message that confirms success or gives the reason why the snapshot is not successfully taken:
|
|
inlinevirtual |
Reports the tracing result of video rendering event of the user.
| connection | The RtcConnection object. |
| uid | The user ID. |
| currentEvent | The current event of the tracing result: MEDIA_TRACE_EVENT. |
| tracingInfo | The tracing result: #VideoRenderingTracingInfo. |
|
inlinevirtual |
Occurs when receive use rtm response.
| connection | The RtcConnection object. |
| code | The error code: |
|
inlinevirtual |
Occurs when receive a video transcoder stream which has video layout info.
| connection | The RtcConnection object. |
| uid | user id of the transcoded stream. |
| width | width of the transcoded stream. |
| height | height of the transcoded stream. |
| layoutCount | count of layout info in the transcoded stream. |
| layoutlist | video layout info list of the transcoded stream. |
|
inlinevirtual |
The audio metadata received.
| connection | The RtcConnection object. |
| uid | ID of the remote user. |
| metadata | The pointer of metadata |
| length | Size of metadata @technical preview |
|
inlinevirtual |
Callback for multipath transmission statistics.
Call timing: This callback is triggered after you set enableMultipath to true to enable multipath transmission.
| stats | Multipath transmission statistics. See MultipathStats. |
|
inlinevirtual |
Occurs when a user renews the token.
This callback notifies the app that the user renews the token by calling renewToken. From this callback, the app can get the result of renewToken.
| connection | The RtcConnection object. |
| token | The token. |
| code | The error code. |
|
inline |
|
inline |
Occurs when a user joins a channel.
This callback notifies the application that a user joins a specified channel. Call timing: The SDK triggers this callback when you call joinChannel(const char* token, const char* channelId, const char* info, uid_t uid), joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) , joinChannelWithUserAccount(const char* token, const char* channelId, const char* userAccount), joinChannelWithUserAccount(const char* token, const char* channelId, const char* userAccount, const ChannelMediaOptions& options) , joinChannelEx or joinChannelWithUserAccountEx to join a channel.
| channel | The channel name. |
| uid | The ID of the user who joins the channel. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inline |
Occurs when a user rejoins the channel.
Call timing: When a user loses connection with the server because of network problems, the SDK automatically tries to reconnect and triggers this callback upon reconnection.
| channel | The channel name. |
| uid | The ID of the user who rejoins the channel. |
| elapsed | Time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inline |
Reports the statistics of the audio stream sent by each remote user.
The SDK triggers this callback once every two seconds to report the audio quality of each remote user who is sending an audio stream. If a channel has multiple users sending audio streams, the SDK triggers this callback as many times.
| uid | The user ID of the remote user sending the audio stream. |
| quality | Audio quality of the user. See QUALITY_TYPE. |
| delay | The network delay (ms) from the sender to the receiver, including the delay caused by audio sampling pre-processing, network transmission, and network jitter buffering. |
| lost | The packet loss rate (%) of the audio packet sent from the remote user to the receiver. |
|
inline |
Reports the volume information of users.
By default, this callback is disabled. You can enable it by calling enableAudioVolumeIndication. Once this callback is enabled and users send streams in the channel, the SDK triggers the onAudioVolumeIndication callback according to the time interval set in enableAudioVolumeIndication. The SDK triggers two independent onAudioVolumeIndication callbacks simultaneously, which separately report the volume information of the local user who sends a stream and the remote users (up to three) whose instantaneous volume is the highest.
muteLocalAudioStream method to mute, the SDK continues to report the volume indication of the local user. If a remote user whose volume is one of the three highest in the channel stops publishing the audio stream for 20 seconds, the callback excludes this user's information; if all remote users stop publishing audio streams for 20 seconds, the SDK stops triggering the callback for remote users.| speakers | The volume information of the users. See AudioVolumeInfo. An empty speakers array in the callback indicates that no remote user is in the channel or is sending a stream. |
| speakerNumber | The total number of users.
|
| totalVolume | The volume of the speaker. The value range is [0,255].
|
|
inline |
Occurs when a user leaves a channel.
You can obtain information such as the total duration of a call, and the data traffic that the SDK transmits and receives. Call timing: The SDK triggers this callback after you call leaveChannel(), leaveChannel(const LeaveChannelOptions& options) , leaveChannelEx(const RtcConnection& connection), or leaveChannelEx(const RtcConnection& connection, const LeaveChannelOptions& options) to leave a channel.
| stats | Call statistics. See RtcStats. |
|
inline |
Reports the statistics about the current call.
Call timing: The SDK triggers this callback once every two seconds after the user joins the channel.
| stats | Statistics of the RTC engine. See RtcStats. |
|
inline |
Reports the last mile network quality of each user in the channel.
This callback reports the last mile network conditions of each user in the channel. Last mile refers to the connection between the local device and Agora's edge server. The SDK triggers this callback once every two seconds. If a channel includes multiple users, the SDK triggers this callback as many times. This callback provides feedback on network quality through sending and receiving broadcast packets within the channel. Excessive broadcast packets can lead to broadcast storms. To prevent broadcast storms from causing a large amount of data transmission within the channel, this callback supports feedback on the network quality of up to 4 remote hosts simultaneously by default.
txQuality is UNKNOWN when the user is not sending a stream; rxQuality is UNKNOWN when the user is not receiving a stream.| uid | The user ID. The network quality of the user with this user ID is reported. If the uid is 0, the local network quality is reported. |
| txQuality | Uplink network quality rating of the user in terms of the transmission bit rate, packet loss rate, average RTT (Round-Trip Time) and jitter of the uplink network. This parameter is a quality rating helping you understand how well the current uplink network conditions can support the selected video encoder configuration. For example, a 1000 Kbps uplink network may be adequate for video frames with a resolution of 640 × 480 and a frame rate of 15 fps in the LIVE_BROADCASTING profile, but might be inadequate for resolutions higher than 1280 × 720. See QUALITY_TYPE. |
| rxQuality | Downlink network quality rating of the user in terms of packet loss rate, average RTT, and jitter of the downlink network. See QUALITY_TYPE. |
|
inlinevirtual |
Occurs when intra request from remote user is received.
This callback is triggered once remote user needs one Key frame.
Reimplemented from IRtcEngineEventHandler.
|
inline |
Occurs when the first video frame is published.
The SDK triggers this callback under one of the following circumstances:
joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) to join the channel successfully.muteLocalVideoStream (true) and muteLocalVideoStream (false) in sequence.disableVideo and enableVideo in sequence.pushVideoFrame to successfully push the video frame to the SDK.| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| elapsed | Time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until this callback is triggered. |
|
inline |
Occurs when the first remote video frame is received and decoded.
The SDK triggers this callback under one of the following circumstances:
disableVideo to disable video.| uid | The user ID of the remote user sending the video stream. |
| width | The width (px) of the video stream. |
| height | The height (px) of the video stream. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inline |
Occurs when the video size or rotation of a specified user changes.
| sourceType | The type of the video source. See VIDEO_SOURCE_TYPE. |
| uid | The ID of the user whose video size or rotation changes. (The uid for the local user is 0. The video is the local user's video preview). |
| width | The width (pixels) of the video stream. |
| height | The height (pixels) of the video stream. |
| rotation | The rotation information. The value range is [0,360).Note: On the iOS platform, the parameter value is always 0. |
|
inline |
Occurs when the local video stream state changes.
When the status of the local video changes, the SDK triggers this callback to report the current local video state and the reason for the state change. Applicable scenarios: You can use this callback to stay updated on the state changes of the local video stream, and take corresponding measures based on the reasons for the state changes, to better manage and debug issues related to the video stream. Call timing: - The SDK triggeres this callback under the following circumstances, with the state as LOCAL_VIDEO_STREAM_STATE_FAILED, and the reason as LOCAL_VIDEO_STREAM_REASON_CAPTURE_FAILURE:
onLocalVideoStateChanged (LOCAL_VIDEO_STREAM_STATE_CAPTURING,LOCAL_VIDEO_STREAM_REASON_OK) callback.When the camera outputs captured video frames, if the SDK detects 15 consecutive duplicate video frames, it triggers this callback, with the state as LOCAL_VIDEO_STREAM_STATE_CAPTURING and the reason as LOCAL_VIDEO_STREAM_REASON_CAPTURE_FAILURE.Note:
reason parameter in this callback. However, on some devices, when there is an issue with capturing (such as freezing), the Android system will not throw any error callbacks, so the SDK cannot report the reason for the change in local video status. In this case, you can determine if there is no video frame being captured by checking the following: this callback reports the state as LOCAL_VIDEO_STREAM_STATE_CAPTURING or LOCAL_VIDEO_STREAM_STATE_ENCODING, and the captureFrameRate in the onLocalVideoStats callback is 0.reason parameter in this callback. However, on some devices, when there is an issue with capturing (such as freezing), the Android system will not throw any error callbacks, so the SDK cannot report the reason for the change in local video status. In this case, you can determine if there is no video frame being captured by checking the following: this callback reports the state as LOCAL_VIDEO_STREAM_STATE_CAPTURING or LOCAL_VIDEO_STREAM_STATE_ENCODING, and the captureFrameRate in the onLocalVideoStats callback is 0.| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| state | The state of the local video, see LOCAL_VIDEO_STREAM_STATE. |
| reason | The reasons for changes in local video state. See LOCAL_VIDEO_STREAM_REASON. |
|
inline |
Occurs when the remote video stream state changes.
| uid | The ID of the remote user whose video state changes. |
| state | The state of the remote video. See REMOTE_VIDEO_STATE. |
| reason | The reason for the remote video state change. See REMOTE_VIDEO_STATE_REASON. |
| elapsed | Time elapsed (ms) from the local user calling the joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) method until the SDK triggers this callback. |
|
inline |
Occurs when the renderer receives the first frame of the remote video.
| uid | The user ID of the remote user sending the video stream. |
| width | The width (px) of the video stream. |
| height | The height (px) of the video stream. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inline |
Occurs when a remote user (in the communication profile)/ host (in the live streaming profile) joins the channel.
| uid | The ID of the user or host who joins the channel. |
| elapsed | Time delay (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until this callback is triggered. |
|
inline |
Occurs when a remote user (in the communication profile)/ host (in the live streaming profile) leaves the channel.
There are generally two reasons for users to become offline:
| uid | The ID of the user who leaves the channel or goes offline. |
| reason | Reasons why a remote user (in the communication profile) or host (in the live streaming profile) goes offline. See USER_OFFLINE_REASON_TYPE. |
|
inline |
Occurs when a remote user (in the communication profile) or a host (in the live streaming profile) stops/resumes sending the audio stream.
The SDK triggers this callback when the remote user stops or resumes sending the audio stream by calling the muteLocalAudioStream method.
| uid | The user ID. |
| muted | Whether the remote user's audio stream is muted:
|
|
inline |
Occurs when a remote user stops or resumes publishing the video stream.
When a remote user calls muteLocalVideoStream to stop or resume publishing the video stream, the SDK triggers this callback to report to the local user the state of the streams published by the remote user.
| uid | The user ID of the remote user. |
| muted | Whether the remote user stops publishing the video stream:
|
|
inline |
Occurs when a remote user enables or disables the video module.
Once the video module is disabled, the user can only use a voice call. The user cannot send or receive any video. The SDK triggers this callback when a remote user enables or disables the video module by calling the enableVideo or disableVideo method.
| uid | The user ID of the remote user. |
| enabled |
|
false: The video module is disabled.
|
inline |
Occurs when a specific remote user enables/disables the local video capturing function.
The SDK triggers this callback when the remote user resumes or stops capturing the video stream by calling the enableLocalVideo method.
| uid | The user ID of the remote user. |
| enabled | Whether the specified remote user enables/disables local video capturing:
|
|
inline |
Occurs when the remote user audio or video state is updated.
| uid | The uid of the remote user. |
| state | The remote user's audio or video state: REMOTE_USER_STATE. |
|
inline |
Reports the statistics of the local audio stream.
The SDK triggers this callback once every two seconds.
| stats | Local audio statistics. See LocalAudioStats. |
|
inline |
Reports the transport-layer statistics of each remote audio stream.
The SDK triggers this callback once every two seconds for each remote user who is sending audio streams. If a channel includes multiple remote users, the SDK triggers this callback as many times.
| stats | The statistics of the received remote audio streams. See RemoteAudioStats. |
|
inline |
Reports the statistics of the local video stream.
The SDK triggers this callback once every two seconds to report the statistics of the local video stream.
| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| stats | The statistics of the local video stream. See LocalVideoStats. |
|
inline |
Reports the statistics of the video stream sent by each remote users.
Reports the statistics of the video stream from the remote users. The SDK triggers this callback once every two seconds for each remote user. If a channel has multiple users/hosts sending video streams, the SDK triggers this callback as many times.
| stats | Statistics of the remote video stream. See RemoteVideoStats. |
|
inlinevirtual |
Occurs when the SDK cannot reconnect to Agora's edge server 10 seconds after its connection to the server is interrupted.
The SDK triggers this callback when it cannot connect to the server 10 seconds after calling the joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) method, regardless of whether it is in the channel. If the SDK fails to rejoin the channel 20 minutes after being disconnected from Agora's edge server, the SDK stops rejoining the channel.
Reimplemented from IRtcEngineEventHandler.
|
inlinevirtual |
Occurs when the connection between the SDK and the server is interrupted.
onConnectionStateChanged instead.The SDK triggers this callback when it loses connection with the server for more than four seconds after the connection is established. After triggering this callback, the SDK tries to reconnect to the server. You can use this callback to implement pop-up reminders. The differences between this callback and onConnectionLost are as follow:
onConnectionInterrupted callback when it loses connection with the server for more than four seconds after it successfully joins the channel.onConnectionLost callback when it loses connection with the server for more than 10 seconds, whether or not it joins the channel. If the SDK fails to rejoin the channel 20 minutes after being disconnected from Agora's edge server, the SDK stops rejoining the channel. Reimplemented from IRtcEngineEventHandler.
|
inlinevirtual |
Occurs when the connection is banned by the Agora server.
onConnectionStateChanged instead. Reimplemented from IRtcEngineEventHandler.
|
inline |
Occurs when the local user receives the data stream from the remote user.
The SDK triggers this callback when the local user receives the stream message that the remote user sends by calling the sendStreamMessage method.
Signaling.| uid | The ID of the remote user sending the message. |
| streamId | The stream ID of the received message. |
| data | The data received. |
| length | The data length (byte). |
| sentTs | The time when the data stream is sent. |
|
inline |
Occurs when the local user does not receive the data stream from the remote user.
The SDK triggers this callback when the local user fails to receive the stream message that the remote user sends by calling the sendStreamMessage method.
Signaling.| uid | The ID of the remote user sending the message. |
| streamId | The stream ID of the received message. |
| code | Error code. |
| missed | The number of lost messages. |
| cached | Number of incoming cached messages when the data stream is interrupted. |
|
inline |
Occurs when the local user receives data via Reliable Data Transmission (RDT) from a remote user.
@technical preview
The SDK triggers this callback when the user receives the data stream that another user sends by calling the sendRdtMessage method.
| userId | ID of the user who sends the data. |
| type | The RDT stream type. See RdtStreamType. |
| data | The data received. |
| length | The length (byte) of the data. |
|
inline |
Occurs when the RDT tunnel state changed.
@technical preview
| userId | ID of the user who sends the data. |
| state | The RDT tunnel state. See RdtState. |
|
inline |
Occurs when the local user receives media control message sent by a remote user.
@technical preview
The SDK triggers this callback when the user receives data sent by a remote user using the sendMediaControlMessage method.
| userId | ID of the user who sends the data. |
| data | The data received. |
| length | The length (byte) of the data. |
|
inlinevirtual |
Occurs when the token expires.
The SDK triggers this callback if the token expires. When receiving this callback, you need to generate a new token on your token server and you can renew your token through one of the following ways:
renewToken to pass in the new token.leaveChannel(const LeaveChannelOptions& options) to leave the current channel and then pass in the new token when you call joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) to join a channel.updateChannelMediaOptionsEx to pass in the new token. Reimplemented from IRtcEngineEventHandler.
|
inline |
Occurs when the token expires in 30 seconds.
When receiving this callback, you need to generate a new token on your token server and you can renew your token through one of the following ways:
renewToken to pass in the new token.leaveChannel(const LeaveChannelOptions& options) to leave the current channel and then pass in the new token when you call joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) to join a channel.updateChannelMediaOptionsEx to pass in the new token. Call timing: The SDK triggers this callback 30 seconds before the token expires, reminding the app to update the token.| token | The token that is about to expire. |
|
inline |
Occurs when connection license verification fails.
You can know the reason accordding to error code
|
inline |
Occurs when the first audio frame is published.
The SDK triggers this callback under one of the following circumstances:
joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) successfully.muteLocalAudioStream (true) and muteLocalAudioStream (false) in sequence.disableAudio and enableAudio in sequence.pushAudioFrame to successfully push the audio frame to the SDK.| elapsed | Time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inline |
Occurs when the SDK receives the first audio frame from a specific remote user.
onRemoteAudioStateChanged instead.| uid | The user ID of the remote user. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inline |
Occurs when the SDK decodes the first remote audio frame for playback.
onRemoteAudioStateChanged instead.The SDK triggers this callback under one of the following circumstances:
muteLocalAudioStream to stop sending the audio stream.disableAudio to disable audio.| uid | The user ID of the remote user. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inline |
Occurs when the local audio stream state changes.
When the state of the local audio stream changes (including the state of the audio capture and encoding), the SDK triggers this callback to report the current state. This callback indicates the state of the local audio stream, and allows you to troubleshoot issues when audio exceptions occur.
LOCAL_AUDIO_STREAM_STATE_FAILED (3), you can view the error information in the error parameter.| state | The state of the local audio. See LOCAL_AUDIO_STREAM_STATE. |
| reason | Reasons for local audio state changes. See LOCAL_AUDIO_STREAM_REASON. |
|
inline |
Occurs when the remote audio state changes.
When the audio state of a remote user (in a voice/video call channel) or host (in a live streaming channel) changes, the SDK triggers this callback to report the current state of the remote audio stream.
| uid | The ID of the remote user whose audio state changes. |
| state | The state of the remote audio. See REMOTE_AUDIO_STATE. |
| reason | The reason of the remote audio state change. See REMOTE_AUDIO_STATE_REASON. |
| elapsed | Time elapsed (ms) from the local user calling the joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) method until the SDK triggers this callback. |
|
inline |
Occurs when the most active remote speaker is detected.
After a successful call of enableAudioVolumeIndication, the SDK continuously detects which remote user has the loudest volume. During the current period, the remote user whose volume is detected as the loudest for the most times, is the most active user. When the number of users is no less than two and an active remote speaker exists, the SDK triggers this callback and reports the uid of the most active remote speaker.
onActiveSpeaker callback only once.uid of the new active remote speaker.| uid | The user ID of the most active speaker. |
|
inline |
Occurs when the user role or the audience latency level changes.
Call timing: This callback will be triggered in any of the following situations:
setClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) to set the user role or audience latency level after joining a channelsetClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) and set the user role to AUDIENCE before joining a channel.setClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) and set the user role to BROADCASTER before joining a channel.| oldRole | Role that the user switches from: CLIENT_ROLE_TYPE. |
| newRole | Role that the user switches to: CLIENT_ROLE_TYPE. |
| newRoleOptions | Since v4.1.0 Properties of the role that the user switches to. See ClientRoleOptions. |
|
inline |
Occurs when switching a user role fails.
This callback informs you about the reason for failing to switching and your current user role. Call timing: The SDK triggers this callback when the local user calls setClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) after joining a channel to switch the user role but the switching fails.
| reason | The reason for a user role switch failure. See CLIENT_ROLE_CHANGE_FAILED_REASON. |
| currentRole | Current user role. See CLIENT_ROLE_TYPE. |
|
inline |
Reports the transport-layer statistics of each remote audio stream.
onRemoteAudioStats instead.This callback reports the transport-layer statistics, such as the packet loss rate and network time delay after the local user receives an audio packet from a remote user. During a call, when the user receives the audio packet sent by the remote user, the callback is triggered every 2 seconds.
| uid | The ID of the remote user sending the audio streams. |
| delay | The network delay (ms) from the remote user to the receiver. |
| lost | The packet loss rate (%) of the audio packet sent from the remote user to the receiver. |
| rxKBitrate | The bitrate of the received audio (Kbps). |
|
inline |
Reports the transport-layer statistics of each remote video stream.
onRemoteVideoStats instead.This callback reports the transport-layer statistics, such as the packet loss rate and network time delay after the local user receives a video packet from a remote user. During a call, when the user receives the video packet sent by the remote user/host, the callback is triggered every 2 seconds.
| uid | The ID of the remote user sending the video packets. |
| delay | The network delay (ms) from the sender to the receiver. |
| lost | The packet loss rate (%) of the video packet sent from the remote user. |
| rxKBitRate | The bitrate of the received video (Kbps). |
|
inline |
Occurs when the network connection state changes.
When the network connection state changes, the SDK triggers this callback and reports the current connection state and the reason for the change.
| state | The current connection state. See CONNECTION_STATE_TYPE. |
| reason | The reason for a connection state change. See CONNECTION_CHANGED_REASON_TYPE. |
|
inline |
Occurs when the local network type changes.
This callback occurs when the connection state of the local user changes. You can get the connection state and reason for the state change in this callback. When the network connection is interrupted, this callback indicates whether the interruption is caused by a network type change or poor network conditions.
| type | The type of the local network connection. See NETWORK_TYPE. |
|
inline |
Reports the built-in encryption errors.
When encryption is enabled by calling enableEncryption, the SDK triggers this callback if an error occurs in encryption or decryption on the sender or the receiver side.
| errorType | Details about the error type. See ENCRYPTION_ERROR_TYPE. |
|
inline |
Reports the user log upload result
| requestId | RequestId of the upload |
| success | Is upload success |
| reason | Reason of the upload, 0: OK, 1 Network Error, 2 Server Error. |
|
inline |
Occurs when the SDK gets the user ID and user account of the remote user.
After a remote user joins the channel, the SDK gets the UID and user account of the remote user, caches them in a mapping table object, and triggers this callback on the local client.
|
inline |
Occurs when the user account is updated.
| uid | The user ID. |
| userAccount | The user account. |
|
inline |
Occurs when the audio subscribing state changes.
| channel | The channel name. |
| uid | The user ID of the remote user. |
| oldState | The previous subscribing status. See STREAM_SUBSCRIBE_STATE. |
| newState | The current subscribing status. See STREAM_SUBSCRIBE_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inline |
Occurs when the video subscribing state changes.
| channel | The channel name. |
| uid | The user ID of the remote user. |
| oldState | The previous subscribing status. See STREAM_SUBSCRIBE_STATE. |
| newState | The current subscribing status. See STREAM_SUBSCRIBE_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inline |
Occurs when the audio publishing state changes.
| channel | The channel name. |
| oldState | The previous publishing state. See STREAM_PUBLISH_STATE. |
| newState | The current publishing stat. See STREAM_PUBLISH_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inline |
Occurs when the video publishing state changes.
| channel | The channel name. |
| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| oldState | The previous publishing state. See STREAM_PUBLISH_STATE. |
| newState | The current publishing stat. See STREAM_PUBLISH_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inline |
Reports the result of taking a video snapshot.
After a successful takeSnapshot(uid_t uid, const char* filePath) method call, the SDK triggers this callback to report whether the snapshot is successfully taken as well as the details for the snapshot taken.
| uid | The user ID. One uid of 0 indicates the local user. |
| filePath | The local path of the snapshot. |
| width | The width (px) of the snapshot. |
| height | The height (px) of the snapshot. |
| errCode | The message that confirms success or gives the reason why the snapshot is not successfully taken:
|
|
inline |
Video frame rendering event callback.
After calling the startMediaRenderingTracing method or joining a channel, the SDK triggers this callback to report the events of video frame rendering and the indicators during the rendering process. Developers can optimize the indicators to improve the efficiency of the first video frame rendering.
| uid | The user ID. |
| currentEvent | The current video frame rendering event. See MEDIA_TRACE_EVENT. |
| tracingInfo | The indicators during the video frame rendering process. Developers need to reduce the value of indicators as much as possible in order to improve the efficiency of the first video frame rendering. See VideoRenderingTracingInfo. |
|
inline |
Occurs when the SDK receives RTM setting change response.
@technical preview
| code | The error code. |
|
inline |
Occurs when the local user receives a mixed video stream carrying layout information.
When the local user receives a mixed video stream sent by the video mixing server for the first time, or when there is a change in the layout information of the mixed stream, the SDK triggers this callback, reporting the layout information of each sub-video stream within the mixed video stream.
| uid | User ID who published this mixed video stream. |
| width | Width (px) of the mixed video stream. |
| height | Heitht (px) of the mixed video stream. |
| layoutCount | The number of layout information in the mixed video stream. |
| layoutlist | Layout information of a specific sub-video stream within the mixed stream. See VideoLayout. |
|
inline |
Occurs when the SDK receives audio metadata.
| uid | ID of the remote user. |
| metadata | The pointer of metadata |
| length | Size of metadata @technical preview |
|
inline |
Report the multipath transmission statistics.
enableMultipath to true to enable multipath transmission.| stats | The multipath statistics. See the MultipathStats structure for details. |
|
inline |
Callback for renewToken call result.
This callback is triggered after the user calls the renewToken method to update the token, and is used to notify the app of the result.
| token | Token. |
| code | Error code. See RENEW_TOKEN_ERROR_CODE. |
|
inlinevirtualinherited |
Occurs when a user joins a channel.
This callback notifies the application that a user joins a specified channel. Call timing: The SDK triggers this callback when you call joinChannel(const char* token, const char* channelId, const char* info, uid_t uid), joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) , joinChannelWithUserAccount(const char* token, const char* channelId, const char* userAccount), joinChannelWithUserAccount(const char* token, const char* channelId, const char* userAccount, const ChannelMediaOptions& options) , joinChannelEx or joinChannelWithUserAccountEx to join a channel.
| channel | The channel name. |
| uid | The ID of the user who joins the channel. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when a user rejoins the channel.
Call timing: When a user loses connection with the server because of network problems, the SDK automatically tries to reconnect and triggers this callback upon reconnection.
| channel | The channel name. |
| uid | The ID of the user who rejoins the channel. |
| elapsed | Time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inlinevirtualinherited |
Reports the proxy connection state.
You can use this callback to listen for the state of the SDK connecting to a proxy. For example, when a user calls setCloudProxy and joins a channel successfully, the SDK triggers this callback to report the user ID, the proxy type connected, and the time elapsed fromthe user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until this callback is triggered.
| channel | The channel name. |
| uid | The user ID. |
| proxyType | The proxy type connected. See PROXY_TYPE. |
| localProxyIp | Reserved for future use. |
| elapsed | The time elapsed (ms) from the user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until this callback is triggered. |
|
inlinevirtualinherited |
Reports an error during SDK runtime.
This callback indicates that an error (concerning network or media) occurs during SDK runtime. In most cases, the SDK cannot fix the issue and resume running. The SDK requires the app to take action or informs the user about the issue.
| err | Error code. See ERROR_CODE_TYPE. |
| msg | The error message. |
|
inlinevirtualinherited |
Reports the statistics of the audio stream sent by each remote user.
The SDK triggers this callback once every two seconds to report the audio quality of each remote user who is sending an audio stream. If a channel has multiple users sending audio streams, the SDK triggers this callback as many times.
| uid | The user ID of the remote user sending the audio stream. |
| quality | Audio quality of the user. See QUALITY_TYPE. |
| delay | The network delay (ms) from the sender to the receiver, including the delay caused by audio sampling pre-processing, network transmission, and network jitter buffering. |
| lost | The packet loss rate (%) of the audio packet sent from the remote user to the receiver. |
|
inlinevirtualinherited |
Reports the last mile network probe result.
The SDK triggers this callback within 30 seconds after the app calls startLastmileProbeTest.
| result | The uplink and downlink last-mile network probe test result. See LastmileProbeResult. |
|
inlinevirtualinherited |
Reports the volume information of users.
By default, this callback is disabled. You can enable it by calling enableAudioVolumeIndication. Once this callback is enabled and users send streams in the channel, the SDK triggers the onAudioVolumeIndication callback according to the time interval set in enableAudioVolumeIndication. The SDK triggers two independent onAudioVolumeIndication callbacks simultaneously, which separately report the volume information of the local user who sends a stream and the remote users (up to three) whose instantaneous volume is the highest.
muteLocalAudioStream method to mute, the SDK continues to report the volume indication of the local user. If a remote user whose volume is one of the three highest in the channel stops publishing the audio stream for 20 seconds, the callback excludes this user's information; if all remote users stop publishing audio streams for 20 seconds, the SDK stops triggering the callback for remote users.| speakers | The volume information of the users. See AudioVolumeInfo. An empty speakers array in the callback indicates that no remote user is in the channel or is sending a stream. |
| speakerNumber | The total number of users.
|
| totalVolume | The volume of the speaker. The value range is [0,255].
|
|
inlinevirtualinherited |
Occurs when a user leaves a channel.
You can obtain information such as the total duration of a call, and the data traffic that the SDK transmits and receives. Call timing: The SDK triggers this callback after you call leaveChannel(), leaveChannel(const LeaveChannelOptions& options) , leaveChannelEx(const RtcConnection& connection), or leaveChannelEx(const RtcConnection& connection, const LeaveChannelOptions& options) to leave a channel.
| stats | Call statistics. See RtcStats. |
|
inlinevirtualinherited |
Reports the statistics about the current call.
Call timing: The SDK triggers this callback once every two seconds after the user joins the channel.
| stats | Statistics of the RTC engine. See RtcStats. |
|
inlinevirtualinherited |
Occurs when the audio device state changes.
This callback notifies the application that the system's audio device state is changed. For example, a headset is unplugged from the device.
| deviceId | The device ID. |
| deviceType | The device type. See MEDIA_DEVICE_TYPE. |
| deviceState | The device state. See MEDIA_DEVICE_STATE_TYPE. |
|
inlinevirtualinherited |
Occurs when the video device state changes.
This callback reports the change of system video devices, such as being unplugged or removed. On a Windows device with an external camera for video capturing, the video disables once the external camera is unplugged.
| deviceId | The device ID. |
| deviceType | Media device types. See MEDIA_DEVICE_TYPE. |
| deviceState | Media device states. See MEDIA_DEVICE_STATE_TYPE. |
|
inlinevirtualinherited |
Reports the last mile network quality of each user in the channel.
This callback reports the last mile network conditions of each user in the channel. Last mile refers to the connection between the local device and Agora's edge server. The SDK triggers this callback once every two seconds. If a channel includes multiple users, the SDK triggers this callback as many times. This callback provides feedback on network quality through sending and receiving broadcast packets within the channel. Excessive broadcast packets can lead to broadcast storms. To prevent broadcast storms from causing a large amount of data transmission within the channel, this callback supports feedback on the network quality of up to 4 remote hosts simultaneously by default.
txQuality is UNKNOWN when the user is not sending a stream; rxQuality is UNKNOWN when the user is not receiving a stream.| uid | The user ID. The network quality of the user with this user ID is reported. If the uid is 0, the local network quality is reported. |
| txQuality | Uplink network quality rating of the user in terms of the transmission bit rate, packet loss rate, average RTT (Round-Trip Time) and jitter of the uplink network. This parameter is a quality rating helping you understand how well the current uplink network conditions can support the selected video encoder configuration. For example, a 1000 Kbps uplink network may be adequate for video frames with a resolution of 640 × 480 and a frame rate of 15 fps in the LIVE_BROADCASTING profile, but might be inadequate for resolutions higher than 1280 × 720. See QUALITY_TYPE. |
| rxQuality | Downlink network quality rating of the user in terms of packet loss rate, average RTT, and jitter of the downlink network. See QUALITY_TYPE. |
|
inlinevirtualinherited |
Occurs when the uplink network information changes.
The SDK triggers this callback when the uplink network information changes.
| info | The uplink network information. See UplinkNetworkInfo. |
|
inlinevirtualinherited |
Reports the last-mile network quality of the local user.
This callback reports the last-mile network conditions of the local user before the user joins the channel. Last mile refers to the connection between the local device and Agora's edge server. Before the user joins the channel, this callback is triggered by the SDK once startLastmileProbeTest is called and reports the last-mile network conditions of the local user.
| quality | The last-mile network quality. See QUALITY_TYPE. |
|
inlinevirtualinherited |
Occurs when the first local video frame is displayed on the local video view.
The SDK triggers this callback when the first local video frame is displayed on the local video view.
| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| width | The width (px) of the first local video frame. |
| height | The height (px) of the first local video frame. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) to join the channel to when the SDK triggers this callback. If startPreview() / startPreview(VIDEO_SOURCE_TYPE sourceType) is called before joining the channel, this parameter indicates the time elapsed from calling startPreview() or startPreview(VIDEO_SOURCE_TYPE sourceType) to when this event occurred. |
|
inlinevirtualinherited |
Occurs when the first video frame is published.
The SDK triggers this callback under one of the following circumstances:
joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) to join the channel successfully.muteLocalVideoStream (true) and muteLocalVideoStream (false) in sequence.disableVideo and enableVideo in sequence.pushVideoFrame to successfully push the video frame to the SDK.| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| elapsed | Time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until this callback is triggered. |
|
inlinevirtualinherited |
Occurs when the first remote video frame is received and decoded.
The SDK triggers this callback under one of the following circumstances:
disableVideo to disable video.| uid | The user ID of the remote user sending the video stream. |
| width | The width (px) of the video stream. |
| height | The height (px) of the video stream. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when the video size or rotation of a specified user changes.
| sourceType | The type of the video source. See VIDEO_SOURCE_TYPE. |
| uid | The ID of the user whose video size or rotation changes. (The uid for the local user is 0. The video is the local user's video preview). |
| width | The width (pixels) of the video stream. |
| height | The height (pixels) of the video stream. |
| rotation | The rotation information. The value range is [0,360).Note: On the iOS platform, the parameter value is always 0. |
|
inlinevirtualinherited |
Occurs when the local video event occurs.
This callback is triggered when a video event occurs. You can use this callback to get the reason for such an event.
| source | The video source type: VIDEO_SOURCE_TYPE. |
| event | The local video event type: LOCAL_VIDEO_EVENT_TYPE. |
|
inlinevirtualinherited |
Occurs when the local video stream state changes.
When the status of the local video changes, the SDK triggers this callback to report the current local video state and the reason for the state change. Applicable scenarios: You can use this callback to stay updated on the state changes of the local video stream, and take corresponding measures based on the reasons for the state changes, to better manage and debug issues related to the video stream. Call timing: - The SDK triggeres this callback under the following circumstances, with the state as LOCAL_VIDEO_STREAM_STATE_FAILED, and the reason as LOCAL_VIDEO_STREAM_REASON_CAPTURE_FAILURE:
onLocalVideoStateChanged (LOCAL_VIDEO_STREAM_STATE_CAPTURING,LOCAL_VIDEO_STREAM_REASON_OK) callback.When the camera outputs captured video frames, if the SDK detects 15 consecutive duplicate video frames, it triggers this callback, with the state as LOCAL_VIDEO_STREAM_STATE_CAPTURING and the reason as LOCAL_VIDEO_STREAM_REASON_CAPTURE_FAILURE.Note:
reason parameter in this callback. However, on some devices, when there is an issue with capturing (such as freezing), the Android system will not throw any error callbacks, so the SDK cannot report the reason for the change in local video status. In this case, you can determine if there is no video frame being captured by checking the following: this callback reports the state as LOCAL_VIDEO_STREAM_STATE_CAPTURING or LOCAL_VIDEO_STREAM_STATE_ENCODING, and the captureFrameRate in the onLocalVideoStats callback is 0.reason parameter in this callback. However, on some devices, when there is an issue with capturing (such as freezing), the Android system will not throw any error callbacks, so the SDK cannot report the reason for the change in local video status. In this case, you can determine if there is no video frame being captured by checking the following: this callback reports the state as LOCAL_VIDEO_STREAM_STATE_CAPTURING or LOCAL_VIDEO_STREAM_STATE_ENCODING, and the captureFrameRate in the onLocalVideoStats callback is 0.| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| state | The state of the local video, see LOCAL_VIDEO_STREAM_STATE. |
| reason | The reasons for changes in local video state. See LOCAL_VIDEO_STREAM_REASON. |
|
inlinevirtualinherited |
Occurs when the remote video stream state changes.
| uid | The ID of the remote user whose video state changes. |
| state | The state of the remote video. See REMOTE_VIDEO_STATE. |
| reason | The reason for the remote video state change. See REMOTE_VIDEO_STATE_REASON. |
| elapsed | Time elapsed (ms) from the local user calling the joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) method until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when the renderer receives the first frame of the remote video.
| uid | The user ID of the remote user sending the video stream. |
| width | The width (px) of the video stream. |
| height | The height (px) of the video stream. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when a remote user (in the communication profile)/ host (in the live streaming profile) joins the channel.
| uid | The ID of the user or host who joins the channel. |
| elapsed | Time delay (ms) from the local user calling joinChannel(const char* token, const char* channelId, const char* info, uid_t uid) or joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until this callback is triggered. |
|
inlinevirtualinherited |
Occurs when a remote user (in the communication profile)/ host (in the live streaming profile) leaves the channel.
There are generally two reasons for users to become offline:
| uid | The ID of the user who leaves the channel or goes offline. |
| reason | Reasons why a remote user (in the communication profile) or host (in the live streaming profile) goes offline. See USER_OFFLINE_REASON_TYPE. |
|
inlinevirtualinherited |
Occurs when a remote user (in the communication profile) or a host (in the live streaming profile) stops/resumes sending the audio stream.
The SDK triggers this callback when the remote user stops or resumes sending the audio stream by calling the muteLocalAudioStream method.
| uid | The user ID. |
| muted | Whether the remote user's audio stream is muted:
|
|
inlinevirtualinherited |
Occurs when a remote user stops or resumes publishing the video stream.
When a remote user calls muteLocalVideoStream to stop or resume publishing the video stream, the SDK triggers this callback to report to the local user the state of the streams published by the remote user.
| uid | The user ID of the remote user. |
| muted | Whether the remote user stops publishing the video stream:
|
|
inlinevirtualinherited |
Occurs when a remote user enables or disables the video module.
Once the video module is disabled, the user can only use a voice call. The user cannot send or receive any video. The SDK triggers this callback when a remote user enables or disables the video module by calling the enableVideo or disableVideo method.
| uid | The user ID of the remote user. |
| enabled |
|
false: The video module is disabled.
|
inlinevirtualinherited |
Occurs when the remote user audio or video state is updated.
| uid | The uid of the remote user. |
| state | The remote user's audio or video state: REMOTE_USER_STATE. |
|
inlinevirtualinherited |
Occurs when a specific remote user enables/disables the local video capturing function.
The SDK triggers this callback when the remote user resumes or stops capturing the video stream by calling the enableLocalVideo method.
| uid | The user ID of the remote user. |
| enabled | Whether the specified remote user enables/disables local video capturing:
|
|
inlinevirtualinherited |
Reports the transport-layer statistics of each remote audio stream.
The SDK triggers this callback once every two seconds for each remote user who is sending audio streams. If a channel includes multiple remote users, the SDK triggers this callback as many times.
| stats | The statistics of the received remote audio streams. See RemoteAudioStats. |
|
inlinevirtualinherited |
Reports the statistics of the local audio stream.
The SDK triggers this callback once every two seconds.
| stats | Local audio statistics. See LocalAudioStats. |
|
inlinevirtualinherited |
Reports the statistics of the local video stream.
The SDK triggers this callback once every two seconds to report the statistics of the local video stream.
| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| stats | The statistics of the local video stream. See LocalVideoStats. |
|
inlinevirtualinherited |
Reports the statistics of the video stream sent by each remote users.
Reports the statistics of the video stream from the remote users. The SDK triggers this callback once every two seconds for each remote user. If a channel has multiple users/hosts sending video streams, the SDK triggers this callback as many times.
| stats | Statistics of the remote video stream. See RemoteVideoStats. |
|
inlinevirtualinherited |
Occurs when the camera turns on and is ready to capture the video.
LOCAL_VIDEO_STREAM_STATE_CAPTURING(1) in onLocalVideoStateChanged instead.This callback indicates that the camera has been successfully turned on and you can start to capture video.
|
inlinevirtualinherited |
Occurs when the camera focus area changes.
| x | The x-coordinate of the changed camera focus area. |
| y | The y-coordinate of the changed camera focus area. |
| width | The width of the changed camera focus area. |
| height | The height of the changed camera focus area. |
|
inlinevirtualinherited |
Occurs when the camera exposure area changes.
The SDK triggers this callback when the local user changes the camera exposure position by calling setCameraExposurePosition.
| x | The x coordinate of the changed camera exposure area. |
| y | The y coordinate of the changed camera exposure area. |
| width | The width of the changed camera exposure area. |
| height | The height of the changed exposure area. |
|
inlinevirtualinherited |
Occurs when the video stops playing.
LOCAL_VIDEO_STREAM_STATE_STOPPED(0) in the onLocalVideoStateChanged callback instead.The application can use this callback to change the configuration of the view (for example, displaying other pictures in the view) after the video stops playing.
|
inlinevirtualinherited |
Occurs when the state of virtual metronome changes.
When the state of the virtual metronome changes, the SDK triggers this callback to report the current state of the virtual metronome. This callback indicates the state of the local audio stream and enables you to troubleshoot issues when audio exceptions occur.
| state | For the current virtual metronome status, see RHYTHM_PLAYER_STATE_TYPE. |
| reason | For the error codes and error messages related to virtual metronome errors, see RHYTHM_PLAYER_REASON. |
|
inlinevirtualinherited |
Occurs when the local user receives the data stream from the remote user.
The SDK triggers this callback when the local user receives the stream message that the remote user sends by calling the sendStreamMessage method.
Signaling.| uid | The ID of the remote user sending the message. |
| streamId | The stream ID of the received message. |
| data | The data received. |
| length | The data length (byte). |
| sentTs | The time when the data stream is sent. |
|
inlinevirtualinherited |
Occurs when the local user does not receive the data stream from the remote user.
The SDK triggers this callback when the local user fails to receive the stream message that the remote user sends by calling the sendStreamMessage method.
Signaling.| uid | The ID of the remote user sending the message. |
| streamId | The stream ID of the received message. |
| code | Error code. |
| missed | The number of lost messages. |
| cached | Number of incoming cached messages when the data stream is interrupted. |
|
inlinevirtualinherited |
Occurs when the local user receives data via Reliable Data Transmission (RDT) from a remote user.
@technical preview
The SDK triggers this callback when the user receives the data stream that another user sends by calling the sendRdtMessage method.
| userId | ID of the user who sends the data. |
| type | The RDT stream type. See RdtStreamType. |
| data | The data received. |
| length | The length (byte) of the data. |
Occurs when the RDT tunnel state changed.
@technical preview
| userId | ID of the user who sends the data. |
| state | The RDT tunnel state. See RdtState. |
|
inlinevirtualinherited |
Occurs when the local user receives media control message sent by a remote user.
@technical preview
The SDK triggers this callback when the user receives data sent by a remote user using the sendMediaControlMessage method.
| userId | ID of the user who sends the data. |
| data | The data received. |
| length | The length (byte) of the data. |
|
inlinevirtualinherited |
Occurs when the token expires in 30 seconds.
When receiving this callback, you need to generate a new token on your token server and you can renew your token through one of the following ways:
renewToken to pass in the new token.leaveChannel(const LeaveChannelOptions& options) to leave the current channel and then pass in the new token when you call joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) to join a channel.updateChannelMediaOptionsEx to pass in the new token. Call timing: The SDK triggers this callback 30 seconds before the token expires, reminding the app to update the token.| token | The token that is about to expire. |
|
inlinevirtualinherited |
Occurs when connection license verification fails.
You can know the reason accordding to error code
|
inlinevirtualinherited |
Occurs when the first audio frame is published.
The SDK triggers this callback under one of the following circumstances:
joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) successfully.muteLocalAudioStream (true) and muteLocalAudioStream (false) in sequence.disableAudio and enableAudio in sequence.pushAudioFrame to successfully push the audio frame to the SDK.| elapsed | Time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when the SDK decodes the first remote audio frame for playback.
onRemoteAudioStateChanged instead.The SDK triggers this callback under one of the following circumstances:
muteLocalAudioStream to stop sending the audio stream.disableAudio to disable audio.| uid | The user ID of the remote user. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when the SDK receives the first audio frame from a specific remote user.
onRemoteAudioStateChanged instead.| uid | The user ID of the remote user. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when the local audio stream state changes.
When the state of the local audio stream changes (including the state of the audio capture and encoding), the SDK triggers this callback to report the current state. This callback indicates the state of the local audio stream, and allows you to troubleshoot issues when audio exceptions occur.
LOCAL_AUDIO_STREAM_STATE_FAILED (3), you can view the error information in the error parameter.| state | The state of the local audio. See LOCAL_AUDIO_STREAM_STATE. |
| reason | Reasons for local audio state changes. See LOCAL_AUDIO_STREAM_REASON. |
|
inlinevirtualinherited |
Occurs when the remote audio state changes.
When the audio state of a remote user (in a voice/video call channel) or host (in a live streaming channel) changes, the SDK triggers this callback to report the current state of the remote audio stream.
| uid | The ID of the remote user whose audio state changes. |
| state | The state of the remote audio. See REMOTE_AUDIO_STATE. |
| reason | The reason of the remote audio state change. See REMOTE_AUDIO_STATE_REASON. |
| elapsed | Time elapsed (ms) from the local user calling the joinChannel(const char* token, const char* channelId, uid_t uid, const ChannelMediaOptions& options) method until the SDK triggers this callback. |
|
inlinevirtualinherited |
Occurs when the most active remote speaker is detected.
After a successful call of enableAudioVolumeIndication, the SDK continuously detects which remote user has the loudest volume. During the current period, the remote user whose volume is detected as the loudest for the most times, is the most active user. When the number of users is no less than two and an active remote speaker exists, the SDK triggers this callback and reports the uid of the most active remote speaker.
onActiveSpeaker callback only once.uid of the new active remote speaker.| uid | The user ID of the most active speaker. |
|
inlinevirtualinherited |
Reports result of content inspection.
| result | The result of content inspection: #CONTENT_INSPECT_RESULT. |
|
inlinevirtualinherited |
Reports the result of taking a video snapshot.
After a successful takeSnapshot(uid_t uid, const char* filePath) method call, the SDK triggers this callback to report whether the snapshot is successfully taken as well as the details for the snapshot taken.
| uid | The user ID. One uid of 0 indicates the local user. |
| filePath | The local path of the snapshot. |
| width | The width (px) of the snapshot. |
| height | The height (px) of the snapshot. |
| errCode | The message that confirms success or gives the reason why the snapshot is not successfully taken:
|
|
inlinevirtualinherited |
Occurs when the user role or the audience latency level changes.
Call timing: This callback will be triggered in any of the following situations:
setClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) to set the user role or audience latency level after joining a channelsetClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) and set the user role to AUDIENCE before joining a channel.setClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) and set the user role to BROADCASTER before joining a channel.| oldRole | Role that the user switches from: CLIENT_ROLE_TYPE. |
| newRole | Role that the user switches to: CLIENT_ROLE_TYPE. |
| newRoleOptions | Since v4.1.0 Properties of the role that the user switches to. See ClientRoleOptions. |
|
inlinevirtualinherited |
Occurs when switching a user role fails.
This callback informs you about the reason for failing to switching and your current user role. Call timing: The SDK triggers this callback when the local user calls setClientRole(CLIENT_ROLE_TYPE role) or setClientRole(CLIENT_ROLE_TYPE role, const ClientRoleOptions& options) after joining a channel to switch the user role but the switching fails.
| reason | The reason for a user role switch failure. See CLIENT_ROLE_CHANGE_FAILED_REASON. |
| currentRole | Current user role. See CLIENT_ROLE_TYPE. |
|
inlinevirtualinherited |
Reports the volume change of the audio device or app.
Occurs when the volume on the playback device, audio capture device, or the volume of the app changes.
| deviceType | The device type. See MEDIA_DEVICE_TYPE. |
| volume | The volume value. The range is [0, 255]. |
| muted | Whether the audio device is muted:
|
|
inlinevirtualinherited |
Occurs when the state of Media Push changes.
When the state of Media Push changes, the SDK triggers this callback and reports the URL address and the current state of the Media Push. This callback indicates the state of the Media Push. When exceptions occur, you can troubleshoot issues by referring to the detailed error descriptions in the error code parameter.
| url | The URL address where the state of the Media Push changes. |
| state | The current state of the Media Push. See RTMP_STREAM_PUBLISH_STATE. |
| reason | Reasons for the changes in the Media Push status. See RTMP_STREAM_PUBLISH_REASON. |
|
inlinevirtualinherited |
Reports events during the Media Push.
| url | The URL for Media Push. |
| eventCode | The event code of Media Push. See RTMP_STREAMING_EVENT. |
|
inlinevirtualinherited |
Occurs when the publisher's transcoding is updated.
When the LiveTranscoding class in the startRtmpStreamWithTranscoding method updates, the SDK triggers the onTranscodingUpdated callback to report the update information.
startRtmpStreamWithTranscoding method to set the LiveTranscoding class for the first time, the SDK does not trigger this callback.
|
inlinevirtualinherited |
Occurs when the local audio route changes.
| routing | The current audio routing. See AudioRoute. |
|
inlinevirtualinherited |
Occurs when the state of the media stream relay changes.
The SDK returns the state of the current media relay with any error message.
| state | The state code. See CHANNEL_MEDIA_RELAY_STATE. |
| code | The error code of the channel media relay. See CHANNEL_MEDIA_RELAY_ERROR. |
|
inlinevirtualinherited |
Occurs when the remote media stream falls back to the audio-only stream due to poor network conditions or switches back to the video stream after the network conditions improve.
If you call setRemoteSubscribeFallbackOption and set option to STREAM_FALLBACK_OPTION_AUDIO_ONLY, the SDK triggers this callback in the following situations:
onRemoteVideoStats callback.| uid | The user ID of the remote user. |
| isFallbackOrRecover | - true: The subscribed media stream falls back to audio-only due to poor network conditions.
|
|
inlinevirtualinherited |
Reports the transport-layer statistics of each remote audio stream.
onRemoteAudioStats instead.This callback reports the transport-layer statistics, such as the packet loss rate and network time delay after the local user receives an audio packet from a remote user. During a call, when the user receives the audio packet sent by the remote user, the callback is triggered every 2 seconds.
| uid | The ID of the remote user sending the audio streams. |
| delay | The network delay (ms) from the remote user to the receiver. |
| lost | The packet loss rate (%) of the audio packet sent from the remote user to the receiver. |
| rxKBitrate | The bitrate of the received audio (Kbps). |
|
inlinevirtualinherited |
Reports the transport-layer statistics of each remote video stream.
onRemoteVideoStats instead.This callback reports the transport-layer statistics, such as the packet loss rate and network time delay after the local user receives a video packet from a remote user. During a call, when the user receives the video packet sent by the remote user/host, the callback is triggered every 2 seconds.
| uid | The ID of the remote user sending the video packets. |
| delay | The network delay (ms) from the sender to the receiver. |
| lost | The packet loss rate (%) of the video packet sent from the remote user. |
| rxKBitRate | The bitrate of the received video (Kbps). |
|
inlinevirtualinherited |
Occurs when the network connection state changes.
When the network connection state changes, the SDK triggers this callback and reports the current connection state and the reason for the change.
| state | The current connection state. See CONNECTION_STATE_TYPE. |
| reason | The reason for a connection state change. See CONNECTION_CHANGED_REASON_TYPE. |
|
inlinevirtualinherited |
Occurs when the local network type changes.
This callback occurs when the connection state of the local user changes. You can get the connection state and reason for the state change in this callback. When the network connection is interrupted, this callback indicates whether the interruption is caused by a network type change or poor network conditions.
| type | The type of the local network connection. See NETWORK_TYPE. |
|
inlinevirtualinherited |
Reports the built-in encryption errors.
When encryption is enabled by calling enableEncryption, the SDK triggers this callback if an error occurs in encryption or decryption on the sender or the receiver side.
| errorType | Details about the error type. See ENCRYPTION_ERROR_TYPE. |
|
inlinevirtualinherited |
Occurs when the SDK cannot get the device permission.
When the SDK fails to get the device permission, the SDK triggers this callback to report which device permission cannot be got.
| permissionType | The type of the device permission. See PERMISSION_TYPE. |
|
inlinevirtualinherited |
Occurs when the local user registers a user account.
After the local user successfully calls registerLocalUserAccount to register the user account or calls joinChannelWithUserAccount(const char* token, const char* channelId, const char* userAccount, const ChannelMediaOptions& options) to join a channel, the SDK triggers the callback and informs the local user's UID and User Account.
| uid | The ID of the local user. |
| userAccount | The user account of the local user. |
Occurs when the SDK gets the user ID and user account of the remote user.
After a remote user joins the channel, the SDK gets the UID and user account of the remote user, caches them in a mapping table object, and triggers this callback on the local client.
|
inlinevirtualinherited |
Occurs when the user account is updated.
| uid | The user ID. |
| userAccount | The user account. |
|
inlinevirtualinherited |
Video frame rendering event callback.
After calling the startMediaRenderingTracing method or joining a channel, the SDK triggers this callback to report the events of video frame rendering and the indicators during the rendering process. Developers can optimize the indicators to improve the efficiency of the first video frame rendering.
| uid | The user ID. |
| currentEvent | The current video frame rendering event. See MEDIA_TRACE_EVENT. |
| tracingInfo | The indicators during the video frame rendering process. Developers need to reduce the value of indicators as much as possible in order to improve the efficiency of the first video frame rendering. See VideoRenderingTracingInfo. |
|
inlinevirtualinherited |
Occurs when there's an error during the local video mixing.
When you fail to call startLocalVideoTranscoder or updateLocalTranscoderConfiguration, the SDK triggers this callback to report the reason.
| stream | The video streams that cannot be mixed during video mixing. See TranscodingVideoStream. |
| error | The reason for local video mixing error. See VIDEO_TRANSCODER_ERROR. |
|
inlinevirtualinherited |
Reports the user log upload result
| requestId | RequestId of the upload |
| success | Is upload success |
| reason | Reason of the upload, 0: OK, 1 Network Error, 2 Server Error. |
|
inlinevirtualinherited |
Occurs when the audio subscribing state changes.
| channel | The channel name. |
| uid | The user ID of the remote user. |
| oldState | The previous subscribing status. See STREAM_SUBSCRIBE_STATE. |
| newState | The current subscribing status. See STREAM_SUBSCRIBE_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inlinevirtualinherited |
Occurs when the video subscribing state changes.
| channel | The channel name. |
| uid | The user ID of the remote user. |
| oldState | The previous subscribing status. See STREAM_SUBSCRIBE_STATE. |
| newState | The current subscribing status. See STREAM_SUBSCRIBE_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inlinevirtualinherited |
Occurs when the audio publishing state changes.
| channel | The channel name. |
| oldState | The previous publishing state. See STREAM_PUBLISH_STATE. |
| newState | The current publishing stat. See STREAM_PUBLISH_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inlinevirtualinherited |
Occurs when the video publishing state changes.
| channel | The channel name. |
| source | The type of the video source. See VIDEO_SOURCE_TYPE. |
| oldState | The previous publishing state. See STREAM_PUBLISH_STATE. |
| newState | The current publishing stat. See STREAM_PUBLISH_STATE. |
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
|
inlinevirtualinherited |
Occurs when the local user receives a mixed video stream carrying layout information.
When the local user receives a mixed video stream sent by the video mixing server for the first time, or when there is a change in the layout information of the mixed stream, the SDK triggers this callback, reporting the layout information of each sub-video stream within the mixed video stream.
| uid | User ID who published this mixed video stream. |
| width | Width (px) of the mixed video stream. |
| height | Heitht (px) of the mixed video stream. |
| layoutCount | The number of layout information in the mixed video stream. |
| layoutlist | Layout information of a specific sub-video stream within the mixed stream. See VideoLayout. |
|
inlinevirtualinherited |
Occurs when the SDK receives audio metadata.
| uid | ID of the remote user. |
| metadata | The pointer of metadata |
| length | Size of metadata @technical preview |
|
inlinevirtualinherited |
The event callback of the extension.
To listen for events while the extension is running, you need to register this callback.
| context | The context information of the extension, see ExtensionContext. |
| key | The key of the extension. |
| value | The value of the extension key. |
|
inlinevirtualinherited |
Occurrs when the extension is enabled.
The callback is triggered after the extension is successfully enabled.
| context | The context information of the extension, see ExtensionContext. |
|
inlinevirtualinherited |
Occurs when the extension is disabled.
The callback is triggered after the extension is successfully disabled.
| context | The context information of the extension, see ExtensionContext. |
|
inlinevirtualinherited |
Occurs when the extension runs incorrectly.
In case of extension enabling failure or runtime errors, the extension triggers this callback and reports the error code along with the reasons.
| context | The context information of the extension, see ExtensionContext. |
| error | Error code. For details, see the extension documentation provided by the extension provider. |
| message | Reason. For details, see the extension documentation provided by the extension provider. |
|
inlinevirtualinherited |
Occurs when the SDK receives RTM setting change response.
@technical preview
| code | The error code. |
|
inlinevirtualinherited |
Report the multipath transmission statistics.
enableMultipath to true to enable multipath transmission.| stats | The multipath statistics. See the MultipathStats structure for details. |
|
inlinevirtualinherited |
Callback for renewToken call result.
This callback is triggered after the user calls the renewToken method to update the token, and is used to notify the app of the result.
| token | Token. |
| code | Error code. See RENEW_TOKEN_ERROR_CODE. |