IrisRtcCameraType Constants Reference

Declared in IrisRtcStream.h

IrisRtcCameraType

These constants indicate the which camera will be used by stream API.

Definition

typedef NS_ENUM(NSUInteger, IrisRtcCameraType ) {
   kCameraTypeFront,
   kCameraTypeBack,
};

Constants

kCameraTypeFront

Indicates that a front camera will be used while opening the camera.

Declared In IrisRtcStream.h.

kCameraTypeBack

Indicates that a back camera will be used while opening the camera.

Declared In IrisRtcStream.h.

Declared In

IrisRtcStream.h