6 lines
79 B
V
6 lines
79 B
V
|
|
module livekit
|
|
|
|
pub fn new(client Client) Client {
|
|
return Client{...client}
|
|
} |