mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
conference: host can add or remove moderator
Change-Id: Idc4c6db249de7247d02c7cabb897d638c69674f3
This commit is contained in:

committed by
Sébastien Blin

parent
b16d07cdb8
commit
75ec461623
@ -92,6 +92,7 @@ std::vector<std::string> getDisplayNames(const std::string& confID);
|
||||
std::string getConferenceId(const std::string& callID);
|
||||
std::map<std::string, std::string> getConferenceDetails(const std::string& callID);
|
||||
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);
|
||||
|
||||
/* File Playback methods */
|
||||
bool startRecordedFilePlayback(const std::string& filepath);
|
||||
|
Reference in New Issue
Block a user