stopPublishCDNStream method

Future<void> stopPublishCDNStream()

停止向非腾讯云地址转推

Implementation

Future<void> stopPublishCDNStream() {
  return _channelInvokeMethod('stopPublishCDNStream');
}