create Room Widget
abstract suspend fun createRoomWidget( roomId: String, widgetId: String, content: Content): Widget
Content copied to clipboard
Creates and send a new widget in a room. It makes sure you have the rights to handle this.
Parameters
room Id
the room where you want to create the widget.
widget Id
the widget to create.
content
the content of the widget