Skip to content

Commit

Permalink
Merge pull request #131 from AgoraIO-Extensions/dev/4.4.0
Browse files Browse the repository at this point in the history
Dev/4.4.0
  • Loading branch information
WinterPu authored Aug 29, 2024
2 parents bc90e5e + 30556b0 commit 84bdc65
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 6 deletions.
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

0 comments on commit 84bdc65

Please sign in to comment.