Skip to content

Update Room

howardfuntek edited this page Feb 7, 2019 · 1 revision

Tasks

  • IMUpdateRoomTask
IMUpdateRoomTask().perform(id: String, name: String?, coverURL: URL?, description: String?)
.done { room in
                
}
Parameter Type Required/Optional Default Value Description
id String Required room id
name String? Optional nil displayed name of the chatroom
coverURL URL? Optional nil cover URL of the chatroom
description String? Optional nil description of the chatroom

Clone this wiki locally