Agora Java API Reference for Android
|
#include <IAgoraRtcEngine.h>
Public Attributes | |
agora::media::MEDIA_SOURCE_TYPE | mediaSourceType |
uid_t | remoteUid |
const char * | channelId |
uid_t | localUid |
The information for extension.
agora::media::MEDIA_SOURCE_TYPE agora::rtc::ExtensionInfo::mediaSourceType |
The type of media device.
uid_t agora::rtc::ExtensionInfo::remoteUid |
The id of the remote user on which the extension works.
const char* agora::rtc::ExtensionInfo::channelId |
The unique channel name for the AgoraRTC session in the string format. The string length must be less than 64 bytes. Supported character scopes are:
uid_t agora::rtc::ExtensionInfo::localUid |
User ID: A 32-bit unsigned integer ranging from 1 to (2^32-1). It must be unique.