Agora Server Gateway SDK C++ API Reference
Public Member Functions | Public Attributes | List of all members
agora::rtc::TConnectionInfo Struct Reference

#include <NGIAgoraRtcConnection.h>

Public Member Functions

 TConnectionInfo ()
 

Public Attributes

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

Detailed Description

The information of an RTC Connection.

Constructor & Destructor Documentation

◆ TConnectionInfo()

agora::rtc::TConnectionInfo::TConnectionInfo ( )
inline

Member Data Documentation

◆ channelId

util::AString agora::rtc::TConnectionInfo::channelId

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

◆ id

conn_id_t agora::rtc::TConnectionInfo::id

The ID of the RTC Connection.

◆ localUserId

util::AString agora::rtc::TConnectionInfo::localUserId

The ID of the local user.

◆ state

CONNECTION_STATE_TYPE agora::rtc::TConnectionInfo::state

The connection state: CONNECTION_STATE_TYPE.


The documentation for this struct was generated from the following file: