VideoChallengeResponseSetting
public struct VideoChallengeResponseSetting : ChallengeResponseSetting, Equatable
                Struct representing Challenge response settings for Video Challenges.
- 
                  
                  
Video size limit.
Declaration
Swift
public var videoSizeLimit: String - 
                  
                  
Undocumented
Declaration
Swift
public var maxVideoSize: Int - 
                  
                  
Undocumented
Declaration
Swift
public init(videoSizeLimit: String, maxVideoSize: Int) 
- 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
View on GitHub
        VideoChallengeResponseSetting Structure Reference