回答編集履歴

3

泥のリファレンスもあったのでリンク追加した

2021/01/14 22:36

投稿

退会済みユーザー
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  [https://webrtc.ecl.ntt.com/api-reference/javascript.html](https://webrtc.ecl.ntt.com/api-reference/javascript.html)
8
8
 
9
-
9
+ [https://webrtc.ecl.ntt.com/android-reference/classio_1_1skyway_1_1_peer_1_1_data_connection.html](https://webrtc.ecl.ntt.com/android-reference/classio_1_1skyway_1_1_peer_1_1_data_connection.html)
10
10
 
11
11
 
12
12
 

2

URLに余分なフラグメントがついていたので削除した

2021/01/14 22:36

投稿

退会済みユーザー
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Skyway自体は使った事ないんですが、データチャネルに関するリファレンスがあったんで実現できるかと思います。まあ、根っこのWebSocket側の仕様を持ってきた感じですね。
6
6
 
7
- [https://webrtc.ecl.ntt.com/api-reference/javascript.html](https://webrtc.ecl.ntt.com/api-reference/javascript.html#events-3)
7
+ [https://webrtc.ecl.ntt.com/api-reference/javascript.html](https://webrtc.ecl.ntt.com/api-reference/javascript.html)
8
8
 
9
9
 
10
10
 

1

URLがリンクになっていなかったので修正した

2021/01/14 19:58

投稿

退会済みユーザー
test CHANGED
@@ -4,11 +4,7 @@
4
4
 
5
5
  Skyway自体は使った事ないんですが、データチャネルに関するリファレンスがあったんで実現できるかと思います。まあ、根っこのWebSocket側の仕様を持ってきた感じですね。
6
6
 
7
-
8
-
9
- https://webrtc.ecl.ntt.com/api-reference/javascript.html#events-3
7
+ [https://webrtc.ecl.ntt.com/api-reference/javascript.html](https://webrtc.ecl.ntt.com/api-reference/javascript.html#events-3)
10
-
11
-
12
8
 
13
9
 
14
10
 
@@ -16,7 +12,7 @@
16
12
 
17
13
  また、Mozillaの機能対応マトリクスによるとAndroidは全API対応しているようです。
18
14
 
19
- https://developer.mozilla.org/ja/docs/Web/API/WebSockets_API
15
+ [https://developer.mozilla.org/ja/docs/Web/API/WebSockets_API](https://developer.mozilla.org/ja/docs/Web/API/WebSockets_API)
20
16
 
21
17
 
22
18