Module: game

game

Camera module

Methods

staticlaunchPartyForPlaceId(placeId, callback)

Launches a game from a party request - only used for members joining, NOT leader joining

Name Type Description
placeId string

Asset ID of game to launch

callback function
Supported platforms
  • iOS(7.0)
  • Android(15)

staticstartWithPlaceID(placeID, callback)

Start a game session

Name Type Description
placeID string

ID of the place to start

callback function
Supported platforms
  • iOS(7.0)