Google Play - Accept Invitation - nothing happens
When I receive invitations and read them, i am listing them on the screen. That works.
I have a button to accept invitation by Invitation ID - when pressed, I'm executing Accept Invitation and passing the ID string.
I have tried doing Show Waiting room after this - nothing happens
I have tried doing On Room Created > show waiting room - Nothing Happens
I feel like I'm missing something here, but I don't know what it is - I don't want to open the Invitations UI (that defeats the purpose of a programmatically called "accept invitation".
How do I proceed after accepting the invitation? Shouldn't the match start if I send the Accept Invitation and ID?