From 4019c2f9cc4a22feecb5276f67b8b26882df6c2a Mon Sep 17 00:00:00 2001
From: Jesus Federico <jesus@123it.ca>
Date: Mon, 18 Dec 2023 13:52:09 -0500
Subject: [PATCH] CONTRIB-9449: fixed by adding extra parameters to data
 instead of metadata (#7)

---
 classes/bigbluebuttonbn/action_url_addons.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/bigbluebuttonbn/action_url_addons.php b/classes/bigbluebuttonbn/action_url_addons.php
index bf0504b..4bccd8f 100644
--- a/classes/bigbluebuttonbn/action_url_addons.php
+++ b/classes/bigbluebuttonbn/action_url_addons.php
@@ -52,7 +52,7 @@ public function execute(string $action = '', array $data = [], array $metadata =
                     $eventtypes[$flexurlrecord->eventtype] != $action) {
                     continue;
                 }
-                $metadata[$flexurlrecord->paramname] = utils::get_real_value($flexurlrecord->paramvalue, $instance);
+                $data[$flexurlrecord->paramname] = utils::get_real_value($flexurlrecord->paramvalue, $instance);
 
             }
         }