TalkSDK-1.0.0 Documentation Beta

Protocol Call​Buttons​View

@objc public protocol CallButtonsView

Represent the bottom buttons view in call screen.

This view contains buttons for: mute, change audio source and hang up actions. The view contains buttons and matching title labels.

Requirements

speaker​Button

var speakerButton: UIButton!

Button for changing the AudioSource between headset and speaker.

speaker​Title​Label

var speakerTitleLabel: UILabel!

hang​UpButton

var hangUpButton: UIButton!

Button for disconnecting the call.

hang​UpTitle​Label

var hangUpTitleLabel: UILabel!

mute​Button

var muteButton: UIButton!

Button for muting/unmuting the microphone.

mute​Title​Label

var muteTitleLabel: UILabel!