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;