Package io.agora.rtc2

Class RecorderStreamInfo

java.lang.Object
io.agora.rtc2.RecorderStreamInfo

public class RecorderStreamInfo extends Object
  • Field Details

    • uid

      public int uid
      The user ID of the remote user to be recorded.
    • channelId

      public String channelId
      The name of the channel to be recorded.
    • recorderStreamType

      public int recorderStreamType
      Type of video stream to record: - 0: Remote video streams within the channel. - 1: Local preview video stream before joining the channel.
  • Constructor Details

    • RecorderStreamInfo

      public RecorderStreamInfo()
    • RecorderStreamInfo

      public RecorderStreamInfo(String channelId, int uid, int recorderStreamType)
  • Method Details