Session Browser Events 0.1.0 documentation
- Protobuf File Spec: sessionbrowser.proto
Published Messages (sessionBrowser)
The service publishes one of these messages below.
gameSessionMetricUpdated
Contains fields from and the following payload.
Example value
{
"payload": {
"gameSessionCount": {
"matchmaking": 0,
"customGame": 0,
"p2p": 0
}
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}
payload
Name | Type | Description |
---|---|---|
gameSessionCount | object | - |
payload.gameSessionCount
Name | Type | Description |
---|---|---|
matchmaking | integer | - |
customGame | integer | - |
p2p | integer | - |