For C++ Users
If you are using the functionality provided in this plugin in C++, then make sure you add this plugin as a dependency in your projects *.Build.cs file.
PrivateDependencyModuleNames.AddRange(new string[] { "CoreUObject",
"Engine",
"AgoraGlobalEvents"
});Last updated
Was this helpful?