Protocols
The following protocols are available globally.
-
A protocol for generic authentication strategies in Cisco Webex. Each authentication strategy is responsible for providing an accessToken used throughout this SDK.
See moreSince
1.2.0Declaration
Swift
public protocol Authenticator : AnyObject -
Multi stream protocol. Required to implement for using multi stream feature.
See
see Call.multiStreamObserver to set the multi stream’s events observer in this call.See moreSince
2.0.0Declaration
Swift
public protocol MultiStreamObserver : AnyObject -
Declaration
Swift
public protocol WebexUCLoginDelegate : AnyObject -
Register for WebexAuthDelegate instance to receive all authentication related event callbacks.
See moreSince
3.11.2Declaration
Swift
public protocol WebexAuthDelegate : AnyObject -
Declaration
Swift
public protocol Logger -
Undocumented
See moreDeclaration
Swift
public protocol NetWorkMonitorProtocol : Sendable
View on GitHub
Protocols Reference