joinBubbleByPublicLink

abstract suspend fun joinBubbleByPublicLink(openInviteId: String): RainbowResult<IRainbowRoom?>

Let the user join a shared Bubble with the id from its public link. The IRainbowRoom object in the listener can be null if the the Bubble has an access control restriction.

Return

RainbowResult<IRainbowRoom> callback (onSuccess, onError)

Parameters

openInviteId

String the id from the Bubble public link