@nativescript-community/ui-webview-rtc
Version:
9 lines • 334 B
JavaScript
import { AWebView } from '@nativescript-community/ui-webview';
import { Property, booleanConverter } from '@nativescript/core';
export const webRTCProperty = new Property({
name: 'webRTC',
defaultValue: false,
valueConverter: booleanConverter
});
webRTCProperty.register(AWebView);
//# sourceMappingURL=index.common.js.map