getBubbleByConferenceId

abstract fun getBubbleByConferenceId(confId: String?): Room?

Return a @object:Room object of the conference id passed in parameter

This is only working for local bubbles.

Return

a @object:Room object corresponding of the conference id or null

Parameters

confId