ClosedCaptionsInfo
public struct ClosedCaptionsInfo
This struct represents ClosedCaptionsInfo of a call
Since
3.10.0-
Undocumented
Declaration
Swift
public private(set) var canChangeSpokenLanguage: Bool { get } -
Undocumented
Declaration
Swift
public private(set) var currentSpokenLanguage: LanguageItem { get } -
Undocumented
Declaration
Swift
public private(set) var currentTranslationLanguage: LanguageItem { get } -
Undocumented
Declaration
Swift
public private(set) var spokenLanguages: [LanguageItem] { get } -
Undocumented
Declaration
Swift
public private(set) var translationLanguages: [LanguageItem] { get } -
Undocumented
Declaration
Swift
public init(chClosedCaptionsInfo: CHClosedCaptionsInfo)
View on GitHub