libivon 0.1.0
Voice-over-IP library
Loading...
Searching...
No Matches
ivon::GroupMuteResult Struct Reference

Result of a mute operation. More...

#include <ivon_types.hpp>

Public Attributes

std::string group_id
 
std::string target_client_id
 
bool muted {false}
 
bool success {false}
 
GroupOperationStatus status {GroupOperationStatus::InternalError}
 
std::string error_message
 

Detailed Description

Result of a mute operation.

Member Data Documentation

◆ error_message

std::string ivon::GroupMuteResult::error_message

◆ group_id

std::string ivon::GroupMuteResult::group_id

◆ muted

bool ivon::GroupMuteResult::muted {false}

◆ status

◆ success

bool ivon::GroupMuteResult::success {false}

◆ target_client_id

std::string ivon::GroupMuteResult::target_client_id

The documentation for this struct was generated from the following file: