Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions server/frameworks/rtvi/rtvi-processor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ async def on_client_ready(rtvi):
await task.queue_frames([...])
```

<Note>
The processor validates the client's RTVI protocol version during the handshake. If the client's major version doesn't match the server's protocol version, an error response is sent but the connection continues. Check server logs for version compatibility warnings.
</Note>

### Bot Ready State

The server must mark the bot as ready before it can process client messages:
Expand Down
Loading