summary refs log tree commit diff
path: root/src/WebRTCSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebRTCSession.h')
-rw-r--r--src/WebRTCSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WebRTCSession.h b/src/WebRTCSession.h

index 57002f8f..fe82725f 100644 --- a/src/WebRTCSession.h +++ b/src/WebRTCSession.h
@@ -75,6 +75,7 @@ signals: const std::vector<mtx::events::msg::CallCandidates::Candidate> &); void newICECandidate(const mtx::events::msg::CallCandidates::Candidate &); void stateChanged(webrtc::State); + void devicesChanged(); private slots: void setState(webrtc::State state) { state_ = state; }