CameraPosition

@objc(BDKCameraPosition)
public enum CameraPosition : Int

Options specifying which camera the Kaleyra Video SDK should use when a video call is started.

  • The front camera of the device. This is the default value.

    Declaration

    Swift

    case front = 0
  • The back camera of the device

    Declaration

    Swift

    case back = 1