TalkSDK-1.0.0 Documentation Beta

Class Call​Configuration​View​Controller

final public class CallConfigurationViewController: UIViewController, CallConfigurationScreen

A view controller that is displayed before making a call, used to ask the user about necessary permissions that need to be granted.

CallConfigurationViewController CallConfigurationViewController CallConfigurationScreen CallConfigurationScreen CallConfigurationViewController->CallConfigurationScreen UIViewController UIViewController CallConfigurationViewController->UIViewController

Conforms To

CallConfigurationScreen

A screen presented before making a call, used to ask the user about necessary permissions that need to be granted.

UIViewController

Initializers

init(digital​Line:​talk:​)

public convenience init(digitalLine: DigitalLine, talk: Talk)

Properties

microphone​Screen

var microphoneScreen: MicrophonePermissionScreen

recording​Consent​Screen

var recordingConsentScreen: RecordingConsentScreen

cancel​Handler

var cancelHandler: CancelRequestHandler?

start​Call​Handler

var startCallHandler: StartCallHandler?

Methods

view​Did​Load()

public override func viewDidLoad()

view​Will​Appear(_:​)

public override func viewWillAppear(_ animated: Bool)