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

Overview

Leaves a currently joined Room

Tasks

  • + requestWithRoom:

    any joined Room that you want to leave, if nil, the last joined Room will be left

Class Methods

requestWithRoom:

any joined Room that you want to leave, if nil, the last joined Room will be left

+ (id)requestWithRoom:(id<Room>)room

Parameters

room

any joined Room that you want to leave, if nil, the last joined Room will be left

Declared In

LeaveRoomRequest.h