Jiao

Results 9 comments of Jiao

看源码是获取了当前应用的window 生成手势,估计无法跨应用

> same for me, is it working on previous version? YES,0.9.46 works fine。

> I'm experiencing the same issue, the mentioned workaround to comment out `[self ensureAudioSession];` allows the mic to initialise reliably now. ![image](https://user-images.githubusercontent.com/1954344/215250550-a1f00a1a-fe33-47eb-b9e2-fa4e69c79f8f.png) > > Hopefully there's a more permanent fix...

> Ok thanks for the information, I'll take a look. any updates here?

can you susscess build the xframework? the generated framework file doesn't contain some header files [RTCAudioDeviceModule.h、RTCYUVHelper.h xxxxxxxx] > I find build script [webrtc-build](https://github.com/webrtc-sdk/webrtc-build)

@hiroshihorie @davidzhao @nikohpng The webrtc_build script generated macOS framework is not functioning, but the iOS framework is working fine. latest branch (https://github.com/webrtc-sdk/webrtc) generated macOS framework displays the following error: ![5601700206806_...

对于 Windows 或者 Mac 桌面端应用,可以使用 WebRTC 的 Native API 来实现获取桌面音频的功能。 安装 WebRTC Native API 库。 在 Windows 或者 Mac 上,可以使用 C++ 或者 Objective-C 语言编写 Native API 应用程序,然后调用 WebRTC 的 Native...