Protocols
The following protocols are available globally.
-
The caller information provided by the platform in the push notification payload.
See moreDeclaration
Swift
public protocol IncomingCallContext
-
The remote peer contact. For incoming call, application provides the conact via
See moreContactResolverCallback
block.Declaration
Swift
public protocol Contact
-
The client object may adopt this protocol to observe the call object content change. To receive notification the client object should be registered at
See moreVoiceCall
object as an observer.Declaration
Swift
public protocol VoiceCallObserverProtocol: VoiceCallStateObserverProtocol, VoiceCallConnectionQualityObserverProtocol
-
The call object interface.
See moreDeclaration
Swift
public protocol VoiceCall : AnyObject