ParticipantPosition

The ParticipantPosition model informs about the participant's position in the spatial audio environment. It contains information about the distance and angle.

Available in the package com.voxeet.sdk.media.audio.ParticipantPosition.

Constructors

ParticipantPosition

ParticipantPosition(distance: double, angle: double)

Constructs a spatial position of the Participant.

Parameters

NameTypeDescription
distancedoubleThe distance.
angledoubleThe angle (in radians).

Properties

distance (double)

The distance from the current Participant (in meters).


angle (double)

The angle (in radians).