ringcentral / ringcentral-api-docs

Official RingCentral Connect Platform Developer Guide
https://ringcentral-api-docs.readthedocs.io
38 stars 69 forks source link

What about telephony/sessions event #270

Open hydeonz opened 4 months ago

hydeonz commented 4 months ago

when creating an event /account/account_id/telephony/sessions?sipData=true' shouldn't the event work for all account users? Because it turns out that the event works only for the admin, but not for other users. Is that what it's meant to be, or is it a bug? for example:

POST /subscription headers: content-type application/json event-filters: { "/account/some_id/telephony/sessions?sipData=true" } deliveryMode: { some info... } from the parameters, I see that only rc_account_id plays a role, so why doesn't the event propagate to other account users?