RemoteVoicePositionInfo

Spatial position information of the 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 directions in the forward, right, and up axes respectively.