RecorderStreamInfo
需录制的音视频流的相关信息。
TypeScript
RecorderStreamInfo {
   channelId?: string;
   uid?: number;
   type?: RecorderStreamType;
 }
channelId
 需录制的频道名称。
uid
 需录制的用户 ID。
type
 需录制的视频流类型,详见 RecorderStreamType。
需录制的音视频流的相关信息。
RecorderStreamInfo {
   channelId?: string;
   uid?: number;
   type?: RecorderStreamType;
 }