22
33# Fishjam Python Server SDK
44
5- Python server SDK for the [ Fishjam Cloud ] ( https://fishjam.io/ ) .
5+ Python server SDK for the [ Fishjam] ( https://fishjam.io/ ) .
66
77Read the docs [ here] ( https://fishjam-cloud.github.io/python-server-sdk )
88
@@ -29,7 +29,7 @@ from fishjam import FishjamClient
2929fishjam_client = FishjamClient(fishjam_url = " localhost:5002" , management_token = " development" )
3030```
3131
32- You can use it to interact with Fishjam Cloud to manage rooms and peers
32+ You can use it to interact with Fishjam to manage rooms and peers
3333
3434``` python
3535# Create a room
@@ -62,6 +62,7 @@ fishjam_notifier = FishjamNotifier(fishjam_url='localhost:5002', management_toke
6262```
6363
6464Then define a handler for incoming messages
65+
6566``` python
6667@notifier.on_server_notification
6768def handle_notification (server_notification ):
@@ -93,13 +94,15 @@ asyncio.run(test_notifier())
9394The project is managed using [ poetry] ( https://python-poetry.org/ ) . Make sure to have it installed first.
9495
9596Then install the dependencies
97+
9698``` console
9799poetry install
98100```
99101
100102## Generating protobuf
101103
102104To generate Python protobuf definitions run
105+
103106``` console
104107poetry run ./compile_proto.sh
105108```
@@ -145,7 +148,7 @@ To update documentation you need to:
145148
146149Licensed under the [ Apache License, Version 2.0] ( LICENSE )
147150
148- ## Fishjam Cloud is created by Software Mansion
151+ ## Fishjam is created by Software Mansion
149152
150153Since 2012 [ Software Mansion] ( https://swmansion.com ) is a software agency with experience in building web and mobile
151154apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help
0 commit comments