Package io.agora.rtc2.video
Class AgoraMetadata
java.lang.Object
io.agora.rtc2.video.AgoraMetadata
The AgoraMetadata class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe channel ID of the `metadata`.byte[]The buffer address of the sent or received `metadata`.longThe NTP timestamp (ms) when the metadata is sent.intThe User ID that sent the metadata. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
channelId
The channel ID of the `metadata`. -
uid
public int uidThe User ID that sent the metadata. - For the receiver: The user ID of the user who sent the `metadata`. - For the sender: Ignore this value. -
data
public byte[] dataThe buffer address of the sent or received `metadata`. -
timeStampMs
public long timeStampMsThe NTP timestamp (ms) when the metadata is sent.
-
-
Constructor Details
-
AgoraMetadata
public AgoraMetadata() -
AgoraMetadata
-