Skip to content

Commit 049f3d6

Browse files
committed
Nest
1 parent 38b36c4 commit 049f3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VoiceAgent/VoiceAgentApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct VoiceAgentApp: App {
1616

1717
@StateObject private var session = Session(
1818
tokenSource: SandboxTokenSource(id: Self.sandboxId),
19-
options: Session.Options(room: Room(roomOptions: RoomOptions(defaultScreenShareCaptureOptions: ScreenShareCaptureOptions(useBroadcastExtension: true))))
19+
options: SessionOptions(room: Room(roomOptions: RoomOptions(defaultScreenShareCaptureOptions: ScreenShareCaptureOptions(useBroadcastExtension: true))))
2020
)
2121

2222
var body: some Scene {

0 commit comments

Comments
 (0)