datarhei-dragonfork-core/http/api/rtmp.go

7 lines
170 B
Go
Raw Normal View History

2022-05-13 13:26:45 -04:00
package api
// RTMPChannel represents details about a currently connected RTMP publisher
type RTMPChannel struct {
Name string `json:"name" jsonschema:"minLength=1"`
}