Agora RTC Objective-C API Reference  Refactor
Data Fields
TConnectionInfo Struct Reference

Data Fields

conn_id_t id
 
util::AString channelId
 
CONNECTION_STATE_TYPE state
 
util::AString localUserId
 
uid_t internalUid
 

Detailed Description

The information of an RTC Connection.

Constructor & Destructor Documentation

◆ TConnectionInfo()

TConnectionInfo ( )
inline

Field Documentation

◆ id

The ID of the RTC Connection.

◆ channelId

util::AString channelId

The ID of the channel. If you have not called connect, this member is NULL.

◆ state

CONNECTION_STATE_TYPE state

The connection state: #CONNECTION_STATE_TYPE.

◆ localUserId

util::AString localUserId

The ID of the local user.

◆ internalUid

uid_t internalUid

Internal use only.