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