Patrick Neumüller
Patrick Neumüller
@astaikos316 Have you made any progress? Because I have the same problem and want to combine WebRTC with AR Foundation.
@astaikos316 I tried to convert it to an ARGB frame, but I can't get it to work. Another approach to my problem is the implementation of a WebView in which...
Whether it's a name conflict, I don't know for sure - that was just a guess. However, since all components run individually, this was my first suspicion. WebRTC in a...
  
In case it helps with reproduction - here are my findings so far: - iOS does not allow frameworks that call other frameworks, as is the case with Unity WebRTC...
At the moment we do not own an arm64 macOS. We think that this will cause errors in the script. At least that's what the script says. Next week we...
Small update: With the rebuilt and renamed WebRTC library, it now runs workaorund moderately.
I changed the output files in build_plugin_ios.sh to webrtcUnity.framework. Then executed each build process individually. Before building the archieve in Xcode I also changed the generated cmake files. In one...
Small addendum: Furthermore, we currently connect via JSSip in our WebApp. Unfortunately I don't see a way to work with sockets in the registration - like: https://jssip.net/documentation/3.2.x/api/ua_configuration_parameters/#parameter_sockets
Hello Aaron Clauson, Ok, after I unfortunately couldn't manage to establish a connection in different ways, I'll get back to you. The last example you gave: SIPWebSocketChannel as well as...