开始向腾讯云的直播 CDN 推流。

    参数名称 参数描述 参数类型
    streamId 流ID String
    streamType 流类型,仅支持 Big 和 Sub StreamTypeEnum

    使用:

    1. TencentRtcPlugin.startPublishing(
    2. streamId: "123",
    3. streamType: StreamTypeEnum.Big,
    4. );