Agora RTC Objective-C API Reference  Refactor
Properties
AgoraRemoteVoicePositionInfo Class Reference

Inherits <NSObject>.

Properties

simd_float3 position
 
simd_float3 forward
 

Property Documentation

◆ position

- (simd_float3) position
readwritenonatomicassign

The coordinates in the world coordinate system. This parameter is an array of length 3, and the three values represent the front, right, and top coordinates in turn.

◆ forward

- (simd_float3) forward
readwritenonatomicassign

The unit vector of the x axis in the coordinate system. This parameter is an array of length 3, and the three values represent the front, right, and top coordinates in turn.