Type Aliases
The following type aliases are available globally.
-
The SDK requests the remote peer information upon receiving incoming call.
Declaration
Swift
public typealias ContactResolverCallback = ((_ context: IncomingCallContext, _ completion: ((Contact?) -> Void)?) -> Void)
-
LogMessageCallback
is a message callback function type.Declaration
Swift
public typealias LogMessageCallback = ((_ module: String, _ message: String, _ level: LogLevel, _ context: LogMessageContext?) -> Void)
-
Declaration
Swift
public typealias VoiceCallStateChangedCallback = (VoiceCallState) -> Void
-
Declaration
Swift
public typealias VoiceCallConnectionQualityChangedCallback = (CallConnectionQuality) -> Void
-
Declaration
Swift
public typealias VoiceCallMutedStateChangedCallback = (CallMutedState) -> Void