updateSelfOrientation abstract method

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

更新本地用户在空间音频坐标系下的朝向

注意:

Implementation

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