RegenerateMediaFileURLCallback

Defines a callback for listening to the result of regenerating a media file URL.

Defines a callback for listening to the result of regenerating a media file URL.

Syntax: typealias RegenerateMediaFileURLCallback = (url: URL?, exception: WebexConnectException?) -> Unit

Parameters

ParametersTypeDescription
urlURLThe regenerated URL.
exceptionWebexConnectExceptionAn exception that occurred during the regeneration, or null if the regeneration was successful.