-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v0.4.0 * Update notification docs
- Loading branch information
Showing
2 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters