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

#include <AgoraBase.h>

Public Attributes

uid_t uid
 
char userAccount [MAX_USER_ACCOUNT_LENGTH]
 

Detailed Description

The UserInfo struct.

Member Data Documentation

◆ uid

uid_t agora::rtc::UserInfo::uid

The user ID.

◆ userAccount

char agora::rtc::UserInfo::userAccount[MAX_USER_ACCOUNT_LENGTH]

The user account.