WepRPC vs WWW

Options
Hi . I have used webhook to forward created room to my own web server, I did this to be able to rooms for all regions,
Now to get these room I have 2 options , either using webRPC as it is mentioned in Memory game demo, Or directly from my web server, What is the Advantage of using webRPC? As I understand webRPC will get list of rooms from my server through photon lobby server, So why I don't get it directly from there?

Comments

  • vadim
    Options
    Hi,

    No real advantage of using WebRPC if you can make http call directly.
    It may be helpful if you need to change server address w/o redeploying clients or if http call is not available on client (not very realistic though)