jni: add hangupParticipant

Change-Id: I829ca79f3786d400c1cf9937affcd713ea48e05e
This commit is contained in:
Adrien Béraud
2021-06-16 18:44:42 -04:00
parent 67af5b1394
commit 64c77aeb35

View File

@ -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);