The resolved bug comment for Livekit has been deleted. (#2015)

This comment has been deleted to avoid confusion because the mentioned issue has been resolved with livekit-client version 1.15.5.
This commit is contained in:
Murat Ersin
2024-01-02 16:53:53 +03:00
committed by GitHub
parent 0ab3e0e090
commit f25f5776a0

View File

@@ -107,8 +107,6 @@ export function useLiveKit(
...defaultLiveKitOptions.audioCaptureDefaults, ...defaultLiveKitOptions.audioCaptureDefaults,
deviceId: initialDevices.current.audioInput.selectedId, deviceId: initialDevices.current.audioInput.selectedId,
}, },
// XXX Setting the audio output here doesn't seem to do anything… a bug in
// LiveKit?
audioOutput: { audioOutput: {
deviceId: initialDevices.current.audioOutput.selectedId, deviceId: initialDevices.current.audioOutput.selectedId,
}, },