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
Simple thing but important - there is no callback declaration in event RequestPermissionsEventData in TypeScript. Without calling this callback the WebRTC will not start, even the permissions will be granted.
This callback is implemented in the plugin, but there is no proper declaration available.
Which platform(s) does your issue occur on?
Problem description
Simple thing but important - there is no
callback
declaration in event RequestPermissionsEventData in TypeScript. Without calling this callback the WebRTC will not start, even the permissions will be granted.This callback is implemented in the plugin, but there is no proper declaration available.
Code
Instead of this:
Should be this:
as was on @nota/nativescript-webview-ext plugin (which this is based on).
Currently needs to use ts-ignore to compile TS with no declaration ie.
Please update this declaration on next version. Thanks.
The text was updated successfully, but these errors were encountered: