ΛᄂΣX
ΛᄂΣX
The issue is still there. macOS 12.6, working with git lfs repo and got stuck on infinitely. Can't quit the app another way than Force quitting it.
Are you building arm64 or armv7?
@ToposStudio No problem here. Have you downloaded the most recent SDK ( in your Plugin folder )? `https://download.agora.io/sdk/release/Agora_Unreal_SDK_3.5.0.4_video_1101.zip`
@ToposStudio Where did you find `.1103`, please? In this repo, there is still a link to `.1101`. There are too many repos, one loses track really easily. Did `.1101` resolved...
Ok, I tried to replace `https://download.agora.io/sdk/release/Agora_Unreal_SDK_3.5.0.4_video_1103.zip` and it worked - however, I didn't notice an official announcement of that build.
@ToposStudio Great, according to my comparison, the only change was made in the `ThirdParty\Agora\Agora.Build.cs` by adding `PublicAdditionalFrameworks` in the iOS platform. But I'm glad it helps. Please can you take...
As stated in the log, you need to provide the DLL. Just copy the directory, where the `agora_rtc_sdk.dll` resides into the directory with your executable. ``` Project |-- AgoraPlugin\Source\ThirdParty\Agora\x64\Release\agora_rtc_sdk.dll |...
Yes, sorry, was not super specific, but you figured it out. Glad it works
Hi, I've had difficulties running the demo as well. I've one client build on my phone and running another app instance in the UE4 editor. On my mobile build, there...
Also, I can confirm, that this is the behavior after the user joins: ``` LogTemp: Warning: UVideoViewUserWidget::onUserJoined ======1493317571 LogTemp: Warning: AgoraController::SetupRemoteVideo uid: 1493317571 LogTemp: Warning: VideoFrameObserver::addUserInfo uid: 1493317571 ``` but...