mirror of
https://github.com/datarhei/core.git
synced 2025-11-03 02:23:42 +08:00
Add v16.7.2
This commit is contained in:
6
http/api/rtmp.go
Normal file
6
http/api/rtmp.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package api
|
||||
|
||||
// RTMPChannel represents details about a currently connected RTMP publisher
|
||||
type RTMPChannel struct {
|
||||
Name string `json:"name" jsonschema:"minLength=1"`
|
||||
}
|
||||
Reference in New Issue
Block a user