cancel
Showing results for 
Search instead for 
Did you mean: 
Effective January 9th, 2026 through January 22nd, 2026: The Zoom Community is currently in read-only mode with login disabled, to deliver you a new and improved community experience!

The site is still accessible to view, however, the ability to login, create content, or access your community account is temporarily unavailable. We appreciate your patience during this time. If seeking support, please browse existing community content or ask our Zoom Virtual Agent.

Zoom SDK Integration Issue for Unreal Engine

kesavaraja
Newcomer
Newcomer

Hello, I am integrating zoom SDK for Unreal Engine, Previous I was using Zoom SDK Version 5.17 for Unreal Engine 5.3.2. It was working. 

Once Zoom SDK Version 6.1.5, I was getting Meeting failed error with Iresult 10, Which mentioned there might be SDK version issue. 

I have updated it with zoom sdk to 6.1.5, it is causing Compilation issue for ZoomMeetingSDKBPLibrary file
For following function
FString UZoomMeetingSDKBPLibrary::GenerateJWTAuthToken(FString client_id,
FString client_secret)

with 

Error C2664 'FString ZOOMSDK::UE::ZM_AUTH_JWT_GEN(std::string &,std::string &)': cannot convert argument 1 from 'std::string' to 'std::string &' C:\Repositories\IAMVERSE_Phase1_Client\Plugins\ZoomMeetingSDK\Source\ZoomMeetingSDK\Private\ZoomMeetingSDKBPLibrary.cpp 

I have updated as per error list It is Showing me _ 

Error LNK2019 unresolved external symbol "class FString __cdecl ZOOMSDK::UE::ZM_AUTH_JWT_GEN(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?ZM_AUTH_JWT_GEN@UE@ZOOMSDK@@YA?AVFString@@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) referenced in function "public: static class FString __cdecl UZoomMeetingSDKBPLibrary::GenerateJWTAuthToken(class FString,class FString)" (?GenerateJWTAuthToken@UZoomMeetingSDKBPLibrary@@SA?AVFString@@V2@0@Z) 

Screenshot 2024-11-06 131147.png

Screenshot 2024-11-06 131027.png

Screenshot 2024-11-06 131058.png

   





0 REPLIES 0