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

Overview

Changes the name of a Room at runtime.

This request might fail if the Room was configured not be ranamed or if the User sending the request is not the owner of the Room.

Moderators and Administrator can override this last constraint.

Tasks

Class Methods

requestWithRoom:newName:

the Room to rename

+ (id)requestWithRoom:(id<Room>)room newName:(NSString *)newName

Parameters

room

the Room to rename

newName

the new Room name (no duplicates are allowed)

Declared In

ChangeRoomNameRequest.h