conference: add handsUp feature

GitLab: jami-project#855
Change-Id: I425a4b0049f1ade8c8eeeb93fc79f8d36bd25585
This commit is contained in:
agsantos
2021-10-26 11:41:35 -04:00
committed by Sébastien Blin
parent 9d0c33b24d
commit 01594813f5
12 changed files with 198 additions and 6 deletions

View File

@ -96,6 +96,7 @@ std::vector<std::map<std::string, std::string>> getConferenceInfos(const std::st
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);
void raiseParticipantHand(const std::string& accountId, const std::string& confId, const std::string& peerId, const bool& state);
/* File Playback methods */
bool startRecordedFilePlayback(const std::string& filepath);