stopClientMixedStream method
@hidden for internal use only @detail api @hiddensdk(audiosdk) @author liujingchao
Implementation
FutureOr<int> stopClientMixedStream(NSString taskId) async {
return await nativeCall('stopClientMixedStream:', [taskId]);
}