interface StreamParams {
    cameraMode: CameraFacingMode;
    preferredCameraId: string;
    resolution: Partial<WidthAndHeight>;
}

Properties

cameraMode: CameraFacingMode
preferredCameraId: string
resolution: Partial<WidthAndHeight>