Structures
The following structures are available globally.
-
Defines values for call state.
See moreDeclaration
Swift
public struct CallState : Equatable, RequestStringConvertible
-
The error thrown after Call Composite launching.
See moreDeclaration
Swift
public struct CallCompositeDismissed
extension CallCompositeDismissed: Equatable
-
Call Composite runtime error types.
See moreDeclaration
Swift
public struct CallCompositeErrorCode
-
The error thrown after Call Composite launching.
See moreDeclaration
Swift
public struct CallCompositeError
extension CallCompositeError: Equatable
-
User-configurable options for creating CallComposite.
See moreDeclaration
Swift
public struct CallCompositeOptions
-
Call history.
See moreDeclaration
Swift
public struct CallHistoryRecord
-
A Call Composite debug information.
See moreDeclaration
Swift
public struct DebugInfo
-
Object for local options for Call Composite
See moreDeclaration
Swift
public struct LocalOptions
-
Object to represent participants data
See moreDeclaration
Swift
public struct ParticipantViewData
-
Object to represent the data needed to customize the call setup screen’s view data
See moreDeclaration
Swift
public struct SetupScreenViewData
-
Options to allow customizing localization.
See moreDeclaration
Swift
public struct LocalizationOptions
-
Define an enumeration for the different possible orientation options
See moreDeclaration
Swift
public struct OrientationOptions : Equatable, RequestStringConvertible
-
Object for remote options for Call Composite
See moreDeclaration
Swift
public struct RemoteOptions
-
SupportedLocale representing the supported locales.
See moreDeclaration
Swift
public struct SupportedLocale