Files
herolib/lib/clients/livekit/factory.v
2025-01-22 23:55:18 +00:00

6 lines
79 B
V

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