Package io.agora.rtc2
Class RecorderStreamInfo
java.lang.Object
io.agora.rtc2.RecorderStreamInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the channel to be recorded.intType of video stream to record: - 0: Remote video streams within the channel.intThe user ID of the remote user to be recorded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uid
public int uidThe user ID of the remote user to be recorded. -
channelId
The name of the channel to be recorded. -
recorderStreamType
public int recorderStreamTypeType 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
-
-
Method Details