Unique Identifier of the room?

Options
Hi, I'm currently using PUN Classic + Plugin v4

I'd like to store room data on my database, but need unique identifier of each room.
PUN provides unique identifier by PhotonNetwork.room.Name, I was wondering if I could get the same value from Plugin inside OnCreateGame(ICreateGameCallInfo info) or some other unique identifier for the room.

Thanks

Comments

  • chvetsov
    Options
    hi, @hanjung

    sure, you may get room name in plugin. PluginHost has property GameId.

    best,
    ilya