destroyRoomWidget

abstract suspend fun destroyRoomWidget(roomId: String, widgetId: String)

Deactivate a widget in a room. It makes sure you have the rights to handle this.

Parameters

roomId

the room where you want to deactivate the widget.

widgetId

the widget to deactivate.