audioOutput method

  1. @override
Future<bool> audioOutput(
  1. String deviceId
)
override

Return true if the audioOutput have been succesfully changed

Implementation

@override
Future<bool> audioOutput(String deviceId) {
  // TODO(cloudwebrtc): related to https://github.com/flutter-webrtc/flutter-webrtc/issues/395
  throw UnimplementedError('This is not implement yet');
}