Closed zhanghx0905 closed 1 day ago
You can turn it off by allow_interruptions=False
You can turn it off by
allow_interruptions=False
I wonder can Room Participants choose for themselves whether or not to enable allow_interruptions? For example users of https://github.com/livekit/agents-playground
this is enabled on the agent-side. To control it from clients, you can use participant attributes to signal your agent how it should behave
this is enabled on the agent-side. To control it from clients, you can use participant attributes to signal your agent how it should behave
How can I get canUpdateOwnMetadata
permission?
Interrupting conversations is a useful feature. But sometimes the user is in a noisy environment and background sounds can be misrecognized as interruptions. It should be someway to leave user to decide whether to enable interruptions or not.