Skip to content

Commit

Permalink
軽微な修正
Browse files Browse the repository at this point in the history
  • Loading branch information
blaue-fuchs committed Sep 9, 2024
1 parent edeb23b commit ffde8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<li><a href="/spotlight_sendonly/">スポットライト配信サンプル</a></li>
<li><a href="/spotlight_recvonly/">スポットライト視聴サンプル</a></li>
<li><a href="/simulcast/">サイマルキャスト配信/視聴サンプル</a></li>
<li><a href="/messaging/">メッセージングサンプル</a></li>
<li><a href="/sendonly_audio/">送信音声サンプル</a></li>
<li><a href="/messaging/">メッセージングサンプル</a></li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion tests/sendonly_audio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test('sendonly audio pages', async ({ browser }) => {
expect(sendonlyAudioOutboundRtp?.bytesSent).toBeGreaterThan(0)
expect(sendonlyAudioOutboundRtp?.packetsSent).toBeGreaterThan(0)

// 選択に基づいて期待値を設定
// 音声ビットレートの選択に基づいて期待値を設定
const expectedBitrate = Number.parseInt(randomBitrate) * 1000
expect(sendonlyAudioOutboundRtp?.targetBitrate).toEqual(expectedBitrate)

Expand Down

0 comments on commit ffde8a6

Please sign in to comment.