Inherits from BaseRequest : NSObject
Declared in SpectatorToPlayerRequest.h
SpectatorToPlayerRequest.m

Overview

Attempt to turn the current User from Spectator into a Player (in a Game Room)

This could fail if no Player slots are available in the Room at the time of the request

Tasks

  • + requestWithTargetRoom:

    the Room where the change has to be performed, a null value indicates the last joined Room (default)

Class Methods

requestWithTargetRoom:

the Room where the change has to be performed, a null value indicates the last joined Room (default)

+ (id)requestWithTargetRoom:(id<Room>)targetRoom

Parameters

targetRoom

the Room where the change has to be performed, a null value indicates the last joined Room (default)

Declared In

SpectatorToPlayerRequest.h