This commit is contained in:
Hemanth 2025-06-28 14:46:23 +05:30
parent 9d6c5014bf
commit 09008a678a

View file

@ -32,7 +32,7 @@ class RtspMonitorType extends MonitorType {
const res = await client.describe();
log.debug("monitor", `RTSP DESCRIBE response: ${JSON.stringify(res)}`);
const statusCode = res?.statusCode;
const statusMessage = res?.statusMessage || "Unknown";