google_api_games v0.1.0 GoogleApi.Games.V1.Model.RoomP2PStatus View Source

This is a JSON template for an update on the status of a peer in a room.

Attributes

  • connectionSetupLatencyMillis (integer()): The amount of time in milliseconds it took to establish connections with this peer. Defaults to: null.
  • error (String.t): The error code in event of a failure. Possible values are: - "P2P_FAILED" - The client failed to establish a P2P connection with the peer. - "PRESENCE_FAILED" - The client failed to register to receive P2P connections. - "RELAY_SERVER_FAILED" - The client received an error when trying to use the relay server to establish a P2P connection with the peer. Defaults to: null.
  • error_reason (String.t): More detailed diagnostic message returned in event of a failure. Defaults to: null.
  • kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string games#roomP2PStatus. Defaults to: null.
  • participantId (String.t): The ID of the participant. Defaults to: null.
  • status (String.t): The status of the peer in the room. Possible values are: - "CONNECTION_ESTABLISHED" - The client established a P2P connection with the peer. - "CONNECTION_FAILED" - The client failed to establish directed presence with the peer. Defaults to: null.
  • unreliableRoundtripLatencyMillis (integer()): The amount of time in milliseconds it took to send packets back and forth on the unreliable channel with this peer. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Games.V1.Model.RoomP2PStatus{
  connectionSetupLatencyMillis: any(),
  error: any(),
  error_reason: any(),
  kind: any(),
  participantId: any(),
  status: any(),
  unreliableRoundtripLatencyMillis: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.