Agora Java API Reference for Android
|
#include <NGIAgoraRtcConnection.h>
Public Attributes | |
conn_id_t | id |
util::AString | channelId |
CONNECTION_STATE_TYPE | state |
util::AString | localUserId |
uid_t | internalUid |
The information of an RTC Connection.
conn_id_t agora::rtc::TConnectionInfo::id |
The ID of the RTC Connection.
util::AString agora::rtc::TConnectionInfo::channelId |
The ID of the channel. If you have not called connect, this member is NULL
.
CONNECTION_STATE_TYPE agora::rtc::TConnectionInfo::state |
The connection state: #CONNECTION_STATE_TYPE.
util::AString agora::rtc::TConnectionInfo::localUserId |
The ID of the local user.
uid_t agora::rtc::TConnectionInfo::internalUid |
Internal use only.