updateSelfOrientation abstract method
- @Deprecated('Deprecated since v3.54.1, use updateSelfPosition instead')
- HumanOrientation orientation
After the local user joins the room, call this API to update the orientation of the local user in the 3D coordinates for the spatial audio.
Notes:
- See Spatial Audio for more spatial audio-related APIs and call order.
- Ignore the remote user's orientation by calling RTCSpatialAudio.disableRemoteOrientation.
Implementation
@Deprecated('Deprecated since v3.54.1, use updateSelfPosition instead')
Future<int?> updateSelfOrientation(HumanOrientation orientation);