|
Agora Java API Reference for Android
|
Classes | |
| class | AgoraFacePositionInfo |
| The information of the detected human face. More... | |
| class | AudioVolumeInfo |
| The volume information of users. More... | |
| class | ClientRole |
| class | DownlinkNetworkInfo |
| class | ErrorCode |
| class | LastmileProbeResult |
| Results of the uplink and downlink last-mile network tests. More... | |
| class | LocalAudioStats |
| Local audio statistics. More... | |
| class | LocalVideoStats |
| The statistics of the local video stream. More... | |
| class | MultipathStats |
| Aggregates statistics of each network path in multipath transmission. More... | |
| class | PathStats |
| Statistical information about a specific network path. More... | |
| class | Quality |
| class | RemoteAudioStats |
| Audio statistics of the remote user. More... | |
| class | RemoteVideoStats |
| Statistics of the remote video stream. More... | |
| class | RtcStats |
| Statistics of a call session. More... | |
| class | UplinkNetworkInfo |
| The uplink network information. More... | |
| class | UserOfflineReason |
| class | VideoLayout |
| Layout information of a specific sub-video stream within the mixed stream. More... | |
| class | VideoLayoutInfo |
| Detailed layout information of a mixed video stream. More... | |
| class | VideoProfile |
| class | VideoRenderingTracingInfo |
| Indicators during video frame rendering progress. More... | |
| class | WarnCode |
Public Member Functions | |
| void | onError (int err) |
| Reports an error during SDK runtime. More... | |
| void | onJoinChannelSuccess (String channel, int uid, int elapsed) |
| Occurs when a user joins a channel. More... | |
| void | onRejoinChannelSuccess (String channel, int uid, int elapsed) |
| Occurs when a user rejoins the channel. More... | |
| void | onLeaveChannel (RtcStats stats) |
| Occurs when a user leaves a channel. More... | |
| void | onClientRoleChanged (int oldRole, int newRole, ClientRoleOptions newRoleOptions) |
| Occurs when the user role or the audience latency level changes. More... | |
| void | onClientRoleChangeFailed (int reason, int currentRole) |
| Occurs when switching a user role fails. More... | |
| void | onLocalUserRegistered (int uid, String userAccount) |
| Occurs when the local user registers a user account. More... | |
| void | onUserInfoUpdated (int uid, UserInfo userInfo) |
| Occurs when the SDK gets the user ID and user account of the remote user. More... | |
| void | onUserStateChanged (int uid, int state) |
| void | onUserJoined (int uid, int elapsed) |
| Occurs when a remote user (in the communication profile)/ host (in the live streaming profile) joins the channel. More... | |
| void | onUserOffline (int uid, int reason) |
| Occurs when a remote user (in the communication profile)/ host (in the live streaming profile) leaves the channel. More... | |
| void | onConnectionStateChanged (int state, int reason) |
| Occurs when the network connection state changes. More... | |
| void | onConnectionInterrupted () |
| Occurs when the connection between the SDK and the server is interrupted. More... | |
| void | onConnectionLost () |
| Occurs when the SDK cannot reconnect to Agora's edge server 10 seconds after its connection to the server is interrupted. More... | |
| void | onConnectionBanned () |
| Occurs when the connection is banned by the Agora server. | |
| void | onTokenPrivilegeWillExpire (String token) |
| Occurs when the token expires in 30 seconds. More... | |
| void | onRequestToken () |
| Occurs when the token expires. More... | |
| void | onLicenseValidationFailure (int error) |
| void | onAudioVolumeIndication (AudioVolumeInfo[] speakers, int totalVolume) |
| Reports the volume information of users. More... | |
| void | onActiveSpeaker (int uid) |
| Occurs when the most active remote speaker is detected. More... | |
| void | onVideoStopped () |
| Occurs when the video stops playing. More... | |
| void | onFirstLocalVideoFrame (Constants.VideoSourceType source, int width, int height, int elapsed) |
| Occurs when the first local video frame is displayed on the local video view. More... | |
| void | onFirstLocalVideoFramePublished (Constants.VideoSourceType source, int elapsed) |
| Occurs when the first video frame is published. More... | |
| void | onFirstRemoteVideoDecoded (int uid, int width, int height, int elapsed) |
| Occurs when the first remote video frame is received and decoded. More... | |
| void | onFirstRemoteVideoFrame (int uid, int width, int height, int elapsed) |
| Occurs when the renderer receives the first frame of the remote video. More... | |
| void | onUserMuteAudio (int uid, boolean muted) |
| Occurs when a remote user (in the communication profile) or a host (in the live streaming profile) stops/resumes sending the audio stream. More... | |
| void | onUserMuteVideo (int uid, boolean muted) |
| Occurs when a remote user stops or resumes publishing the video stream. More... | |
| void | onUserEnableVideo (int uid, boolean enabled) |
| Occurs when a remote user enables or disables the video module. More... | |
| void | onUserEnableLocalVideo (int uid, boolean enabled) |
| Occurs when a specific remote user enables/disables the local video capturing function. More... | |
| void | onVideoSizeChanged (Constants.VideoSourceType source, int uid, int width, int height, int rotation) |
| Occurs when the video size or rotation of a specified user changes. More... | |
| void | onRemoteAudioStateChanged (int uid, int state, int reason, int elapsed) |
| Occurs when the remote audio state changes. More... | |
| void | onAudioPublishStateChanged (String channel, int oldState, int newState, int elapseSinceLastState) |
| Occurs when the audio publishing state changes. More... | |
| void | onVideoPublishStateChanged (Constants.VideoSourceType source, String channel, int oldState, int newState, int elapseSinceLastState) |
| Occurs when the video publishing state changes. More... | |
| void | onAudioSubscribeStateChanged (String channel, int uid, int oldState, int newState, int elapseSinceLastState) |
| Occurs when the audio subscribing state changes. More... | |
| void | onVideoSubscribeStateChanged (String channel, int uid, int oldState, int newState, int elapseSinceLastState) |
| Occurs when the video subscribing state changes. More... | |
| void | onRemoteVideoStateChanged (int uid, int state, int reason, int elapsed) |
| Occurs when the remote video stream state changes. More... | |
| void | onChannelMediaRelayStateChanged (int state, int code) |
| Occurs when the state of the media stream relay changes. More... | |
| void | onFirstLocalAudioFramePublished (int elapsed) |
| Occurs when the first audio frame is published. More... | |
| void | onFirstRemoteAudioFrame (int uid, int elapsed) |
| Occurs when the SDK receives the first audio frame from a specific remote user. More... | |
| void | onFirstRemoteAudioDecoded (int uid, int elapsed) |
| Occurs when the SDK decodes the first remote audio frame for playback. More... | |
| void | onRemoteSubscribeFallbackToAudioOnly (int uid, boolean isFallbackOrRecover) |
| 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. More... | |
| void | onAudioRouteChanged (int routing) |
| Occurs when the local audio route changes. More... | |
| void | onCameraReady () |
| Occurs when the camera turns on and is ready to capture the video. More... | |
| void | onCameraFocusAreaChanged (Rect rect) |
| Occurs when the camera focus area changes. More... | |
| void | onCameraExposureAreaChanged (Rect rect) |
| Occurs when the camera exposure area changes. More... | |
| void | onSnapshotTaken (int uid, String filePath, int width, int height, int errCode) |
| Reports the result of taking a video snapshot. More... | |
| void | onFacePositionChanged (int imageWidth, int imageHeight, AgoraFacePositionInfo[] faceRectArr) |
| Reports the face detection result of the local user. More... | |
| void | onAudioQuality (int uid, int quality, short delay, short lost) |
| Reports the statistics of the audio stream sent by each remote user. More... | |
| void | onRtcStats (RtcStats stats) |
| Reports the statistics about the current call. More... | |
| void | onLastmileQuality (int quality) |
| Reports the last-mile network quality of the local user. More... | |
| void | onLastmileProbeResult (LastmileProbeResult result) |
| Reports the last mile network probe result. More... | |
| void | onNetworkQuality (int uid, int txQuality, int rxQuality) |
| Reports the last mile network quality of each user in the channel. More... | |
| void | onLocalAudioStats (LocalAudioStats stats) |
| Reports the statistics of the local audio stream. More... | |
| void | onLocalVideoStats (Constants.VideoSourceType source, LocalVideoStats stats) |
| Reports the statistics of the local video stream. More... | |
| void | onRemoteAudioStats (RemoteAudioStats stats) |
| Reports the transport-layer statistics of each remote audio stream. More... | |
| void | onRemoteVideoStats (RemoteVideoStats stats) |
| Reports the statistics of the video stream sent by each remote users. More... | |
| void | onLocalVideoStat (int sentBitrate, int sentFrameRate) |
| void | onRemoteVideoStat (int uid, int delay, int receivedBitrate, int receivedFrameRate) |
| void | onRemoteAudioTransportStats (int uid, int delay, int lost, int rxKBitRate) |
| Reports the transport-layer statistics of each remote audio stream. More... | |
| void | onRemoteVideoTransportStats (int uid, int delay, int lost, int rxKBitRate) |
| Reports the transport-layer statistics of each remote video stream. More... | |
| void | onAudioMixingStateChanged (int state, int reason) |
| Occurs when the playback state of the music file changes. More... | |
| void | onAudioMixingPositionChanged (long position) |
| Reports the playback progress of a music file. More... | |
| void | onAudioMixingFinished () |
| Occurs when the playback of the local music file finishes. More... | |
| void | onAudioEffectFinished (int soundId) |
| Occurs when the playback of the local music file finishes. More... | |
| void | onRhythmPlayerStateChanged (int state, int reason) |
| Occurs when the state of virtual metronome changes. More... | |
| void | onLocalAudioStateChanged (int state, int reason) |
| Occurs when the local audio stream state changes. More... | |
| void | onLocalVideoStateChanged (Constants.VideoSourceType source, int state, int reason) |
| Occurs when the local video stream state changes. More... | |
| void | onLocalVideoEvent (Constants.VideoSourceType source, int event) |
| Occurs when the local video event occurs. More... | |
| void | onRtmpStreamingStateChanged (String url, int state, int reason) |
| Occurs when the state of Media Push changes. More... | |
| void | onRtmpStreamingEvent (String url, int event) |
| Reports events during the Media Push. More... | |
| void | onTranscodingUpdated () |
| Occurs when the publisher's transcoding is updated. More... | |
| void | onStreamMessage (int uid, int streamId, byte[] data) |
| Occurs when the local user receives the data stream from the remote user. More... | |
| void | onStreamMessageError (int uid, int streamId, int error, int missed, int cached) |
| Occurs when the local user does not receive the data stream from the remote user. More... | |
| void | onRdtMessage (int uid, int type, byte[] data) |
| Occurs when the local user receives data via Reliable Data Transmission (RDT) from a remote user. More... | |
| void | onRdtStateChanged (int uid, int state) |
| Occurs when the RDT tunnel state changed. More... | |
| void | onMediaControlMessage (int uid, byte[] data) |
| Occurs when the local user receives media control message sent by a remote user. More... | |
| void | onMediaEngineLoadSuccess () |
| void | onMediaEngineStartCallSuccess () |
| void | onNetworkTypeChanged (int type) |
| Occurs when the local network type changes. More... | |
| void | onIntraRequestReceived () |
| void | onUplinkNetworkInfoUpdated (UplinkNetworkInfo info) |
| Occurs when the uplink network information changes. More... | |
| void | onEncryptionError (int errorType) |
| Reports the built-in encryption errors. More... | |
| void | onPermissionError (int permission) |
| Occurs when the SDK cannot get the device permission. More... | |
| void | onPermissionGranted (int permission) |
| void | onUploadLogResult (String requestId, boolean success, int reason) |
| void | onContentInspectResult (int result) |
| void | onProxyConnected (String channel, int uid, int proxyType, String localProxyIp, int elapsed) |
| Reports the proxy connection state. More... | |
| void | onVideoRenderingTracingResult (int uid, Constants.MEDIA_TRACE_EVENT currentEvent, VideoRenderingTracingInfo tracingInfo) |
| Video frame rendering event callback. More... | |
| void | onLocalVideoTranscoderError (LocalTranscoderConfiguration.TranscodingVideoStream stream, int error) |
| Occurs when there's an error during the local video mixing. More... | |
| void | onTranscodedStreamLayoutInfo (int uid, VideoLayoutInfo info) |
| Occurs when the local user receives a mixed video stream carrying layout information. More... | |
| void | onAudioMetadataReceived (int uid, byte[] data) |
| Occurs when the SDK receives audio metadata. More... | |
| void | onMultipathStats (MultipathStats stats) |
| Reports the multipath transmission statistics. More... | |
| void | onRenewTokenResult (String token, Constants.RenewTokenErrorCode code) |
Callback for renewToken call result. More... | |
Callback methods.
The SDK uses the IRtcEngineEventHandler interface class to send callback event notifications to the application, and the application inherits the methods of this interface class to retrieve these event notifications. All methods in this interface class have their (empty) default implementations, and the application can inherit only some of the required events instead of all of them. In the callback methods, the application should avoid time-consuming tasks or call blocking APIs (such as SendMessage), otherwise, the SDK may not work properly.
| void io.agora.rtc2.IRtcEngineEventHandler.onError | ( | int | err | ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onJoinChannelSuccess | ( | String | channel, |
| int | uid, | ||
| int | elapsed | ||
| ) |
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(String token, String channelId, String optionalInfo, int uid), joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) , joinChannelWithUserAccount(String token, String channelName, String userAccount), joinChannelWithUserAccount(String token, String channelName, String userAccount, 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(String token, String channelId, int uid, ChannelMediaOptions options) until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRejoinChannelSuccess | ( | String | channel, |
| int | uid, | ||
| int | elapsed | ||
| ) |
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(String token, String channelId, int uid, ChannelMediaOptions options) until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onLeaveChannel | ( | RtcStats | stats | ) |
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(LeaveChannelOptions options) , leaveChannelEx(RtcConnection connection), or leaveChannelEx(RtcConnection connection, LeaveChannelOptions options) to leave a channel.
| stats | Call statistics. See RtcStats. |
| void io.agora.rtc2.IRtcEngineEventHandler.onClientRoleChanged | ( | int | oldRole, |
| int | newRole, | ||
| ClientRoleOptions | newRoleOptions | ||
| ) |
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(int role) or setClientRole(int role, ClientRoleOptions options) to set the user role or audience latency level after joining a channelsetClientRole(int role) or setClientRole(int role, ClientRoleOptions options) and set the user role to AUDIENCE before joining a channel.setClientRole(int role) or setClientRole(int role, ClientRoleOptions options) and set the user role to BROADCASTER before joining a channel.| oldRole | Role that the user switches from:
|
| newRole | Role that the user switches to:
|
| newRoleOptions | Since v4.1.0 Properties of the role that the user switches to. See ClientRoleOptions. |
| void io.agora.rtc2.IRtcEngineEventHandler.onClientRoleChangeFailed | ( | int | reason, |
| int | currentRole | ||
| ) |
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(int role) or setClientRole(int role, ClientRoleOptions options) after joining a channel to switch the user role but the switching fails.
| reason | The reason for a user role switch failure.
|
| currentRole | Current user role.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalUserRegistered | ( | int | uid, |
| String | userAccount | ||
| ) |
Occurs when the local user registers a user account.
After the local user successfully calls registerLocalUserAccount to register the user account or calls joinChannelWithUserAccount(String token, String channelName, String userAccount, 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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onUserInfoUpdated | ( | int | uid, |
| UserInfo | userInfo | ||
| ) |
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.
| void io.agora.rtc2.IRtcEngineEventHandler.onUserStateChanged | ( | int | uid, |
| int | state | ||
| ) |
Occurs when the remote user state is updated.
| uid | The ID of the remote user. |
| state | State of the remote user: Just & #REMOTE_USER_STATE
|
| void io.agora.rtc2.IRtcEngineEventHandler.onUserJoined | ( | int | uid, |
| int | elapsed | ||
| ) |
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(String token, String channelId, String optionalInfo, int uid) or joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) until this callback is triggered. |
| void io.agora.rtc2.IRtcEngineEventHandler.onUserOffline | ( | int | uid, |
| int | reason | ||
| ) |
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:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onConnectionStateChanged | ( | int | state, |
| int | reason | ||
| ) |
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.
|
| reason | - CONNECTION_CHANGED_CONNECTING (0): The SDK is connecting to Agora's edge server.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onConnectionInterrupted | ( | ) |
Occurs when the connection between the SDK and the server is interrupted.
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. | void io.agora.rtc2.IRtcEngineEventHandler.onConnectionLost | ( | ) |
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(String token, String channelId, int uid, 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.
| void io.agora.rtc2.IRtcEngineEventHandler.onTokenPrivilegeWillExpire | ( | String | token | ) |
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(LeaveChannelOptions options) to leave the current channel and then pass in the new token when you call joinChannel(String token, String channelId, int uid, 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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRequestToken | ( | ) |
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(LeaveChannelOptions options) to leave the current channel and then pass in the new token when you call joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) to join a channel.updateChannelMediaOptionsEx to pass in the new token. | void io.agora.rtc2.IRtcEngineEventHandler.onLicenseValidationFailure | ( | int | error | ) |
Occurs when connection license verification fails You can know the reason accordding to error code
| error | license verify fail reason:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioVolumeIndication | ( | AudioVolumeInfo[] | speakers, |
| int | totalVolume | ||
| ) |
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. |
| totalVolume | The volume of the speaker. The value range is [0,255].
|
| void io.agora.rtc2.IRtcEngineEventHandler.onActiveSpeaker | ( | int | uid | ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onVideoStopped | ( | ) |
Occurs when the video stops playing.
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.
| void io.agora.rtc2.IRtcEngineEventHandler.onFirstLocalVideoFrame | ( | Constants.VideoSourceType | source, |
| int | width, | ||
| int | height, | ||
| int | elapsed | ||
| ) |
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 VideoSourceType. |
| 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(String token, String channelId, String optionalInfo, int uid) or joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) to join the channel to when the SDK triggers this callback. If startPreview() / startPreview(Constants.VideoSourceType sourceType) is called before joining the channel, this parameter indicates the time elapsed from calling startPreview() or startPreview(Constants.VideoSourceType sourceType) to when this event occurred. |
| void io.agora.rtc2.IRtcEngineEventHandler.onFirstLocalVideoFramePublished | ( | Constants.VideoSourceType | source, |
| int | elapsed | ||
| ) |
Occurs when the first video frame is published.
The SDK triggers this callback under one of the following circumstances:
joinChannel(String token, String channelId, String optionalInfo, int uid) or joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) to join the channel successfully.muteLocalVideoStream (true) and muteLocalVideoStream (false) in sequence.disableVideo and enableVideo in sequence.pushExternalVideoFrameById(AgoraVideoFrame frame, int videoTrackId) to successfully push the video frame to the SDK.| source | The type of the video source. See VideoSourceType. |
| elapsed | Time elapsed (ms) from the local user calling joinChannel(String token, String channelId, String optionalInfo, int uid) or joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) until this callback is triggered. |
| void io.agora.rtc2.IRtcEngineEventHandler.onFirstRemoteVideoDecoded | ( | int | uid, |
| int | width, | ||
| int | height, | ||
| int | elapsed | ||
| ) |
Occurs when the first remote video frame is received and decoded.
REMOTE_VIDEO_STATE_STARTING(1) or REMOTE_VIDEO_STATE_DECODING(2) in the onRemoteVideoStateChanged callback instead.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(String token, String channelId, String optionalInfo, int uid) or joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onFirstRemoteVideoFrame | ( | int | uid, |
| int | width, | ||
| int | height, | ||
| int | elapsed | ||
| ) |
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(String token, String channelId, String optionalInfo, int uid) or joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onUserMuteAudio | ( | int | uid, |
| boolean | muted | ||
| ) |
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:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onUserMuteVideo | ( | int | uid, |
| boolean | muted | ||
| ) |
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:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onUserEnableVideo | ( | int | uid, |
| boolean | enabled | ||
| ) |
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 | - true: The video module is enabled.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onUserEnableLocalVideo | ( | int | uid, |
| boolean | enabled | ||
| ) |
Occurs when a specific remote user enables/disables the local video capturing function.
REMOTE_VIDEO_STATE_STOPPED(0) and REMOTE_VIDEO_STATE_REASON_REMOTE_MUTED(5).REMOTE_VIDEO_STATE_DECODING(2) and REMOTE_VIDEO_STATE_REASON_REMOTE_UNMUTED(6).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:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onVideoSizeChanged | ( | Constants.VideoSourceType | source, |
| int | uid, | ||
| int | width, | ||
| int | height, | ||
| int | rotation | ||
| ) |
Occurs when the video size or rotation of a specified user changes.
| source | The type of the video source. See VideoSourceType. |
| 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). |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteAudioStateChanged | ( | int | uid, |
| int | state, | ||
| int | reason, | ||
| int | elapsed | ||
| ) |
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 | Remote audio states.
|
| reason | The reason of the remote audio state change.
|
| elapsed | Time elapsed (ms) from the local user calling the joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) method until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioPublishStateChanged | ( | String | channel, |
| int | oldState, | ||
| int | newState, | ||
| int | elapseSinceLastState | ||
| ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onVideoPublishStateChanged | ( | Constants.VideoSourceType | source, |
| String | channel, | ||
| int | oldState, | ||
| int | newState, | ||
| int | elapseSinceLastState | ||
| ) |
Occurs when the video publishing state changes.
| channel | The channel name. |
| source | The type of the video source. See VideoSourceType. |
| 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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioSubscribeStateChanged | ( | String | channel, |
| int | uid, | ||
| int | oldState, | ||
| int | newState, | ||
| int | elapseSinceLastState | ||
| ) |
Occurs when the audio subscribing state changes.
| channel | The channel name. |
| uid | The user ID of the remote user. |
| oldState | The previous subscription status.
|
| newState | The current subscribing status.
|
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
| void io.agora.rtc2.IRtcEngineEventHandler.onVideoSubscribeStateChanged | ( | String | channel, |
| int | uid, | ||
| int | oldState, | ||
| int | newState, | ||
| int | elapseSinceLastState | ||
| ) |
Occurs when the video subscribing state changes.
| channel | The channel name. |
| uid | The user ID of the remote user. |
| oldState | The previous subscription status.
|
| newState | The current subscribing status.
|
| elapseSinceLastState | The time elapsed (ms) from the previous state to the current state. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteVideoStateChanged | ( | int | uid, |
| int | state, | ||
| int | reason, | ||
| int | elapsed | ||
| ) |
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:
|
| reason | The reason for the remote video state change:
|
| elapsed | Time elapsed (ms) from the local user calling the joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) method until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onChannelMediaRelayStateChanged | ( | int | state, |
| int | code | ||
| ) |
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:
|
| code | The error code of the channel media relay.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onFirstLocalAudioFramePublished | ( | int | elapsed | ) |
Occurs when the first audio frame is published.
The SDK triggers this callback under one of the following circumstances:
joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) successfully.muteLocalAudioStream (true) and muteLocalAudioStream (false) in sequence.disableAudio and enableAudio in sequence.pushExternalAudioFrame to successfully push the audio frame to the SDK.| elapsed | Time elapsed (ms) from the local user calling joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onFirstRemoteAudioFrame | ( | int | uid, |
| int | elapsed | ||
| ) |
Occurs when the SDK receives the first audio frame from a specific remote user.
| uid | The user ID of the remote user. |
| elapsed | The time elapsed (ms) from the local user calling joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onFirstRemoteAudioDecoded | ( | int | uid, |
| int | elapsed | ||
| ) |
Occurs when the SDK decodes the first remote audio frame for playback.
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(String token, String channelId, int uid, ChannelMediaOptions options) until the SDK triggers this callback. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteSubscribeFallbackToAudioOnly | ( | int | uid, |
| boolean | isFallbackOrRecover | ||
| ) |
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(int option) 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.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioRouteChanged | ( | int | routing | ) |
Occurs when the local audio route changes.
| routing | The current audio routing.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onCameraReady | ( | ) |
Occurs when the camera turns on and is ready to capture the video.
This callback indicates that the camera has been successfully turned on and you can start to capture video.
| void io.agora.rtc2.IRtcEngineEventHandler.onCameraFocusAreaChanged | ( | Rect | rect | ) |
Occurs when the camera focus area changes.
The SDK triggers this callback when the local user changes the camera focus position by calling setCameraFocusPositionInPreview.
| rect | The focus rectangle in the local preview. See Rect. |
| void io.agora.rtc2.IRtcEngineEventHandler.onCameraExposureAreaChanged | ( | Rect | rect | ) |
Occurs when the camera exposure area changes.
The SDK triggers this callback when the local user changes the camera exposure position by calling setCameraExposurePosition.
| rect | The focus rectangle in the local preview. See Rect. |
| void io.agora.rtc2.IRtcEngineEventHandler.onSnapshotTaken | ( | int | uid, |
| String | filePath, | ||
| int | width, | ||
| int | height, | ||
| int | errCode | ||
| ) |
Reports the result of taking a video snapshot.
After a successful takeSnapshot(int uid, String 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:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onFacePositionChanged | ( | int | imageWidth, |
| int | imageHeight, | ||
| AgoraFacePositionInfo[] | faceRectArr | ||
| ) |
Reports the face detection result of the local user.
Once you enable face detection by calling enableFaceDetection (true), you can get the following information on the local user in real-time:
distance. Therefore, Agora does not recommend using it for accurate calculation.| imageWidth | The width (px) of the video image captured by the local camera. |
| imageHeight | The height (px) of the video image captured by the local camera. |
| faceRectArr | Information of the detected face. See AgoraFacePositionInfo. The number of AgoraFacePositionInfo array reported in this callback is based on the faces detected. The length of the array can be 0, which means that no human face is detected in front of the camera. |
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioQuality | ( | int | uid, |
| int | quality, | ||
| short | delay, | ||
| short | lost | ||
| ) |
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.
|
| 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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRtcStats | ( | RtcStats | stats | ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onLastmileQuality | ( | int | quality | ) |
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.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onLastmileProbeResult | ( | LastmileProbeResult | result | ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onNetworkQuality | ( | int | uid, |
| int | txQuality, | ||
| int | rxQuality | ||
| ) |
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.
|
| rxQuality | Downlink network quality rating of the user in terms of packet loss rate, average RTT, and jitter of the downlink network.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalAudioStats | ( | LocalAudioStats | stats | ) |
Reports the statistics of the local audio stream.
The SDK triggers this callback once every two seconds.
| stats | Local audio statistics. See LocalAudioStats. |
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalVideoStats | ( | Constants.VideoSourceType | source, |
| LocalVideoStats | stats | ||
| ) |
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 VideoSourceType. |
| stats | The statistics of the local video stream. See LocalVideoStats. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteAudioStats | ( | RemoteAudioStats | stats | ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteVideoStats | ( | RemoteVideoStats | stats | ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalVideoStat | ( | int | sentBitrate, |
| int | sentFrameRate | ||
| ) |
| sentBitrate | Data sending bitrate (kbit/s) since last count. |
| sentFrameRate | Data sending frame rate (fps) since last count. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteVideoStat | ( | int | uid, |
| int | delay, | ||
| int | receivedBitrate, | ||
| int | receivedFrameRate | ||
| ) |
| uid | User ID of the user whose video streams are received. |
| delay | Time delay (ms). |
| receivedBitrate | Data receiving bitrate (kbit/s). |
| receivedFrameRate | Data receiving frame rate (fps). |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteAudioTransportStats | ( | int | uid, |
| int | delay, | ||
| int | lost, | ||
| int | rxKBitRate | ||
| ) |
Reports the transport-layer statistics of each remote audio stream.
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). |
| void io.agora.rtc2.IRtcEngineEventHandler.onRemoteVideoTransportStats | ( | int | uid, |
| int | delay, | ||
| int | lost, | ||
| int | rxKBitRate | ||
| ) |
Reports the transport-layer statistics of each remote video stream.
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). |
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioMixingStateChanged | ( | int | state, |
| int | reason | ||
| ) |
Occurs when the playback state of the music file changes.
This callback occurs when the playback state of the music file changes, and reports the current state and error code.
| state | The playback state of the music file.
|
| reason | Error code.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioMixingPositionChanged | ( | long | position | ) |
Reports the playback progress of a music file.
After you called the startAudioMixing(String filePath, boolean loopback, int cycle, int startPos) method to play a music file, the SDK triggers this callback every two seconds to report the playback progress.
| position | The playback progress (ms). |
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioMixingFinished | ( | ) |
Occurs when the playback of the local music file finishes.
After you call startAudioMixing(String filePath, boolean loopback, int cycle, int startPos) to play a local music file, this callback occurs when the playback finishes. If the call of startAudioMixing(String filePath, boolean loopback, int cycle, int startPos) fails, the error code WARN_AUDIO_MIXING_OPEN_ERROR is returned.
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioEffectFinished | ( | int | soundId | ) |
Occurs when the playback of the local music file finishes.
This callback occurs when the local audio effect file finishes playing.
| soundId | The ID of the audio effect. The unique ID of each audio effect file. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRhythmPlayerStateChanged | ( | int | state, |
| int | reason | ||
| ) |
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 | The current virtual metronome state.
|
| reason | Error codes and error messages for virtual metronome errors.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalAudioStateChanged | ( | int | state, |
| int | reason | ||
| ) |
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.
|
| reason | Reasons for local audio state changes.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalVideoStateChanged | ( | Constants.VideoSourceType | source, |
| int | state, | ||
| int | reason | ||
| ) |
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 VideoSourceType. |
| state | - LOCAL_VIDEO_STREAM_STATE_STOPPED (0): The local video is in the initial state.
|
| reason | - LOCAL_VIDEO_STREAM_REASON_OK (0): The local video is normal.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalVideoEvent | ( | Constants.VideoSourceType | source, |
| int | event | ||
| ) |
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 type of the video source. See VideoSourceType. |
| event | The local video event type.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onRtmpStreamingStateChanged | ( | String | url, |
| int | state, | ||
| int | reason | ||
| ) |
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:
|
| reason | Reasons for the changes in the Media Push status:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onRtmpStreamingEvent | ( | String | url, |
| int | event | ||
| ) |
Reports events during the Media Push.
| url | The URL for Media Push. |
| event | The event code of Media Push.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onTranscodingUpdated | ( | ) |
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. | void io.agora.rtc2.IRtcEngineEventHandler.onStreamMessage | ( | int | uid, |
| int | streamId, | ||
| byte[] | data | ||
| ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onStreamMessageError | ( | int | uid, |
| int | streamId, | ||
| int | error, | ||
| int | missed, | ||
| int | cached | ||
| ) |
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. |
| error | Error code. |
| missed | The number of lost messages. |
| cached | Number of incoming cached messages when the data stream is interrupted. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRdtMessage | ( | int | uid, |
| int | type, | ||
| byte[] | data | ||
| ) |
Occurs when the local user receives data via Reliable Data Transmission (RDT) from a remote user.
@technical preview
| uid | ID of the user who sends the data. |
| type | The RDT stream type |
| data | The data received. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRdtStateChanged | ( | int | uid, |
| int | state | ||
| ) |
Occurs when the RDT tunnel state changed.
@technical preview
| uid | ID of the user who sends the data. |
| state | The RDT tunnel state |
| void io.agora.rtc2.IRtcEngineEventHandler.onMediaControlMessage | ( | int | uid, |
| byte[] | data | ||
| ) |
Occurs when the local user receives media control message sent by a remote user.
@technical preview
| uid | ID of the user who sends the data. |
| data | The data received. |
| void io.agora.rtc2.IRtcEngineEventHandler.onMediaEngineLoadSuccess | ( | ) |
Occurs when the media engine is loaded.
| void io.agora.rtc2.IRtcEngineEventHandler.onMediaEngineStartCallSuccess | ( | ) |
Occurs when the media engine starts.
| void io.agora.rtc2.IRtcEngineEventHandler.onNetworkTypeChanged | ( | int | type | ) |
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 | Network types:
|
| void io.agora.rtc2.IRtcEngineEventHandler.onIntraRequestReceived | ( | ) |
Occurs when intra request from remote user is received.
This callback is triggered once remote user needs one Key frame.
| void io.agora.rtc2.IRtcEngineEventHandler.onUplinkNetworkInfoUpdated | ( | UplinkNetworkInfo | info | ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onEncryptionError | ( | int | errorType | ) |
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 | Error types.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onPermissionError | ( | int | permission | ) |
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.
| permission | The type of the device permission.
|
| void io.agora.rtc2.IRtcEngineEventHandler.onPermissionGranted | ( | int | permission | ) |
Reports the permission granted.
| permission | of Constants.RECORD_AUDIO, Constants.CAMERA and {} |
| void io.agora.rtc2.IRtcEngineEventHandler.onUploadLogResult | ( | String | requestId, |
| boolean | success, | ||
| int | reason | ||
| ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onProxyConnected | ( | String | channel, |
| int | uid, | ||
| int | proxyType, | ||
| String | localProxyIp, | ||
| int | elapsed | ||
| ) |
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(String token, String channelId, int uid, ChannelMediaOptions options) until this callback is triggered.
| channel | The channel name. |
| uid | The user ID. |
| proxyType | The proxy type connected.
|
| localProxyIp | Reserved for future use. |
| elapsed | The time elapsed (ms) from the user calling joinChannel(String token, String channelId, int uid, ChannelMediaOptions options) until this callback is triggered. |
| void io.agora.rtc2.IRtcEngineEventHandler.onVideoRenderingTracingResult | ( | int | uid, |
| Constants.MEDIA_TRACE_EVENT | currentEvent, | ||
| VideoRenderingTracingInfo | tracingInfo | ||
| ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onLocalVideoTranscoderError | ( | LocalTranscoderConfiguration.TranscodingVideoStream | stream, |
| int | error | ||
| ) |
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. |
| void io.agora.rtc2.IRtcEngineEventHandler.onTranscodedStreamLayoutInfo | ( | int | uid, |
| VideoLayoutInfo | info | ||
| ) |
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. |
| info | Layout information of a specific sub-video stream within the mixed stream. See . VideoLayoutInfo |
| void io.agora.rtc2.IRtcEngineEventHandler.onAudioMetadataReceived | ( | int | uid, |
| byte[] | data | ||
| ) |
Occurs when the SDK receives audio metadata.
| metadata | The pointer of metadata |
| length | Size of metadata @technical preview |
| void io.agora.rtc2.IRtcEngineEventHandler.onMultipathStats | ( | MultipathStats | stats | ) |
Reports the multipath transmission statistics.
enableMultipath to true to enable multipath transmission.| stats | The multipath statistics. See MultipathStats. |
| void io.agora.rtc2.IRtcEngineEventHandler.onRenewTokenResult | ( | String | token, |
| Constants.RenewTokenErrorCode | code | ||
| ) |
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 used for authentication. |
| code | Error code. See RenewTokenErrorCode. |
1.8.18