@@ -38,22 +38,22 @@ To secure the sendPushNotification WebSocket message:
3838
3939- Generate two subscriber authentication tokens:
4040
41- One for the sender’s Subscriber ID.
41+ - One for the sender’s Subscriber ID.
4242
43- One for the receiver’s Subscriber ID.
43+ - One for the receiver’s Subscriber ID.
4444
45- Use the [ getSubscriberAuthenticationToken] ( https://antmedia.io/rest/#/default/getSubscriberAuthenticationToken ) Rest API endpoint.
45+ Use the [ getSubscriberAuthenticationToken] ( https://antmedia.io/rest/#/default/getSubscriberAuthenticationToken ) Rest API endpoint.
4646
47- ``` bash
48- curl -X ' GET' \
49- ' https://your-antmedia-server-address:port/live/rest/v2/push-notification/subscriber-auth-token?subscriberId=<your-subscriber-id>'
50- ```
47+ ``` bash
48+ curl -X ' GET' \
49+ ' https://your-antmedia-server-address:port/live/rest/v2/push-notification/subscriber-auth-token?subscriberId=<your-subscriber-id>'
50+ ```
5151
52- We’ll call the sender’s token authToken.
52+ - We’ll call the sender’s token authToken.
5353
54- The sender’s ID will be subscriberId.
54+ - The sender’s ID will be subscriberId.
5555
56- The receiver’s ID will be sendNotificationToSubscriber.
56+ - The receiver’s ID will be sendNotificationToSubscriber.
5757
5858## FCM/APN Device/Registration Token
5959
@@ -252,4 +252,4 @@ You’ve completed the Push Notification Management setup in Ant Media Server:
252252
253253* Sent test push notifications
254254
255- Your applications are now ready to send real-time alerts, calls, and announcements directly to web and mobile clients
255+ Your applications are now ready to send real-time alerts, calls, and announcements directly to web and mobile clients
0 commit comments