From 766f5e3af7bf92d740b42fc317faddc0a65034f3 Mon Sep 17 00:00:00 2001 From: Paulo Lanzarin <4529051+prlanzarin@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:09:29 -0300 Subject: [PATCH] build(bbb-webrtc-recorder): v0.7.0 ### v0.7.0 * fix: panic due to invalid OPUS samples pushed to builder * build(docker): go 1.21 * build: bump pion/webrtc/v3 to v3.2.24 --- 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 d30c36f9ac..7534d79336 100755 --- a/bbb-webrtc-recorder.placeholder.sh +++ b/bbb-webrtc-recorder.placeholder.sh @@ -1 +1 @@ -git clone --branch v0.6.0 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-recorder bbb-webrtc-recorder +git clone --branch v0.7.0 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-recorder bbb-webrtc-recorder