From 1babc38e7e60b50f4b007729dc5d5ea2b91a5228 Mon Sep 17 00:00:00 2001 From: Paulo Lanzarin <4529051+prlanzarin@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:11:02 -0300 Subject: [PATCH] build(bbb-webrtc-recorder): v0.6.0 (#19459) * feat: recorder.writeToDevNull option to write files to /dev/null (testing) * fix: panic due to negative seqnums in sequence unwrapper --- bbb-webrtc-recorder.placeholder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-webrtc-recorder.placeholder.sh b/bbb-webrtc-recorder.placeholder.sh index e5ca651630..d30c36f9ac 100755 --- a/bbb-webrtc-recorder.placeholder.sh +++ b/bbb-webrtc-recorder.placeholder.sh @@ -1 +1 @@ -git clone --branch v0.5.2 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-recorder bbb-webrtc-recorder +git clone --branch v0.6.0 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-recorder bbb-webrtc-recorder