audioOutput method
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');
}