Files
herolib/lib/clients/livekit/factory.v
2025-01-31 15:39:44 +03:00

8 lines
84 B
V

module livekit
pub fn new(client Client) Client {
return Client{
...client
}
}