Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::rtc::RtcConnection Struct Reference

Contains connection information. More...

#include <IAgoraRtcEngineEx.h>

Public Member Functions

 RtcConnection (const char *channel_id, uid_t local_uid)
 

Public Attributes

const char * channelId
 
uid_t localUid
 

Detailed Description

Contains connection information.

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.