PlanetKitVideoState

@objc
@frozen
public enum PlanetKitVideoState : Int
extension PlanetKitVideoState: CustomStringConvertible

An enumeration representing the state of a video in the PlanetKit call or conference.

  • The video is disabled.

    Declaration

    Swift

    case disabled = 0
  • The video is enabled.

    Declaration

    Swift

    case enabled = 1
  • The video is paused.

    Declaration

    Swift

    case paused = 2

CustomStringConvertible

  • Declaration

    Swift

    public var description: String { get }