vx_participant
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Channel participant.
#include <Vxc.h>Public Attributes
Name | |
|---|---|
| char * | uri |
| char * | first_name |
| char * | last_name |
| char * | display_name |
| char * | username |
| int | is_moderator |
| int | is_moderator_muted |
| int | is_moderator_text_muted |
| int | is_muted_for_me |
| int | is_owner |
| int | account_id Deprecated. |
Public Attributes Documentation
variable uri
char * uri;
variable first_name
char * first_name;
variable last_name
char * last_name;
variable display_name
char * display_name;
variable username
char * username;
variable is_moderator
int is_moderator;
variable is_moderator_muted
int is_moderator_muted;
variable is_moderator_text_muted
int is_moderator_text_muted;
variable is_muted_for_me
int is_muted_for_me;
variable is_owner
int is_owner;
variable account_id
Deprecated.int account_id;