Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/4.4.0 #131

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Agora-Unreal-SDK-Blueprint-Example/Config/IOS/IOSEngine.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Audio]
AudioMixerModuleName=


[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
bEnableIdleTimer=False
6 changes: 6 additions & 0 deletions Agora-Unreal-SDK-CPP-Example/Config/IOS/IOSEngine.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Audio]
AudioMixerModuleName=


[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
bEnableIdleTimer=False
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Agora.io. All rights reserved.
// Copyright (c) 2024 Agora.io. All rights reserved.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ void FAgoraPluginModule::StartupModule()

void FAgoraPluginModule::ShutdownModule()
{
//untested, so comment out the code for now
//AgoraUERtcEngine::Release();
}

#undef LOCTEXT_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Agora.io. All rights reserved.
// Copyright (c) 2024 Agora.io. All rights reserved.

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Agora.io. All rights reserved.
// Copyright (c) 2024 Agora.io. All rights reserved.

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Agora.io. All rights reserved.
// Copyright (c) 2024 Agora.io. All rights reserved.

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright(c) 2024 Agora.io.All rights reserved.
// Copyright(c) 2024 Agora.io. All rights reserved.

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Agora.io. All rights reserved.
// Copyright (c) 2024 Agora.io. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down