Skip to main content

Update Peer Position

Update Peer Position

Updates the position of the own peer in the room. You have to set the scale beforehand via Set Room Position Scale.

Inputs

NameTypeDescription
Execexec
RoomobjectThe room in which the peer's position shall be set.
PositionvectorThe value of the position.
On ErrordelegateDelegate to handle errors while updating the position.
On SuccessdelegateCalled when the position has been successfully updated.

Outputs

NameTypeDescription
Execexec
On ResponseexecCalled when the server has returned its response. Use the 'success' value to check if the position has been successfully set.
Successbooleantrue if the position has been successfully set.