Hi all,
Referencing the endpoints e.g. /applications/{applicationName}/subscription
As I understand, when connecting to the events websocket we receive ALL events from the application specified.
From what I can see, using the application/subscription serves to limit the emitted events, so that only events for the target channels, bridges are emitted.
The reason I am looking into it as I am currently doing filtering in the software business logic so looking to see if there is a better way.
Question 1: Is that an accurate summary
Question 2: I can’t see the purpose/benefit of this?
Thanks in advance