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