Hi Sander,
Thanks for the answer,
i have got some progress by adding the adapter to the import "adapter_no_global" to the main.ts file as an import,
i now get
Attempting to configure 'ontrack' with descriptor {} on object [object RTCPeerConnection] and got error, giving up: TypeError: Cannot redifine property: ontrack
I assume this is an ontrack problem? and not an adapter problem!
i am still unable to import the adapter into my ts component as it throws a js warning
my project is angular 5-cli typescript project
import * as adapter from 'node_modules/webrtc-adapter/out/adapter_no_global.js"
i want to use
console.log(adapter.browserDetails.browser);
console.log(adapter.browserDetails.version);
in my ts component
what syntax can i use to import
adapter handle?
ps thanks in advance