LocalVideoConfiguration

@objcMembers
public class LocalVideoConfiguration : NSObject

Configuration 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

    Declaration

    Swift

    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

    Declaration

    Swift

    public var maxBitRateKbps: UInt32
  • Declaration

    Swift

    public init(maxBitRateKbps: UInt32 = 0, simulcastEnabled: Bool = true)