|
libivon 0.1.0
Voice-over-IP library
|
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) | |
Information about a group (used in group list callback).
| const char* ivon_group_info::description |
Human-readable group description (may be NULL)
| const char* ivon_group_info::group_id |
Unique group identifier.
| int ivon_group_info::is_member |
Non-zero if the local client is a member.
| uint32_t ivon_group_info::member_count |
Current number of members in the group.