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?
by user 165409711020179457
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?
by user 165409711020179457
Hey
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