| 更新: | 2022-03-18 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2022.1 |
| URL: | http://voluntas.github.io/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(() => { | |
| let adjX = 0, | |
| adjY = 0; | |
| const NORMAL = 'NORMAL', | |
| CHECK = 'CHECK', | |
| ADJUST = 'ADJUST'; | |
| const MODES = { | |
| NORMAL: { | |
| nextKey: CHECK, | |
| message: 'press Ctrl-key once more for adjust-mode', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const connection = new signalR.HubConnectionBuilder() | |
| .withUrl('http://localhost:7071/api/v1.0/messages/binding', | |
| { accessTokenFactory: () => "aJwtToken" }) | |
| .build(); |
これは時雨堂が開催しているオンラインイベントである WebRTC 入門の 講師用 の資料であり、 参加者用の資料ではありません。
ChatGPT がある今、学ぼうと思えば好きなだけ学べる時代がきています。