Skip to content

Commit

Permalink
Release v0.4.0 (#38)
Browse files Browse the repository at this point in the history
* Release v0.4.0

* Update notification docs
  • Loading branch information
roznawsk authored Apr 25, 2024
1 parent 25c6e5a commit 95e49f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions docs/server_notifications.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# Server Notifications

The Jellyfish can send one of the following notifications:
Jellyfish sends server side notifications whenever some important event occurs, e.g.:
* a room has been created
* a peer has connected
* component has crashed
* etc.

`ServerMessageRoomCreated`,
`ServerMessageRoomDeleted`,
`ServerMessageRoomCrashed`,
`ServerMessagePeerConnected`,
`ServerMessagePeerDisconnected`,
`ServerMessagePeerCrashed`,
`ServerMessageComponentCrashed`,
`ServerMessageTrackAdded`,
`ServerMessageTrackMetadataUpdated`,
`ServerMessageTrackRemoved`,
`ServerMessageHlsPlayable`,
`ServerMessageMetricsReport`
This is the list of all available notifications:
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jellyfish-server-sdk"
version = "0.3.0"
version = "0.4.0"
description = "Python server SDK for the Jellyfish media server"
authors = ["Jellyfish Team"]
homepage = "https://github.com/jellyfish-dev/python-server-sdk"
Expand Down

0 comments on commit 95e49f4

Please sign in to comment.