We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89ab16 commit df57f3cCopy full SHA for df57f3c
Sources/LiveKit/Auth/Sandbox.swift
@@ -30,6 +30,6 @@ public struct Sandbox: TokenEndpoint {
30
31
/// Initialize with a sandbox ID from LiveKit Cloud.
32
public init(id: String) {
33
- self.id = id.trimmingCharacters(in: CharacterSet(charactersIn: "\""))
+ self.id = id.trimmingCharacters(in: .alphanumerics.inverted)
34
}
35
0 commit comments