CTR-VCT
2.0.2
VoiceChat Libraries
|
Defines the structure for a session. Used for managing CIDs and the session state. More...
Data Fields | |
VCTMode | mode |
Chat mode in this session. More... | |
u8 | _padding0_ |
Represents a reserved region. More... | |
u16 | cid |
Remote CID. More... | |
u16 | _padding1_ |
Represents a reserved region. More... | |
u16 | cidList [16] |
List of client CIDs in conference mode. More... | |
VCTState | state |
State of this session. More... | |
u8 | _padding2_ |
Represents a reserved region. More... | |
void * | userData |
User data. More... | |
VCTSession * | _next |
Defines the structure for a session. Used for managing CIDs and the session state.
VCTSession* _next |
u8 _padding0_ |
Represents a reserved region.
u16 _padding1_ |
Represents a reserved region.
u8 _padding2_ |
Represents a reserved region.
u16 cid |
Remote CID.
u16 cidList[16] |
List of client CIDs in conference mode.
VCTMode mode |
Chat mode in this session.
VCTState state |
State of this session.
void* userData |
User data.