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

Information about a group (used in group list callback). More...

#include <ivon_client_types.h>

Public Attributes

const char * group_id
 Unique group identifier.
 
uint32_t member_count
 Current number of members in the group.
 
int is_member
 Non-zero if the local client is a member.
 
const char * description
 Human-readable group description (may be NULL)
 

Detailed Description

Information about a group (used in group list callback).

Member Data Documentation

◆ description

const char* ivon_group_info::description

Human-readable group description (may be NULL)

◆ group_id

const char* ivon_group_info::group_id

Unique group identifier.

◆ is_member

int ivon_group_info::is_member

Non-zero if the local client is a member.

◆ member_count

uint32_t ivon_group_info::member_count

Current number of members in the group.


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