bindLiveMixTranscodingConfig method

Future<void> bindLiveMixTranscodingConfig()

绑定云端的混流(转码)参数

注:互动模式下特定接口

AlivcLiveTranscodingConfigAlivcLivePusher联系起来。

Implementation

Future<void> bindLiveMixTranscodingConfig() async {
  return _livePusherMethodChannel.invokeMethod(
    'bindLiveMixTranscodingConfig',
    wrapArgs(),
  );
}