From 762a9639bdbdf667ee8b7ab6cef5400b165ff470 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 16 Jan 2025 10:56:40 -0500 Subject: [PATCH] add channel to listen opts (#82) --- specs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 74d7ca8..979aa08 100644 --- a/specs.json +++ b/specs.json @@ -402,7 +402,8 @@ "transcribe": "#transcribe", "url": "string", "wsAuth": "#auth", - "earlyMedia": "boolean" + "earlyMedia": "boolean", + "channel": "number" }, "required": [ "url"