bet

Method: game

Once the homepage loads, as per the current game logic, DCV clicks on game which sends the below JSON message to the backend.

 {"method":"game"}

Once the DCV backend receives the JSON method game it provides the below response.

{
	"method":	"game",
	"game":	{
		"tocall":	0,
		"seats":	2,
		"pot":	[0],
		"gametype":	"NL Hold'em<br>Blinds: 3/6"
	}
}

The significance of each field is mentioned as follow:

image

prev next