CapSoftware / Cap

Open source Loom alternative. Effortless, instant screen sharing.
https://cap.so
GNU Affero General Public License v3.0
3.63k stars 169 forks source link

fix: `navigator.mediaDevices` returning `undefined` on macOS #7

Closed mooyg closed 9 months ago

mooyg commented 9 months ago

Fixes the issue mentioned here through PLIST files to get the permissions for the media devices. Another fix for encoder being registered twiced.

This might still not work on LINUX as the tauri linux webview doesn't support it.

vercel[bot] commented 9 months ago

@mooyg is attempting to deploy a commit to the Reflio Team on Vercel.

A member of the Team first needs to authorize it.

richiemcilroy commented 9 months ago

Thanks for this @mooyg - merged!