From dbfb134d8b1503e7dd3808fd83a303d104f0b030 Mon Sep 17 00:00:00 2001 From: Yoshiki Kadoshita Date: Wed, 10 May 2023 17:01:41 +0900 Subject: [PATCH] Update API reference URL --- README-en.md | 2 +- README.md | 2 +- docs/release_process.md | 12 ++++++------ release-notes.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README-en.md b/README-en.md index efedc89..1ba8d7c 100644 --- a/README-en.md +++ b/README-en.md @@ -96,7 +96,7 @@ If you found the exciting use cases, let us know! ## How to Use -[API Reference](http://35.200.46.204) +[API Reference](https://skyway.github.io/skyway-webrtc-gateway) [samples](https://github.com/skyway/skyway-webrtc-gateway/tree/master/samples) diff --git a/README.md b/README.md index ccb9a4b..f6cf6ed 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ WebRTC Engineを自由に操作できることで、その用途は無限に広 ## How to Use -[API Reference](http://35.200.46.204) +[API Reference](https://skyway.github.io/skyway-webrtc-gateway) [Tutorial](https://github.com/skyway/skyway-webrtc-gateway/tree/master/docs/tutorial.md) diff --git a/docs/release_process.md b/docs/release_process.md index fb89c4f..57d12a1 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -4,9 +4,9 @@ When an user release her end-user-program, the program needs to access some API エンドユーザプログラムの終了時には、WebRTC Gatewayで割り当てられているいくつかのリソースを開放してください。 -- [DataConnection Release API](http://35.200.46.204/#/2.data/data_connection_close) -- [MediaConnection Release API](http://35.200.46.204/#/3.media/media_connection_close) -- [PeerObject Release API](http://35.200.46.204/#/1.peers/peer_destroy) +- [DataConnection Release API](https://skyway.github.io/skyway-webrtc-gateway/#/2.data/data_connection_close) +- [MediaConnection Release API](https://skyway.github.io/skyway-webrtc-gateway/#/3.media/media_connection_close) +- [PeerObject Release API](https://skyway.github.io/skyway-webrtc-gateway/#/1.peers/peer_destroy) It doesn't have to call these APIs, because they are automatically closed when P2P links which use the resources. If the program access to the releasing APIs, they would return error codes, but it's ok to ignore the errors. @@ -17,6 +17,6 @@ DataConnectionやMediaConnetionの終了時、これらが内部的に使用し 既に開放済みの場合、これらのAPIへのアクセスはエラーを返しますが、無視して問題ありません。 * 但し、開放したもののDataConnetionやMediaConnectionで利用していないポートに関しては、以下のAPIにアクセスし手動で開放する必要があります。 -- [Media Port Release API](http://35.200.46.204/#/3.media/streams_delete) -- [RTCP Port Release API](http://35.200.46.204/#/3.media/media_rtcp_delete) -- [Data Port Release API](http://35.200.46.204/#/2.data/data_delete) +- [Media Port Release API](https://skyway.github.io/skyway-webrtc-gateway/#/3.media/streams_delete) +- [RTCP Port Release API](https://skyway.github.io/skyway-webrtc-gateway/#/3.media/media_rtcp_delete) +- [Data Port Release API](https://skyway.github.io/skyway-webrtc-gateway/#/2.data/data_delete) diff --git a/release-notes.md b/release-notes.md index 692722b..8873912 100644 --- a/release-notes.md +++ b/release-notes.md @@ -30,7 +30,7 @@ - 通話を繰り返すことによりメモリ使用量が増加してしまう問題を修正 - `Peer`インスタンスを生成するとき、`+`などの記号を含む`Peer ID`を引数に指定した場合、指定した`Peer ID`と異なる`Peer ID`が割り当てられる問題を修正 - [SkyWay Peer Authentication](https://github.com/skyway/skyway-peer-authentication-samples) に対応 -- [API Referenceの更新](http://35.200.46.204/) +- [API Referenceの更新](https://skyway.github.io/skyway-webrtc-gateway/) ## [v0.2.1](https://github.com/skyway/skyway-webrtc-gateway/releases/tag/0.2.1)