This commit is contained in:
2025-11-30 08:59:38 +01:00
parent 0963910572
commit 5b2069c560
32 changed files with 60 additions and 59 deletions

View File

@@ -17,7 +17,7 @@ pub mut:
apikey string
apisecret string @[secret]
configpath string
nr int = 0 // each specific instance onto this server needs to have a unique nr
nr int // each specific instance onto this server needs to have a unique nr
}
fn obj_init(obj_ LivekitServer) !LivekitServer {