Stop rtmp from reaching back into core (#290)

* Stop rtmp from reaching back into core.

* Un-export since these functions no longer need to be public
This commit is contained in:
Gabe Kangas
2020-10-29 14:09:28 -07:00
committed by GitHub
parent 72918a62d8
commit 3963568951
6 changed files with 22 additions and 14 deletions

View File

@@ -20,8 +20,8 @@ func GetStatus() models.Status {
}
}
// SetBroadcaster will store the current inbound broadcasting details
func SetBroadcaster(broadcaster models.Broadcaster) {
// setBroadcaster will store the current inbound broadcasting details
func setBroadcaster(broadcaster models.Broadcaster) {
_broadcaster = &broadcaster
}