react-native-whip-whep - v0.1.9
    Preparing search index...

    Type Alias Camera

    Contains information about the camera available on the device.

    type Camera = {
        facingDirection: CameraFacingDirection;
        id: CameraId;
        name: string;
    }
    Index

    Properties

    facingDirection: CameraFacingDirection

    Information about the camera being a front one or back one.

    A unique ID of the camera.

    name: string

    A string describing camera name.