TalkSDK-1.0.0 Documentation Beta

Protocol Call​Error​View

@objc public protocol CallErrorView

Represent the error view with retry and cancel buttons.

CallErrorView is visible when starting a call has failed. The screen will is shown full screen. On that screen you can change fonts, text colors, background colors, etc.

Requirements

title​Label

var titleLabel: UILabel!

message​Label

var messageLabel: UILabel!

retry​Button

var retryButton: UIButton!

Retry button. When user will tap it call will try to reconnect.

cancel​Button

var cancelButton: UIButton!

Cancel button. Tapping will close the Call Screen.