Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
conn_id_t | id |
util::AString | channelId |
CONNECTION_STATE_TYPE | state |
util::AString | localUserId |
uid_t | internalUid |
The information of an RTC Connection.
|
inline |
conn_id_t id |
The ID of the RTC Connection.
util::AString channelId |
The ID of the channel. If you have not called connect, this member is NULL
.
CONNECTION_STATE_TYPE state |
The connection state: #CONNECTION_STATE_TYPE.
util::AString localUserId |
The ID of the local user.
uid_t internalUid |
Internal use only.