We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9653e commit 0e15806Copy full SHA for 0e15806
examples/face_detection.py
@@ -101,6 +101,7 @@ async def run(args):
101
# server will receive the offer and attempt to fulfill it
102
await stream.start()
103
await stream.wait_for_connection()
104
+ # all the tracks and channel are ready to be used at this point
105
106
assert stream.has_incoming_video_track("driver") and stream.has_messaging_channel()
107
0 commit comments