VideoSourceType

public enum VideoSourceType : Int

Enum representing the type of a video source.

  • Declaration

    Swift

    case Unknown = 0
  • The video source is another call.

    Declaration

    Swift

    case Call = 1
  • The video source is a camera.

    Declaration

    Swift

    case Camera = 2
  • The video source is an image.

    Declaration

    Swift

    case Image = 3