updatePosition abstract method

  1. @Deprecated('Deprecated since v3.54.1, use updateSelfPosition instead')
Future<int?> updatePosition(
  1. Position pos
)

Updates the coordinate of the local user's position in the rectangular coordinate system in the current room.

pos: 3D coordinate values, the default value is [0, 0, 0].

Notes:

Implementation

@Deprecated('Deprecated since v3.54.1, use updateSelfPosition instead')
Future<int?> updatePosition(Position pos);