joinBubbleByPublicLink

abstract fun joinBubbleByPublicLink(openInviteId: String, listener: RainbowListener<IRainbowRoom, Unit>? = null)

Let the user join a shared Bubble with the id from its public link

Parameters

openInviteId

String the id from the Bubble public link

listener

RainbowListener<IRainbowRoom, Unit> callback (onSuccess, onError)