Show / Hide Table of Contents

Class RoomJoinRequest

This is a JSON template for a join room request.

Inheritance
System.Object
RoomJoinRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RoomJoinRequest : object, IDirectResponseSchema

Properties

Capabilities

The capabilities that this client supports for realtime communication.

Declaration
public virtual IList<string> Capabilities { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ClientAddress

Client address for the player joining the room.

Declaration
public virtual RoomClientAddress ClientAddress { get; set; }
Property Value
Type Description
RoomClientAddress

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#roomJoinRequest.

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

NetworkDiagnostics

Network diagnostics for the client joining the room.

Declaration
public virtual NetworkDiagnostics NetworkDiagnostics { get; set; }
Property Value
Type Description
NetworkDiagnostics

Implements

IDirectResponseSchema
Back to top