The IRecordingEngine class provides the main methods that can be invoked by your application.
Method | Description |
---|---|
createAgoraRecordingEngine | Creates a recording engine. |
joinChannel | Allows the recording application to join a channel. |
setVideoMixingLayout | Sets the video mixing layout. |
stoppedOnError | Stops onError handler. |
leaveChannel | Allows the recording application to leave the channel. |
release | Releases the IRecordingEngine object. |
getProperties | Retrieves the recording properties. |
startService | Starts the recording. |
stopService | Stops the recording. |
setUserBackground | Sets the user background image. |
setLogLevel | Sets the log level. |
The IRecordingEngineEventHandler class enables callbacks to your application.
Callback | Description |
---|---|
onError | Occurs when an error occurs during SDK runtime. |
onWarning | Occurs when a warning occurs during SDK runtime. |
onJoinChannelSuccess | Occurs when the recording application joins the specified channel. |
onLeaveChannel | Occurs when the recording application leaves the channel. |
onUserJoined | Occurs when a user joins the channel. |
onUserOffline | Occurs when a user leaves the channel. |
audioFrameReceived | Occurs when the raw audio data is received. |
videoFrameReceived | Occurs when the raw video data is received. |
onActiveSpeaker | Occurs when a speaker is detectesd in the channel. |