mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
jni: add hangupParticipant
Change-Id: I829ca79f3786d400c1cf9937affcd713ea48e05e
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user