Skip to content

Commit df57f3c

Browse files
committed
Filter
1 parent b89ab16 commit df57f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LiveKit/Auth/Sandbox.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ public struct Sandbox: TokenEndpoint {
3030

3131
/// Initialize with a sandbox ID from LiveKit Cloud.
3232
public init(id: String) {
33-
self.id = id.trimmingCharacters(in: CharacterSet(charactersIn: "\""))
33+
self.id = id.trimmingCharacters(in: .alphanumerics.inverted)
3434
}
3535
}

0 commit comments

Comments
 (0)