Discord Social SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
discordpp::Call Member List

This is the complete list of members for discordpp::Call, including all inherited members.

Call(Call &&other) noexceptdiscordpp::Call
Call(const Call &other)discordpp::Call
Error enum namediscordpp::Call
ErrorToString(discordpp::Call::Error type)discordpp::Callstatic
GetAudioMode()discordpp::Call
GetChannelId() constdiscordpp::Call
GetGuildId() constdiscordpp::Call
GetLocalMute(uint64_t userId)discordpp::Call
GetParticipants() constdiscordpp::Call
GetParticipantVolume(uint64_t userId)discordpp::Call
GetPTTActive()discordpp::Call
GetPTTReleaseDelay()discordpp::Call
GetSelfDeaf()discordpp::Call
GetSelfMute()discordpp::Call
GetStatus() constdiscordpp::Call
GetVADThreshold() constdiscordpp::Call
GetVoiceStateHandle(uint64_t userId) constdiscordpp::Call
nullobjdiscordpp::Callstatic
OnParticipantChanged typedefdiscordpp::Call
OnSpeakingStatusChanged typedefdiscordpp::Call
OnStatusChanged typedefdiscordpp::Call
OnVoiceStateChanged typedefdiscordpp::Call
operator bool() constdiscordpp::Callinline
operator=(Call &&other) noexceptdiscordpp::Call
operator=(const Call &other)discordpp::Call
SetAudioMode(discordpp::AudioModeType audioMode)discordpp::Call
SetLocalMute(uint64_t userId, bool mute)discordpp::Call
SetOnVoiceStateChangedCallback(discordpp::Call::OnVoiceStateChanged cb)discordpp::Call
SetParticipantChangedCallback(discordpp::Call::OnParticipantChanged cb)discordpp::Call
SetParticipantVolume(uint64_t userId, float volume)discordpp::Call
SetPTTActive(bool active)discordpp::Call
SetPTTReleaseDelay(uint32_t releaseDelayMs)discordpp::Call
SetSelfDeaf(bool deaf)discordpp::Call
SetSelfMute(bool mute)discordpp::Call
SetSpeakingStatusChangedCallback(discordpp::Call::OnSpeakingStatusChanged cb)discordpp::Call
SetStatusChangedCallback(discordpp::Call::OnStatusChanged cb)discordpp::Call
SetVADThreshold(bool automatic, float threshold)discordpp::Call
Status enum namediscordpp::Call
StatusToString(discordpp::Call::Status type)discordpp::Callstatic