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

index 6518fd13..4ed6e4c7 100644 --- a/src/CallManager.h +++ b/src/CallManager.h
@@ -29,6 +29,7 @@ public: void sendInvite(const QString &roomid); void hangUp(mtx::events::msg::CallHangUp::Reason = mtx::events::msg::CallHangUp::Reason::User); bool onActiveCall(); + void refreshTurnServer(); public slots: void syncEvent(const mtx::events::collections::TimelineEvents &event);