Cloudlink subscribe
If the workflow requires CloudLink notifications, the Subscribe activity can specify the topic, subject, and method, along with a filter for specific notification events. For example, to monitor the state of a call at an endpoint, the workflow can use this activity to receive notifications from platform-api-media for that specific endpoint and call. Refer to the CloudLink API documentation for further details.
Note: The notification events will be available in the system variable
notifications.| Parameters | Description |
|---|---|
Topic |
These are used to define the Cloudlink events to be subscribed. Refer to the CloudLink API documentation for details. |
SubjectFilter |
|
Method |
|
PublicationFilter |
| Parameters | Description |
|---|---|
SubscriptionIds |
Array of subscription identifiers created for the subscription. These can be used for Cloudlink unsubscribe activity. |
↑