findBubbleByJid

abstract fun findBubbleByJid(roomJid: String?): Room?

Get a bubble from its jid.

This is only working for local bubbles.

Return

a @object:Room object if found, null otherwise

Parameters

roomJid

String The jid of the searched bubble