Structures

The following structures are available globally.

  • Defines values for call state.

    See more

    Declaration

    Swift

    public struct CallState : Equatable, RequestStringConvertible
  • The error thrown after Call Composite launching.

    See more

    Declaration

    Swift

    public struct CallCompositeDismissed
    extension CallCompositeDismissed: Equatable
  • Call Composite runtime error types.

    See more

    Declaration

    Swift

    public struct CallCompositeErrorCode
  • The error thrown after Call Composite launching.

    See more

    Declaration

    Swift

    public struct CallCompositeError
    extension CallCompositeError: Equatable
  • User-configurable options for creating CallComposite.

    See more

    Declaration

    Swift

    public struct CallCompositeOptions
  • Call history.

    See more

    Declaration

    Swift

    public struct CallHistoryRecord
  • A Call Composite debug information.

    See more

    Declaration

    Swift

    public struct DebugInfo
  • Object for local options for Call Composite

    See more

    Declaration

    Swift

    public struct LocalOptions
  • Object to represent participants data

    See more

    Declaration

    Swift

    public struct ParticipantViewData
  • Object to represent the data needed to customize the call setup screen’s view data

    See more

    Declaration

    Swift

    public struct SetupScreenViewData
  • Options to allow customizing localization.

    See more

    Declaration

    Swift

    public struct LocalizationOptions
  • Define an enumeration for the different possible orientation options

    See more

    Declaration

    Swift

    public struct OrientationOptions : Equatable, RequestStringConvertible
  • Object for remote options for Call Composite

    See more

    Declaration

    Swift

    public struct RemoteOptions
  • SupportedLocale representing the supported locales.

    See more

    Declaration

    Swift

    public struct SupportedLocale