Ask a Question
How can I disable the presence API calls?
I know that the MatchmakingService
requires the heart beat call, but I don't need matchmaking, and I don't want my game to send so many API calls. What can I do about it?
Heartbeat API calls
In my API calls, I notice calls to a Beamable service called "session." What is this? Is this a keep-alive/heartbeat call?
Party Matchmaking Questions
-
Sometimes Party members data is lost. When creating the party, when someone is joining
-
Leave party (at least when alone), error when called. The party data is already gone, but IsInParty still true, when create a party again error.
-
There is invite method. But I can't find any event listener / method to handle that. Such as OnInvited or AcceptInvitation.
-
What is loading mean in observable?
-
Do you have any date or timeline when the party service ready?
-
Is there a party storage? Similiar to clientData in GroupService that we can utilize?
-
Is there any method / way to disband the party?
-
What is the difference between Party.State vs Party.Value aside from its getter setter?
-
Is Party.State / Party.Value automaticaly updated if there is a change in party data? (new member join, owner change, etc). I found that we can also get Party data directly from Party, ex: Party.Id, Party.Members, Party.Leader. Members data is List. Are those string values gamerTags? Why string not long? What is the difference between gamerTag (long) vs playerId (string)?
Assume User
Does GetStats/SetStats also does some sort of AssumeUser?
REST API request parameters
Please provide an overview / description of the listed parameters : scope, third_party, refresh_token, client_id, code, token, customerScope, grant_type
Kiosk Login w/ mobile device
How do I implement kiosk login from a mobile device? I want to run a specialized game build on a physical installation, but allow players to log into their Beamable accounts using their phones or other mobile devices.
BeamContext vs Beamable.API
Could you elaborate on the use of BeamContext versus Beamable.API ?
Publish Window Checkboxes
Does ticking a microservice in the publish window mean "Publish the specific modifications" or "Publish and Run only the ticked ones"?
Inventory subscriptions
Hi! What do functions of the Inventory subscriber receive, when they receive a currency update event? Is it safe to assume that incoming data structure contains all the currency values of this player, or is it actually just the stuff that changed (sparse update)?
Stored Login Information
Hi, I'm doing the first steps with the app but I would like to avoid uploading my login data to the plastic repository we have, which is the file where this data is stored, so can I ignore it?