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.

    Since

    1.2.0
    See more

    Declaration

    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.

    Since

    2.0.0
    See more

    Declaration

    Swift

    public protocol MultiStreamObserver : AnyObject
  • A delegate for all the Call service login related event callbacks.

    Since

    3.0.0
    See more

    Declaration

    Swift

    public protocol WebexUCLoginDelegate : AnyObject
  • A protocol for logging in the SDK.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public protocol Logger