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