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
| Parameters | Type | Description |
|---|---|---|
| url | URL | The regenerated URL. |
| exception | WebexConnectException | An exception that occurred during the regeneration, or null if the regeneration was successful. |
Updated 12 months ago
