RecorderStreamInfo

The information about the media streams to be recorded.

public class RecorderStreamInfo {
  public int uid;
  public String channelId;
  public int recorderStreamType;
}
Since
v4.2.0

Attributes

channelId
The name of the channel in which the media streams publish.
uid
The ID of the user whose media streams you want to record.