RemoteVoicePositionInfo

Spatial position information of a remote user or media player.

export class RemoteVoicePositionInfo {
  
  position?: number[];
  
  forward?: number[];
}

Properties

position
Coordinates in the world coordinate system. This parameter is an array of length 3, representing the coordinates in the forward, right, and up directions respectively.
forward
Unit vector of the forward axis in the world coordinate system. This parameter is an array of length 3, representing the forward, right, and up directions respectively.