Files
core/http/api/rtmp.go
Jan Stabenow 9c0b535199 Add v16.7.2
2022-05-13 19:26:45 +02:00

7 lines
170 B
Go

package api
// RTMPChannel represents details about a currently connected RTMP publisher
type RTMPChannel struct {
Name string `json:"name" jsonschema:"minLength=1"`
}