Palash
Palash
Done @notpritam
@SoldierCorp The API to add a device currently looks like this ```ts navigator.mediaDevices.addEmulatedDevice('videoinput') addEmulatedDevice( kind: MediaDeviceKind, capabilities?: EmulatedAudioDeviceCapabilities | EmulatedVideoDeviceCapabilities, ) ``` Ideally we can modify the second parameter to...
>How about the changes for the UI like, where do you need the button to add that custom file, what the user should see after adding that custom file? The...
Done @LemonDrop847