What is the right way to invite a steam friend to a room ? (pun2)

Options
I've implemented FacePunch's Steamworks sdk in my unity project. I get a list of steam friends, populate it in the UI and when the user click on a specific friend I call friendObject.InviteToGame("Test invite");
The user receives the invite to launch the game with the "Test invite" command line arguments. Problem is this causes steam to warn the user about launching with command line arguments and I still dont get how to put the two users in a room. Any help would be appreciated.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @YuriyPopov,

    Thank you for choosing Photon!

    We usually recommend sending invitations or challenges via Photon Chat.
    Problem is this causes steam to warn the user about launching with command line arguments
    Not sure what is causing this, if it's FacePunch's SteamWorks or something else, as I'm not familiar with it.