RemoteVoicePositionInfo

RemoteVoicePositionInfo represents the spatial position of a remote user or media player.

public class RemoteVoicePositionInfo {
  public float[] position;
  public float[] forward;
}

Properties

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