public interface IStreamPublishSecurity
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPublishAllowed(IScope scope,
String name,
String mode)
Check if publishing a stream with the given name is allowed.
|
boolean isPublishAllowed(IScope scope, String name, String mode)
scope - Scope the stream is about to be published in.name - Name of the stream to publish.mode - Publishing mode.Trueif publishing is allowed, otherwise
False
Copyright © 2005–2017 Red5. All rights reserved.