Variable channelSensitivesConst

channelSensitives: {
    properties: {
        rtmpsKey: {
            type: "string";
        };
        srtUrl: {
            type: "string";
        };
        whipUrl: {
            type: "string";
        };
    };
    required: readonly ["rtmpKey", "srtUrl", "whipUrl"];
    type: "object";
} = ...

Type declaration

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

Generated using TypeDoc