Difference between connection.sendDeleteRemoteState & connection.sendDeleteRemoteStateAll

I am using networked rooms and want to have the ability to reset the network state for a clean session.
Does sendDeleteRemoteStateAll clear all rooms and if so does the request require some sort of privilege?

Original Post on Discord

by user 165409711020179457

Hey :wave: sendDeleteRemoteStateAll should delete all state in the room you are connected in.

the sendDeleteRemoteState requires to specify a guid to be removed from the server state where the All variant doesn’t have any parameters.

aye! Thank you very much

by user 165409711020179457