You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run vocode sdk in Brave and it's not working all I am getting is unsupported browser. the weird part is that the same SDK is running on vocode-demo. after digging into the hook itself I found something very weird on the same browser It's giving different results
My own prototype Here !react_device_detect_1.isSafari && !react_device_detect_1.isChrome is returning true but on vocode-demo it's returning false (expected)
More info:
Brave version: Version 1.60.118 Chromium: 119.0.6045.163 (Official Build)
vocode : ^1.0.36
The text was updated successfully, but these errors were encountered:
I tried to run vocode sdk in Brave and it's not working all I am getting is
unsupported browser
. the weird part is that the same SDK is running onvocode-demo
. after digging into the hook itself I found something very weird on the same browser It's giving different resultsMy own prototype Here
!react_device_detect_1.isSafari && !react_device_detect_1.isChrome
is returningtrue
but onvocode-demo
it's returning false (expected)More info:
Brave version: Version 1.60.118 Chromium: 119.0.6045.163 (Official Build)
vocode : ^1.0.36
The text was updated successfully, but these errors were encountered: