Skip to content

Commit 0e15806

Browse files
committed
Add comment about the connection
1 parent fc9653e commit 0e15806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/face_detection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ async def run(args):
101101
# server will receive the offer and attempt to fulfill it
102102
await stream.start()
103103
await stream.wait_for_connection()
104+
# all the tracks and channel are ready to be used at this point
104105

105106
assert stream.has_incoming_video_track("driver") and stream.has_messaging_channel()
106107

0 commit comments

Comments
 (0)