Create room failed while “isPersistent” = true

Options
We used photon webhook to manage game room list. "PathGameProperties" was tirggered while we set our room properties. But I can only get the parameter of "Properties".https://doc.photonengine.com/en-us/realtime/current/gameplay/web-extensions/webhooks#pathgameproperties It was said that the parameter of "State" (like IsOpen, IsVisible) is sent only if “isPersistent” = true.
When i set the "IsPersistent" to true, I found that i cant creat any room in a unity test project.
What should I do?

Best Answers

Answers