From dd23245abbad930dd2fa66a037efcb4c7663ba23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Ro=C5=BCnawski?= Date: Thu, 5 Mar 2026 14:20:18 +0100 Subject: [PATCH] Remove foundry mention --- doc/docs.md | 2 +- fishjam/server_notifications.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index 99eba40..1ac7ebe 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -1757,7 +1757,7 @@ Notification sent when peer or component adds new track ### ServerMessage.TrackForwarding -Sent when there is an upsert to track forwardings from Fishjam to Foundry +Sent when there is an upsert to track forwardings from Fishjam to Composition | Field | Type | Label | Description | diff --git a/fishjam/server_notifications.proto b/fishjam/server_notifications.proto index 8fa6b37..6cf2b49 100644 --- a/fishjam/server_notifications.proto +++ b/fishjam/server_notifications.proto @@ -168,7 +168,7 @@ message ServerMessage { string channel_id = 4; } - // Sent when there is an upsert to track forwardings from Fishjam to Foundry + // Sent when there is an upsert to track forwardings from Fishjam to Composition message TrackForwarding { string room_id = 1; string peer_id = 2;