createExternalLinkForRoom

abstract fun createExternalLinkForRoom(roomId: String, listener: RainbowListener<String, Unit>)

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

Parameters

roomId

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

listener

RainbowListener callback (onSuccess, onError)