Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ Notification sent when peer or component adds new track
<a name="fishjam-ServerMessage-TrackForwarding"></a>

### 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 |
Expand Down
2 changes: 1 addition & 1 deletion fishjam/server_notifications.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading