unmuteAudio method

  1. @override
Future<ResultCode> unmuteAudio()
override

Unmute audio.

Returns

Note Please start the audio before unmuting, otherwise it will not work.

取消静音。

Returns

Note 取消静音前请先开启音频,否则操作将无效。

Implementation

@override
Future<ResultCode> unmuteAudio() {
  return _invokeCodeMethod('unmuteAudio');
}