libivon 0.1.0
Voice-over-IP library
Loading...
Searching...
No Matches
ivon_group_leave_result Struct Reference

Result of a group leave operation. More...

#include <ivon_client_types.h>

Public Attributes

const char * group_id
 Group that was left (valid for the duration of the callback)
 
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)
 

Detailed Description

Result of a group leave operation.

Member Data Documentation

◆ error_message

const char* ivon_group_leave_result::error_message

Human-readable error (valid for the duration of the callback)

◆ group_id

const char* ivon_group_leave_result::group_id

Group that was left (valid for the duration of the callback)

◆ status

uint8_t ivon_group_leave_result::status

ivon_group_operation_status_t value

◆ success

int ivon_group_leave_result::success

Non-zero on success.


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