-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Problem description
Seems that the API definition of webrtc-events was renamed to https://github.com/camaraproject/WebRTC/blob/r1.2/code/API_definitions/webrtc-events-subscription.yaml but that was neither reflected in the CHANGELOG.md nor in the API name (server URL).
With the latter the links in CHANGELOG.md, README.md and release description of r1.2 are broken (pointing to 404).
Beyond the name webRTC-events-subscription would be wrong, as the guideline defines:
It is mandatory to append the keyword "subscriptions" at the end of the API name. For e.g. device-roaming-subscriptions.yaml
So a correct API name would be webrtc-event-subscriptions, not webrtc-events-subscription
Expected action
Short-term:
- correct at least the links within release description (as this is the page where all r1.2 links are pointing to, it can easily be edited)
- Correct also the links README.md in
main, potentially also in the CHANGELOG.md inmain. That won't correct the links in the r1.2, but will help people entering the repository via the main branch.
For next planned release:
- Align file name, title and especially API name in the server URL to "WebRTC Event Subscriptions" or another name in line with CAMARA-API-Event-Subscription-and-Notification-Guide.md
Additional context
Originally found by @albertoramosmonagas in camaraproject/Marketing#20 (comment)