Variable cfConst

cf: {
    properties: {
        inputId: {
            type: string;
        };
        rtmpsKey: {
            type: string;
        };
        srtUrl: {
            type: string;
        };
        whepKey: {
            type: string;
        };
        whipUrl: {
            type: string;
        };
    };
    required: readonly ["inputId", "rtmpsKey", "srtUrl", "whipUrl", "whepKey"];
    type: "object";
} = ...

Type declaration

  • Readonly properties: {
        inputId: {
            type: string;
        };
        rtmpsKey: {
            type: string;
        };
        srtUrl: {
            type: string;
        };
        whepKey: {
            type: string;
        };
        whipUrl: {
            type: string;
        };
    }
    • Readonly inputId: {
          type: string;
      }
      • type: string
    • Readonly rtmpsKey: {
          type: string;
      }
      • type: string
    • Readonly srtUrl: {
          type: string;
      }
      • type: string
    • Readonly whepKey: {
          type: string;
      }
      • type: string
    • Readonly whipUrl: {
          type: string;
      }
      • type: string
  • Readonly required: readonly ["inputId", "rtmpsKey", "srtUrl", "whipUrl", "whepKey"]
  • Readonly type: "object"

Generated using TypeDoc