Update Room - imkit/imkit-ios-framework-v3 GitHub Wiki

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