RecorderStreamInfo
Used to specify the audio and video stream information to be recorded.
public class RecorderStreamInfo {
public int uid;
public String channelId;
public int recorderStreamType;
}
Properties
- uid
- Remote user ID to be recorded.
- channelId
- Channel name to be recorded.
- recorderStreamType
- Type of video stream to be recorded:
- 0: Remote video stream in the channel.
- 1: Local preview video stream before joining the channel.