From da31a8d0f7b557909ff1b1c9dadce0157ce11923 Mon Sep 17 00:00:00 2001 From: Paulo Lanzarin <4529051+prlanzarin@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:52:21 -0300 Subject: [PATCH] build(bbb-webrtc-sfu): v2.13.0-alpha.1 * feat: add inbound queue size and job failure metrics * feat: add dry-run recording mode * feat: add time_to_mute/unmute metrics * fix(audio): log and track metrics for hold/unhold timeouts * fix(bbb-webrtc-recorder): exception when removing nullish recording callbacks * fix(mediasoup): check for null producers * fix(screenshare): resolve subscriberAnswer job * fix(audio): prevent false positives in TLO toggle metrics * refactor: replace logger lib, Winston -> Pino * Winston's been problematic (missing logs) and Pino is more performant * build: bump Docker and nvmrc to Node.js 20 (LTS) --- bbb-webrtc-sfu.placeholder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-webrtc-sfu.placeholder.sh b/bbb-webrtc-sfu.placeholder.sh index c1b39d78a9..eb42fb30e0 100755 --- a/bbb-webrtc-sfu.placeholder.sh +++ b/bbb-webrtc-sfu.placeholder.sh @@ -1 +1 @@ -git clone --branch v2.12.1 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-sfu bbb-webrtc-sfu +git clone --branch v2.13.0-alpha.1 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-sfu bbb-webrtc-sfu