diff --git a/bin/jni/callmanager.i b/bin/jni/callmanager.i index 83535710a904dd727e401808451ca8fadc34b820..72c5a7542055fe391e17f08a4b312e5a1a9155df 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);