daily: on_first_other_participant_joined now gets the participant
This commit is contained in:
@@ -50,7 +50,7 @@ async def main(room_url: str, token):
|
||||
pipeline = Pipeline([FrameLogger(), llm, FrameLogger(), tts])
|
||||
|
||||
@transport.event_handler("on_first_other_participant_joined")
|
||||
async def on_first_other_participant_joined(transport):
|
||||
async def on_first_other_participant_joined(transport, participant):
|
||||
await transport.say("Hi, I'm listening!", tts)
|
||||
|
||||
async def run_conversation():
|
||||
|
||||
Reference in New Issue
Block a user