AgoraMetadata

Media metadata.

public class AgoraMetadata {
  public String channelId;
  public int uid;
  public byte[] data;
  public long timeStampMs;
}

Properties

channelId
Channel name.
uid
User ID.
  • For receiver: indicates the remote user ID who sent this AgoraMetadata.
  • For sender: this value is invalid.
data
Buffer address of the received AgoraMetadata.
timeStampMs
Timestamp (in milliseconds) when the AgoraMetadata was sent.