public class AgoraMetadata
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
channelId
The channel ID of the `metadata`.
|
byte[] |
data
The buffer address of the sent or received `metadata`.
|
long |
timeStampMs
The NTP timestamp (ms) when the metadata is sent.
|
int |
uid
The User ID that sent the metadata.
|
Constructor and Description |
---|
AgoraMetadata() |
AgoraMetadata(java.lang.String channelId,
int uid,
byte[] data,
long timeStampMs) |
public java.lang.String channelId
public int uid
public byte[] data
public long timeStampMs