Discover Packages
github.com/livekit/protocol
webhook
package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Aug 10, 2021
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
EventRoomStarted = "room_started"
EventRoomFinished = "room_finished"
EventParticipantJoined = "participant_joined"
EventParticipantLeft = "participant_left"
)
View Source
var (
ErrSecretNotFound = errors .New ("API secret could not be found")
ErrInvalidChecksum = errors .New ("could not verify authenticity of message")
)
Receive reads and verifies incoming webhook is signed with key/secret pair
closes body after reading
Source Files
¶
Click to show internal directories.
Click to hide internal directories.