Interface IAgoraRTCRemoteUser

Information about a remote user. You can get this through [AgoraRTCClient.remoteUsers]remoteUsers.

Hierarchy

  • IAgoraRTCRemoteUser

Properties

audioTrack?: IRemoteAudioTrack

The subscribed audio track.

hasAudio: boolean

Whether the remote user is sending an audio track.

  • true: The remote user is sending an audio track.
  • false: The remote user is not sending an audio track.
hasVideo: boolean

Whether the remote user is sending a video track.

  • true: The remote user is sending an audio track.
  • false: The remote user is not sending an audio track.
uid: UID

The ID of the remote user.

videoTrack?: IRemoteVideoTrack

The subscribed video track.

Generated using TypeDoc