Skip to content

Commit

Permalink
endoc-286-rtc-weekly-0430-changes (#1568)
Browse files Browse the repository at this point in the history
* Use GO for notifications

* Sync with cn docs

* https://github.com/AgoraIO/shengwang-doc-source/commit/a50d647aebfcec232dfe6ea60cec40fa01fc7577

* ENDOC-269 Rtc weekly 0411

* review updates

* review

* review

* endoc-486-rtc-weekly-0430-changes

* review updates

---------

Co-authored-by: hussain-khalid <[email protected]>
Co-authored-by: Dasun Nirmitha <[email protected]>
Co-authored-by: saudsami <[email protected]>
Co-authored-by: atovpeko <[email protected]>
Co-authored-by: atovpeko <[email protected]>
  • Loading branch information
6 people authored Jul 10, 2024
1 parent ca44297 commit aeae7d4
Show file tree
Hide file tree
Showing 61 changed files with 26 additions and 4,514 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,13 @@ To do this, take the following steps:
```bash
ngrok http 127.0.0.1:8080
```

You see a **Forwarding** URL and a **Web Interface** URL in the console. Open the web interface URL in your browser.

1. **Test the server**

Open a web browser and navigate to the public URL provided by `ngrok` to see the root handler response.

Use a curl or [Postman](https://www.postman.com/) to send a `POST` request to `https://<ngrok_url>/ncsNotify` with the required `JSON` payload.
Use curl, [Postman](https://www.postman.com/), or another tool to send a `POST` request to `https://<ngrok_url>/ncsNotify` with the required `JSON` payload.

Example using `curl`:

Expand All @@ -206,7 +205,7 @@ To do this, take the following steps:
}
}'
```

Make sure you replace `ngrok_url` with the forwarding url.

Once the HTTP request is successful, you see the following `JSON` payload in your browser:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ To add signature verification to your server, take the following steps:

1. To test the server, follow the steps given in the [Enable notifications](#enable-notifications) section.

1. Once you receive an event from the console, and if the signature matches, the event details are displayed in your browser.
1. When you receive an event from the console, and if the signature matches, the event details are displayed in your browser.

This file was deleted.

Loading

0 comments on commit aeae7d4

Please sign in to comment.