From 64c77aeb351c71e7450d0f5cd9edfc0c25a55783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 16 Jun 2021 18:44:42 -0400 Subject: [PATCH] jni: add hangupParticipant Change-Id: I829ca79f3786d400c1cf9937affcd713ea48e05e --- bin/jni/callmanager.i | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/jni/callmanager.i b/bin/jni/callmanager.i index 83535710a9..72c5a75420 100644 --- a/bin/jni/callmanager.i +++ b/bin/jni/callmanager.i @@ -105,6 +105,7 @@ std::map<std::string, std::string> getConferenceDetails(const std::string& callI std::vector<std::map<std::string, std::string>> getConferenceInfos(const std::string& confId); void setModerator(const std::string& confId, const std::string& peerId, const bool& state); void muteParticipant(const std::string& confId, const std::string& peerId, const bool& state); +void hangupParticipant(const std::string& confId, const std::string& peerId); /* File Playback methods */ bool startRecordedFilePlayback(const std::string& filepath); -- GitLab