Future<int> subscribeLiveMixInnerCdnStream() async { int code = await _channel.invokeMethod('subscribeLiveMixInnerCdnStream') ?? -1; return code; }