aboutsummaryrefslogtreecommitdiff
path: root/webrtc/call.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/call.h')
-rw-r--r--webrtc/call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/call.h b/webrtc/call.h
index e426cc5c4b..033e1a20db 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -85,7 +85,7 @@ class Call {
} bitrate_config;
struct AudioConfig {
- AudioDeviceModule* audio_device_manager = nullptr;
+ AudioDeviceModule* audio_device_module = nullptr;
AudioProcessing* audio_processing = nullptr;
VoiceEngineObserver* voice_engine_observer = nullptr;
} audio_config;