deleteRoomAvatar

abstract fun deleteRoomAvatar(roomId: String?, listener: RainbowListener<Unit, Unit>? = null)

Delete the photo of the specified room.

Parameters

roomId

String Id of the room

listener

RainbowListener optional callback (onSuccess, onError)