Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::RtcConnection Struct Reference

#include <IAgoraRtcEngineEx.h>

Public Member Functions

 RtcConnection ()
 
 RtcConnection (const char *channel_id, uid_t local_uid)
 

Public Attributes

const char * channelId
 
uid_t localUid
 

Constructor & Destructor Documentation

◆ RtcConnection() [1/2]

agora::rtc::RtcConnection::RtcConnection ( )
inline

◆ RtcConnection() [2/2]

agora::rtc::RtcConnection::RtcConnection ( const char * channel_id,
uid_t local_uid )
inline

Member Data Documentation

◆ channelId

const char* agora::rtc::RtcConnection::channelId

The channel name.

◆ localUid

uid_t agora::rtc::RtcConnection::localUid

The ID of the local user.