You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to discuss-webrtc
Hello, Does anyone built and run libwebrtc for ARM64 Windows? I need to use webrtc in an ARM64 device. I am able to build the libwebrtc library for ARM. but getting crash on LibWebRTC::CreateRTCPeerConnectionFactory()->Create(configuration_, media_constraints) . Saying: Access violation reading location 0x0000000000000058.
However, same code runs fine for x64. Thanks in Advance