Skip to content

Commit

Permalink
整理
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 25, 2024
1 parent d55666d commit 0761662
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
4 changes: 2 additions & 2 deletions examples/check_stereo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<meta charset="utf-8">
<title>Stereo Check</title>
<title>Stereo Check シンプルサンプル</title>

<style>
button {
Expand All @@ -14,7 +14,7 @@
</head>

<body>
<h2>Stereo Check</h2>
<h2>Stereo Check サンプル</h2>
<div class="container">
<h2>Sendonly</h2>
<!-- 音声入力デバイス選択を追加 -->
Expand Down
4 changes: 2 additions & 2 deletions examples/check_stereo_multi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<meta charset="utf-8">
<title>Stereo Check</title>
<title>Stereo Check マルチサンプル</title>

<style>
button {
Expand All @@ -14,7 +14,7 @@
</head>

<body>
<h2>Stereo Check</h2>
<h2>Stereo Check サンプル</h2>
<div class="container">
<h2>Sendonly1</h2>
<!-- 音声入力デバイス選択を追加 -->
Expand Down
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<li><a href="/sendrecv/">配信視聴サンプル</a></li>
<li><a href="/sendonly/">配信サンプル</a></li>
<li><a href="/recvonly/">視聴サンプル</a></li>
<li><a href="/check_stereo/">ステレオチェックサンプル</a></li>
<li><a href="/check_stereo_multi/">ステレオチェックサンプル(マルチストリーム)</a></li>
<li><a href="/check_stereo/">ステレオチェックシンプルサンプル</a></li>
<li><a href="/check_stereo_multi/">ステレオチェックマルチサンプル</a></li>
<li><a href="/replace_track/">track 入れ替えサンプル</a></li>
<li><a href="/spotlight_sendrecv/">スポットライト配信視聴サンプル</a></li>
<li><a href="/simulcast/">サイマルキャスト配信/視聴サンプル</a></li>
Expand Down
4 changes: 2 additions & 2 deletions examples/messaging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<head>
<meta charset="utf-8">
<title>Messaging</title>
<title>リアルタイムメッセージングサンプル</title>
</head>

<body>
<div class="container">
<h1>DataChannel messaging test</h1>
<h1>リアルタイムメッセージングサンプル</h1>
<p>複数のブラウザで開いて sendMessage することで動作確認できます</p>
<h2>sora-js-sdk version: <span id="sora-js-sdk-version"></span></h2>
<label for="channel-name">チャンネル名:</label>
Expand Down
4 changes: 2 additions & 2 deletions examples/recvonly/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<head>
<meta charset="utf-8">
<title>Recvonly test</title>
<title>Recvonly サンプル</title>
</head>

<body>
<div class="container">
<h1>Recvonly test</h1>
<h1>Recvonly サンプル</h1>
<h3 id="sdk-version"></h3>
<button id="connect">connect</button>
<button id="disconnect">disconnect</button>
Expand Down
6 changes: 2 additions & 4 deletions examples/replace_track/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

<head>
<meta charset="utf-8">
<title>Sendrecv test</title>
<title>replaceTrack サンプル</title>
</head>

<body>
<div class="container">
<h1>Replace track test</h1>
<h1>replaceTrack サンプル</h1>
<h3 id="sdk-version"></h3>
<label for="channel-name">チャンネル名:</label>
<input type="text" id="channel-name" name="channel-name" value="replace_track"><br>
<label for="video-codec-type">ビデオコーデックを選択:</label>
<select id="video-codec-type">
<option value="" selected>未指定</option>
Expand Down
4 changes: 2 additions & 2 deletions examples/sendrecv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<head>
<meta charset="utf-8">
<title>Sendrecv test</title>
<title>Sendrecv サンプル</title>
</head>

<body>
<div class="container">
<h1>Sendrecv test</h1>
<h1>Sendrecv サンプル</h1>
<h3 id="sdk-version"></h3>
<label for="video-codec-type">ビデオコーデックを選択:</label>
<select id="video-codec-type">
Expand Down
4 changes: 2 additions & 2 deletions examples/simulcast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<head>
<meta charset="utf-8">
<title>Simulcast test</title>
<title>Simulcast サンプル</title>
</head>

<body>
<div class="container">
<h1>Simulcast test</h1>
<h1>Simulcast サンプル</h1>
<button id="connect">connect</button>
<button id="disconnect">disconnect</button>
<button id="get-stats">getStats</button><br />
Expand Down

0 comments on commit 0761662

Please sign in to comment.