Class AgoraMetadata

java.lang.Object
io.agora.rtc2.video.AgoraMetadata

public class AgoraMetadata extends Object
  • Field Details

    • channelId

      public String channelId
      The channel name.
    • uid

      public int uid
      The user ID. - For the recipient: The ID of the remote user who sent the `AgoraMetadata`. - For the sender: Ignore it.
    • data

      public byte[] data
      The buffer address of the received `AgoraMetadata`.
    • timeStampMs

      public long timeStampMs
      The timestamp (ms) of when the `AgoraMetadata` is sent.
  • Constructor Details

    • AgoraMetadata

      public AgoraMetadata()
    • AgoraMetadata

      public AgoraMetadata(String channelId, int uid, byte[] data, long timeStampMs)