removeAllRemotePosition method

FutureOr<int> removeAllRemotePosition()

@valid since 3.52 @detail api @author wangjunzheng @brief Disables all spatial audio effects set by calling updateRemotePosition{@link #ISpatialAudio#updateRemotePosition} for all remote users. @return - 0: Success. - <0: Failure.

Implementation

FutureOr<int> removeAllRemotePosition() async {
  return await nativeCall('removeAllRemotePosition', []);
}