STWConferencingUrlCallback

interface STWConferencingUrlCallback : STWCallback<T>

The interface call setting request callback.

Functions

Link copied to clipboard
abstract fun onSuccess(@NonNull videoConferencingUrl: String)
On success.

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.