getExternalLinkForRoom

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

Get the external storage URL for accessing shared files within a room.

Parameters

roomId

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

listener

RainbowListener callback (onSuccess, onError)