Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-11-05 11:46 PM - edited 2024-11-05 11:47 PM
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)