LocalVideoConfiguration
@objcMembers
public class LocalVideoConfiguration : NSObjectConfiguration for a local video or content share to be sent
- 
                  
                  The flag to disable/enable simulcast, default to true For local video use only, will not work for content share DeclarationSwift public var simulcastEnabled: Bool
- 
                  
                  The max bit rate for video encoding, should be greater than 0 Actual quality achieved may vary throughout the call depending on what system and network can provide DeclarationSwift public var maxBitRateKbps: UInt32
- 
                  
                  DeclarationSwift public init(maxBitRateKbps: UInt32 = 0, simulcastEnabled: Bool = true)
