Open lastpeony opened 3 months ago
Actually when i checked the source code, there is a boolean field in broadcast object called "publish" But this field is not utilized anywhere in source code as far as i see.
Hi @lastpeony,
Could you please tell me which user problem it will resolve? And any user having the problem?
No user is having a problem. This is just an easy to use security feature.
Lets keep it in ice box. We may consider implementing such a feature when we get requests from more user.
Add a new field "locked" to broadcast object.
If broadcast locked is true, it should not accept any publish request. If its false it should be publishable.
A simple and useful security feature. Combine this with random streamIds, not accepting undefined streams and it covers lots of cases.