OpenAyame/ayame-web-sdk のサンプル集です。
利用前に https://github.com/shiguredo/oss をお読みください。
このサンプルは最小限になっており、 .env.local
に設定した環境変数のみを利用します。
- シグナリングキーは Ayame Labo のダッシュボードから取得できます
- ルーム ID のプレフィックスは GitHub のログイン名に
@
を付与したものにします - ルーム名は好きな文字列を指定してください
# cp .env.example .env.local
VITE_AYAME_SIGNALING_URL=wss://ayame-labo.shiguredo.app/signaling
VITE_AYAME_ROOM_ID_PREFIX={GitHubのログイン名}@
VITE_AYAME_ROOM_NAME={好きな文字列}
VITE_AYAME_SIGNALING_KEY={シグナリングキー}
pnpm install
pnpm dev
- 双方向送受信(sendrecv)
- 送信のみ(sendonly)
- 受信のみ(recvonly)
- データチャネル(datachannel)
Apache License 2.0
Copyright 2019-2024, Shiguredo Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.