Destroying Rooms

Is there a way to destroy rooms created on a locally hosted Photon Server?
I need a way to bypass the RoomOption.EmptyRoomTTL sometimes and destroy the room immediately.

Comments

  • hi, @princedang

    there is no such way except the case when you are using a plugin. The plugin will get a notification about room closing and will be able to set EmptyRoomTTL to 0 if this is desirable

    best
    ilya