Broadcast & Public Access (S.O. 250–255)
Overview
This section governs the broadcasting of parliamentary proceedings and public access to the National Assembly.
Standing Order 250 — Broadcasting of Proceedings
"Subject to these Standing Orders, the proceedings of the National Assembly shall be broadcast live."
— The National Assembly Standing Orders (7th Edition), S.O. 250
Implementation note: The system manages live broadcasting of Assembly proceedings as the default, with exceptions for specific circumstances.
Standing Order 252 — Control of Broadcasting
"The Speaker shall have control over the broadcasting of the proceedings of the National Assembly and may, in the Speaker's discretion, order that the broadcasting be discontinued."
— The National Assembly Standing Orders (7th Edition), S.O. 252
Implementation note: The system allows the Speaker to start, stop, or suspend broadcasting at their discretion.
Standing Order 253 — Public Access
"Subject to these Standing Orders, the public shall have access to the proceedings of the National Assembly."
— The National Assembly Standing Orders (7th Edition), S.O. 253
Implementation note: The system supports public access to proceedings, including gallery seating and remote viewing.
Standing Order 254 — Exclusion of Public
"The Speaker may order the exclusion of the public from the Chamber or any part thereof if the Speaker considers it necessary in the public interest."
— The National Assembly Standing Orders (7th Edition), S.O. 254
Implementation note: The system allows the Speaker to restrict public access when necessary for security or public interest reasons.
Implementing Endpoints
| Endpoint | S.O. | Purpose |
|---|---|---|
POST /api/v1/broadcast/start | 250, 252 | Start live broadcast |
POST /api/v1/broadcast/stop | 252 | Stop broadcast |
POST /api/v1/broadcast/suspend | 252 | Temporarily suspend broadcast |
GET /api/v1/broadcast/status | 250 | Get broadcast status |
POST /api/v1/public-access/restrict | 254 | Restrict public access |
POST /api/v1/public-access/restore | 253 | Restore public access |
GET /api/v1/public-access/status | 253-254 | Get access status |