stopClientMixedStream method

FutureOr<int> stopClientMixedStream(
  1. String taskId
)

@hidden for internal use only @hiddensdk(audiosdk)

Implementation

FutureOr<int> stopClientMixedStream(String taskId) async {
  return await nativeCall('stopClientMixedStream', [taskId]);
}