8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34f1c83 + 4b26c04 commit 7fdf836Copy full SHA for 7fdf836
android/src/main/java/com/cloudwebrtc/webrtc/FlutterWebRTCPlugin.java
@@ -149,15 +149,6 @@ public void onAudioDeviceChanged(
149
*/
150
}
151
152
- // This method is called when the audio manager reports audio device change,
153
- // e.g. from wired headset to speakerphone.
154
- private void onAudioManagerDevicesChanged(
155
- final RTCAudioManager.AudioDevice device, final Set<RTCAudioManager.AudioDevice> availableDevices) {
156
- Log.d(TAG, "onAudioManagerDevicesChanged: " + availableDevices + ", "
157
- + "selected: " + device);
158
- // TODO(henrika): add callback handler.
159
- }
160
-
161
private void startAudioManager() {
162
if(rtcAudioManager != null)
163
return;
0 commit comments