Variable getChannelSensitivesResponseConst

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

Type declaration

  • Readonly properties: {
        error: {
            type: "string";
        };
        sensitives: {
            properties: {
                rtmpsKey: {
                    type: "string";
                };
                srtUrl: {
                    type: "string";
                };
                whipUrl: {
                    type: "string";
                };
            };
            required: readonly ["rtmpKey", "srtUrl", "whipUrl"];
            type: "object";
        };
    }
    • Readonly error: {
          type: "string";
      }
      • Readonly type: "string"
    • Readonly sensitives: {
          properties: {
              rtmpsKey: {
                  type: "string";
              };
              srtUrl: {
                  type: "string";
              };
              whipUrl: {
                  type: "string";
              };
          };
          required: readonly ["rtmpKey", "srtUrl", "whipUrl"];
          type: "object";
      }
      • 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"
  • Readonly required: readonly []
  • Readonly type: "object"

Generated using TypeDoc