SandboxTokenSource constructor
- required String sandboxId,
Initialize with a sandbox ID from LiveKit Cloud.
The sandboxId is obtained from your LiveKit Cloud project's sandbox settings.
Implementation
SandboxTokenSource({
required String sandboxId,
}) : super(id: sandboxId);