Skip to content

Commit

Permalink
[e2e] signaling_message を活用したテストを追加してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 14, 2024
1 parent 716b6ca commit 947c6b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/tests/test_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import uuid

import pytest

from media import Recvonly, Sendonly

"""
Expand Down Expand Up @@ -31,6 +32,9 @@ def test_macos_h264_sendonly(setup):

time.sleep(5)

assert sendonly.connect_message.get("channel_id") == channel_id
assert sendonly.connect_message.get("video").get("codec_type") == "H264"

sendonly_stats = sendonly.get_stats()

sendonly.disconnect()
Expand Down

0 comments on commit 947c6b3

Please sign in to comment.