Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyFields = errors.New("one or more fields is empty")
Functions ¶
This section is empty.
Types ¶
type LiveKitCredentials ¶
type RecordingController ¶
func NewRecordingController ¶
func NewRecordingController(creds LiveKitCredentials, service recording.Service) RecordingController
func (*RecordingController) ReceiveWebhooks ¶
func (rc *RecordingController) ReceiveWebhooks(c echo.Context) error
func (*RecordingController) StartRecording ¶
func (rc *RecordingController) StartRecording(c echo.Context) error
func (*RecordingController) StopRecording ¶
func (rc *RecordingController) StopRecording(c echo.Context) error
type StartRecordingRequest ¶
type StopRecordingRequest ¶
Click to show internal directories.
Click to hide internal directories.