8000 fixed documentation (#1432) · liliBestCoder/flutter-webrtc@ece4b54 · GitHub
[go: up one dir, main page]

Skip to content

Commit ece4b54

Browse files
fixed documentation (flutter-webrtc#1432)
there was an error in documentation
1 parent 90a2594 commit ece4b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Helper {
100100
static Future<void> selectAudioInput(String deviceId) =>
101101
NativeAudioManagement.selectAudioInput(deviceId);
102102

103-
/// Set microphone mute/unmute for Flutter native.
103+
/// Enable or disable speakerphone
104104
/// for iOS/Android only
105105
static Future<void> setSpeakerphoneOn(bool enable) =>
106106
NativeAudioManagement.setSpeakerphoneOn(enable);

0 commit comments

Comments
 (0)
0