VoiceSDKObserverProtocol
public protocol VoiceSDKObserverProtocol : AnyObject
The client object may adopt this protocol to be notified on SDK state change.
To receive notification the client object should be registered at VoiceSDK
object as an observer.
-
Declaration
Swift
func handleStateChanged(_ state: VoiceSDK.State)