Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.RecorderStreamInfo Class Reference

Information about the audio and video streams to be recorded. More...

Public Member Functions

 RecorderStreamInfo (String channelId, int uid, int recorderStreamType)
 
String toString ()
 

Public Attributes

int uid
 
String channelId
 
int recorderStreamType
 

Detailed Description

Information about the audio and video streams to be recorded.

Member Data Documentation

◆ uid

int io.agora.rtc2.RecorderStreamInfo.uid

The user ID of the remote user to be recorded.

◆ channelId

String io.agora.rtc2.RecorderStreamInfo.channelId

The name of the channel to be recorded.

◆ recorderStreamType

int io.agora.rtc2.RecorderStreamInfo.recorderStreamType

Type of video stream to record:

  • 0: Remote video streams within the channel.
  • 1: Local preview video stream before joining the channel.