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;
}
-
Readonly
rtmpsKey: {
type: string;
}
-
Readonly
srtUrl: {
type: string;
}
-
Readonly
whepKey: {
type: string;
}
-
Readonly
whipUrl: {
type: string;
}
-
Readonly
required: readonly ["inputId", "rtmpsKey", "srtUrl", "whipUrl", "whepKey"]
-
Readonly
type: "object"