ChangeRoomPasswordStateRequest Class Reference
Inherits from | BaseRequest : NSObject |
Declared in | ChangeRoomPasswordStateRequest.h ChangeRoomPasswordStateRequest.m |
Overview
Changes the password of a Room at runtime.
The request not only changes the password of a Room but also its “password state”, which indicates if a Room is password protected or not. This request might fail if the Room was configured to deny password runtime changes or if the User sending the request is not the owner of the Room.
Moderators and Administrator can override this last constraint.
Class Methods
requestWithRoom:newPass:
the Room
+ (id)requestWithRoom:(id<Room>)room newPass:(NSString *)newPass
Parameters
- room
the Room
- newPass
the new password (null or empty string means no password)
See Also
[ISFSEvents onRoomPasswordStateChangeError
Declared In
ChangeRoomPasswordStateRequest.h