NERtc Unity SDK
V5.4.5
|
Public 属性 | |
string | taskId |
string | streamUrl |
bool | serverRecordEnabled |
RtcLiveStreamLayoutMode | layoutMode |
ulong | mainPictureAccountId |
string | layoutParameters |
直播推流任务的配置项。
string nertc.RtcLiveStreamTaskOption.taskId |
推流任务ID,为推流任务的唯一标识,用于过程中增删任务操作。
string nertc.RtcLiveStreamTaskOption.streamUrl |
直播推流地址。
bool nertc.RtcLiveStreamTaskOption.serverRecordEnabled |
服务器录制功能是否开启,默认值为 false。
RtcLiveStreamLayoutMode nertc.RtcLiveStreamTaskOption.layoutMode |
连麦方式,默认值为 kNERtcLayoutFloatingRightVertical。
ulong nertc.RtcLiveStreamTaskOption.mainPictureAccountId |
指定大画面uid(选填)。
string nertc.RtcLiveStreamTaskOption.layoutParameters |
自定义布局参数(选填),JSON 字符串格式, 只有当layoutMode为 kNERtcLayoutCustom 或 kNERtcLayoutAudioOnly时才需要设置。