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 38b36c4 commit 049f3d6Copy full SHA for 049f3d6
VoiceAgent/VoiceAgentApp.swift
@@ -16,7 +16,7 @@ struct VoiceAgentApp: App {
16
17
@StateObject private var session = Session(
18
tokenSource: SandboxTokenSource(id: Self.sandboxId),
19
- options: Session.Options(room: Room(roomOptions: RoomOptions(defaultScreenShareCaptureOptions: ScreenShareCaptureOptions(useBroadcastExtension: true))))
+ options: SessionOptions(room: Room(roomOptions: RoomOptions(defaultScreenShareCaptureOptions: ScreenShareCaptureOptions(useBroadcastExtension: true))))
20
)
21
22
var body: some Scene {
0 commit comments