JamClientApi

Inherits: JamHttpBase < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

String

game_id

Methods

JamHttpBase.Result

create_game_session ( String region=”us-east-2” )

JamHttpBase.Result

join_game_session ( String join_id )

JamClientApi.GameSessionResult

get_game_session ( String session_id )

JamHttpBase.Result

leave_game_session ( String session_id )

JamHttpBase.Result

get_guest_jwt ( String game_id )

JamHttpBase.Result

check_guests_allowed ( String game_id )


Enumerations

enum SessionStatus:

SessionStatus INIT = 0

There is currently no description for this enum. Please help us by contributing one!

SessionStatus UNKNOWN = 1

There is currently no description for this enum. Please help us by contributing one!

SessionStatus PROVISIONING = 2

There is currently no description for this enum. Please help us by contributing one!

SessionStatus PENDING = 3

There is currently no description for this enum. Please help us by contributing one!

SessionStatus ACTIVATING = 4

There is currently no description for this enum. Please help us by contributing one!

SessionStatus RUNNING = 5

There is currently no description for this enum. Please help us by contributing one!

SessionStatus READY = 6

There is currently no description for this enum. Please help us by contributing one!

SessionStatus DEACTIVATING = 7

There is currently no description for this enum. Please help us by contributing one!

SessionStatus STOPPING = 8

There is currently no description for this enum. Please help us by contributing one!

SessionStatus DEPROVISIONING = 9

There is currently no description for this enum. Please help us by contributing one!

SessionStatus STOPPED = 10

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

String game_id

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

JamHttpBase.Result create_game_session ( String region=”us-east-2” )

There is currently no description for this method. Please help us by contributing one!


JamHttpBase.Result join_game_session ( String join_id )

There is currently no description for this method. Please help us by contributing one!


JamClientApi.GameSessionResult get_game_session ( String session_id )

There is currently no description for this method. Please help us by contributing one!


JamHttpBase.Result leave_game_session ( String session_id )

There is currently no description for this method. Please help us by contributing one!


JamHttpBase.Result get_guest_jwt ( String game_id )

There is currently no description for this method. Please help us by contributing one!


JamHttpBase.Result check_guests_allowed ( String game_id )

There is currently no description for this method. Please help us by contributing one!