createExternalLinkForRoom

abstract suspend fun createExternalLinkForRoom(roomId: String): RainbowResult<String>

Create the external storage URL for accessing shared files within a room. Only Bubble owner can do it.

Return

RainbowResult callback (onSuccess, onError)

Parameters

roomId

String the room Id that should be used to get an URL