File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import LiveKit
44public struct Credentials : Decodable {
55 let serverUrl : URL
66 let participantToken : String
7+ let participantName : String ?
8+ let roomName : String ?
79}
810
911public protocol CredentialsProvider : Sendable {
@@ -21,7 +23,7 @@ public extension Room {
2123}
2224
2325/// A service for fetching LiveKit authentication tokens.
24- /// See [docs](https://CredentialsProvider .livekit.io/home/get-started/authentication) for more information.
26+ /// See [docs](https://docs .livekit.io/home/get-started/authentication/ ) for more information.
2527public struct Sandbox : CredentialsProvider {
2628 private static let url : URL = . init( string: " https://cloud-api.livekit.io/api/sandbox/connection-details " ) !
2729
You can’t perform that action at this time.
0 commit comments