Commit dd3f845
File tree
9 files changed
+9
-15
lines changed- api
- packages
9 files changed
+9
-15
lines changedSubmodule fishjam-server updated from 2a8c6e2 to 65b3b4c
Submodule room-manager updated from d94cdf5 to d3a6056
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Submodule js-server-sdk updated 23 files
- .github/workflows/build-and-test-room-manager-amd64.yaml+2-2
- examples/room-manager/package.json+1-1
- examples/room-manager/src/config.ts+1-6
- examples/room-manager/src/plugins/fishjam.ts+5-6
- examples/room-manager/src/schema.ts+3-3
- examples/selective-subscription/backend/package.json+1-1
- examples/selective-subscription/frontend/package.json+1-1
- examples/selective-subscription/package.json+1-1
- examples/transcription/package.json+1-1
- package.json+1-1
- packages/fishjam-openapi/package.json+1-1
- packages/fishjam-openapi/src/generated/api.ts+135-88
- packages/fishjam-openapi/src/generated/base.ts+1-1
- packages/fishjam-openapi/src/generated/common.ts+1-1
- packages/fishjam-openapi/src/generated/configuration.ts+1-1
- packages/fishjam-openapi/src/generated/index.ts+1-1
- packages/fishjam-proto/package.json+1-1
- packages/fishjam-proto/src/fishjam/agent_notifications.ts+1-1
- packages/fishjam-proto/src/fishjam/notifications/shared.ts+1-1
- packages/fishjam-proto/src/fishjam/server_notifications.ts+1-1
- packages/js-server-sdk/package.json+1-1
- packages/js-server-sdk/src/index.ts+2-2
- packages/js-server-sdk/src/integrations/gemini.ts+2-2
Submodule python-server-sdk updated 22 files
- examples/room_manager/arguments.py-1
- examples/room_manager/room_service.py+3-6
- examples/room_manager/routes.py+2-2
- fishjam/_openapi_client/models/__init__.py+14-20
- fishjam/_openapi_client/models/agent_output.py+15-27
- fishjam/_openapi_client/models/audio_format.py+1-1
- fishjam/_openapi_client/models/audio_sample_rate.py+1-1
- fishjam/_openapi_client/models/peer_options_agent.py+11-14
- fishjam/_openapi_client/models/peer_options_agent_subscribe_mode.py-11
- fishjam/_openapi_client/models/peer_options_web_rtc.py+11-23
- fishjam/_openapi_client/models/peer_options_web_rtc_subscribe_mode.py-11
- fishjam/_openapi_client/models/room_config.py+10-12
- fishjam/_openapi_client/models/room_type.py+1-1
- fishjam/_openapi_client/models/track.py+10-10
- fishjam/_openapi_client/models/track_metadata.py+5-5
- fishjam/_openapi_client/models/video_codec.py+1-1
- fishjam/_openapi_client/models/web_rtc_metadata.py+5-5
- fishjam/api/_fishjam_client.py+16-25
- fishjam/room/__init__.py+3-3
- pyproject.toml+1-1
- tests/test_room_api.py+19-16
- uv.lock+1-1
Submodule web-client-sdk updated 18 files
- .cspell.json+33
- .github/workflows/node.yaml+3
- package.json+5-2
- packages/protobufs/fishjam/agent_notifications.ts+1-1
- packages/protobufs/fishjam/media_events/peer/peer.ts+3-3
- packages/protobufs/fishjam/media_events/server/server.ts+2-2
- packages/protobufs/fishjam/media_events/shared.ts+1-1
- packages/protobufs/fishjam/notifications/shared.ts+1-1
- packages/protobufs/fishjam/peer_notifications.ts+2-2
- packages/protobufs/fishjam/server_notifications.ts+3-3
- packages/protobufs/protos+1-1
- packages/react-client/package.json+1-1
- packages/react-client/src/hooks/useLivestreamStreamer.ts+1-1
- packages/ts-client/package.json+1-1
- packages/ts-client/src/types.ts+1-1
- packages/webrtc-client/package.json+1-1
- spelling.txt+112
- yarn.lock+894-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 1 | + | |
0 commit comments