PlanetKitConferenceConnectedParam

public class PlanetKitConferenceConnectedParam : NSObject

A class representing the parameters provided in the connected event for a conference.

  • A Boolean value indicating whether video hardware codec is enabled.

    Declaration

    Swift

    @objc
    public let isVideoHwCodecEnabled: Bool
  • A Boolean value indicating whether video share mode is supported.

    Declaration

    Swift

    @objc
    public let isVideoShareModeSupported: Bool
  • A string representation of the PlanetKitConferenceConnectedParam object.

    Declaration

    Swift

    public override var description: String { get }