Agora Java API Reference for Android
|
Public Member Functions | |
AgoraMetadata (String channelId, int uid, byte[] data, long timeStampMs) | |
Public Attributes | |
String | channelId |
int | uid |
byte[] | data |
long | timeStampMs |
The AgoraMetadata class.
String io.agora.rtc2.video.AgoraMetadata.channelId |
The channel ID of the metadata
.
int io.agora.rtc2.video.AgoraMetadata.uid |
The User ID that sent the metadata.
metadata
.byte [] io.agora.rtc2.video.AgoraMetadata.data |
The buffer address of the sent or received metadata
.
long io.agora.rtc2.video.AgoraMetadata.timeStampMs |
The NTP timestamp (ms) when the metadata is sent.