TalkSDK-1.0.0 Documentation Beta

Enumeration Recording​Consent​Answer

@objc public enum RecordingConsentAnswer

Represents the answer received from end user about recording the call.

RecordingConsentAnswer RecordingConsentAnswer Int Int RecordingConsentAnswer->Int

Conforms To

Int

Enumeration Cases

opted​In

case optedIn

Even if the default setting is not to record the call, end user opted in for recording the call.

opted​Out

case optedOut

Even if the default setting was to record the call, the end user opted-out from recording the call.

unknown

case unknown

User did not provide answer about recording the call.