Skip to content

Commit

Permalink
変更履歴を更新する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 22, 2024
1 parent 8a69438 commit c53b278
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ $ pnpm install
$ pnpm build
$ pnpm dev
```

## WHIP/WHEP

SDK では対応していない WHIP/WHEP のサンプルを用意しています。

WHIP/WHEP を利用するには whip/whep が有効になっており、
whip_turn/whep_turn も有効になっている必要があります。

さらにブラウザから fetch する場合は CORS の設定が必要です。
1 change: 0 additions & 1 deletion examples/whip/main.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
document.addEventListener('DOMContentLoaded', async () => {
const endpointUrl = import.meta.env.VITE_SORA_WHIP_ENDPOINT_URL
console.log('endpointUrl:', endpointUrl)
const channelIdPrefix = import.meta.env.VITE_SORA_CHANNEL_ID_PREFIX || ''
const channelIdSuffix = import.meta.env.VITE_SORA_CHANNEL_ID_SUFFIX || ''
const accessToken = import.meta.env.VITE_ACCESS_TOKEN
Expand Down

0 comments on commit c53b278

Please sign in to comment.