findBubbleById

abstract fun findBubbleById(roomId: String?): Room?

Get a bubble from its id.

This is only working for local bubbles.

Return

a @object:Room object if found, null otherwise

Parameters

roomId

String The identifier of the searched bubble