Vitor Hugo
Vitor Hugo
I want to implement token authentication in my application. The best practice for this would be to enter a `return` inside the hook of` Event.BEFORE_ENDPOINT`? I mean something like this:...
When registering a handler for any event `("*")` they are only called when I don't have any handler associated with that event type. I believe this is due to the...
There are cases when there is a need for an API that returns a specific XML format. [FreeSwitch integrations via XML-CURL](https://freeswitch.org/confluence/display/FREESWITCH/mod_xml_curl) for example. For such purposes, it would be interesting...
I would like to be able to handle the `linger` command similar to the way we handle the myevents command.
It would be interesting for the release pipeline to generate the project build and add it as an asset to the created release.
Most web frameworks have a test client to simplify the work of developers. The idea here is to create one for Genesis :)
Now in livekit we can configure it like this: ``` values: livekit: port: 7880 prometheus: port: 6789 ``` But this doesn't create our service monitor anymore. Can we support this...
#### **Context** Currently, the LiveKit Agent SDK does not expose a native metrics endpoint in Prometheus format, requiring users to implement this functionality manually. This adds unnecessary complexity for those...