updateSelfOrientation abstract method

  1. @Deprecated('Deprecated since v3.54.1, use updateSelfPosition instead')
Future<int?> updateSelfOrientation(
  1. 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:

Implementation

@Deprecated('Deprecated since v3.54.1, use updateSelfPosition instead')
Future<int?> updateSelfOrientation(HumanOrientation orientation);