Agora Java API Reference for Android
Classes | Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.RtcConnection Class Reference

Contains connection information. More...

Classes

enum  CONNECTION_STATE_TYPE
 

Public Member Functions

 RtcConnection (String channelId, int uid)
 
String toString ()
 

Public Attributes

int localUid
 
String channelId
 

Detailed Description

Contains connection information.

Member Data Documentation

◆ localUid

int io.agora.rtc2.RtcConnection.localUid

The ID of the local user.

◆ channelId

String io.agora.rtc2.RtcConnection.channelId

The channel name.