Hey there! The LiveKit agents-playground comes with a handy built-in RPC testing interface that makes trying out RPC features super easy. Here’s a quick guide on how to use it:
•
Method Name Input: Just type in the RPC method name you want to call (like "my_method").
•
Payload Input: Pop in your payload data in JSON format (for example, {"my": "payload"}).
•
Execute RPC Call: Hit the "Perform RPC" button to run the call.
•
View Results: You’ll see success messages in green with the returned data, or red error messages if something goes wrong.
You can try it out right away on the hosted version at
<HOSTED_PLAYGROUND_URL>
, or if you prefer, clone the repo and run it yourself. If you have any questions or need a hand, just let me know—I’m here to help!
Sources:
README.md |
Agents Playground | LiveKit Docs