addLiveStreamTask abstract method

Future<int> addLiveStreamTask(
  1. NERtcLiveStreamTaskInfo taskInfo
)

添加房间内推流任务。成功添加后当前用户可以收到该直播流的状态通知。通话中有效。

Implementation

Future<int> addLiveStreamTask(NERtcLiveStreamTaskInfo taskInfo);