|
libivon 0.1.0
Voice-over-IP library
|
Result of a mute operation. More...
#include <ivon_client_types.h>
Public Attributes | |
| const char * | group_id |
| Group in which the mute applies (valid for the duration of the callback) | |
| const char * | target_client_id |
| Client that was muted/unmuted (valid for the duration of the callback) | |
| int | muted |
| Non-zero if the target is now muted. | |
| int | success |
| Non-zero on success. | |
| uint8_t | status |
| ivon_group_operation_status_t value | |
| const char * | error_message |
| Human-readable error (valid for the duration of the callback) | |
Result of a mute operation.
| const char* ivon_group_mute_result::error_message |
Human-readable error (valid for the duration of the callback)
| const char* ivon_group_mute_result::group_id |
Group in which the mute applies (valid for the duration of the callback)
| int ivon_group_mute_result::muted |
Non-zero if the target is now muted.
| uint8_t ivon_group_mute_result::status |
ivon_group_operation_status_t value
| int ivon_group_mute_result::success |
Non-zero on success.
| const char* ivon_group_mute_result::target_client_id |
Client that was muted/unmuted (valid for the duration of the callback)