Skip to content

Commit

Permalink
ログ間違ってた
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jun 18, 2023
1 parent 122179d commit deec81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/smallest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ def on_disconnect(error_code, error_message):


if __name__ == '__main__':
sora_sdk.enabled_webrtc_log(SoraLoggingSeverity.VERBOSE)
sora_sdk.enable_libwebrtc_log(SoraLoggingSeverity.VERBOSE)
sora = Sora()
conn = sora.create_connection(
signaling_url=os.getenv('SIGNALING_URL'),
channel_id=os.getenv('CHANNEL_ID'),
role='recvonly'
)

# これ async_connect() みたいな名前の方が嬉しい気もする
# XXX(v): これ async_connect() みたいな名前の方が嬉しい気もする
conn.connect()

conn.disconnect()

0 comments on commit deec81e

Please sign in to comment.