Hi,
I am having issues with creating an instance of RTCPeerConnection in HTML Canvas:
const servers = {
//server details
};
const pc = new RTCPeerConnection(servers);
Following error message is output as a consequence:
Uncaught (in promise) Error: Cannot read properties of null (reading ‘endsWith’)
at wrappedSendMessageCallback
Is there a way to resolve this issue?