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