Class SpectatorToPlayerRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.SpectatorToPlayerRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class SpectatorToPlayerRequest extends BaseRequest
Turns the current user from spectator to player in a Game Room.

If the operation is successful, all the users in the target Room are notified with the spectatorToPlayer event. The operation could fail if no player slots are available in the Game Room at the time of the request; in this case the spectatorToPlayerError event is dispatched to the requester's client.

See Also: