Description
I am following the tutorial, your official site.
I think that tutorial followed by 4.x versioin sdk.
But I think following tutorial on sample project, which is included in SDK zip file, maybe similar at each version, 4.x and 5.x.
So I just insert the jwtoken which I can get from JWT App page from the app I created at zoom developer site.
In the tutorial, it requires below.
...
#define kSDKAppKey @""
#define kSDKAppSecret @""
#define kSDKDomain @"zoom.us"
...
But at sample project in 5.0 sdk, it shows with below.
#define KjwtToken @""
#define kSDKDomain @""
My first question is that,
it is not okay to insert the token from zoom JWT app page to AppDelegate.h?
and,
is any other additional code required to using 5.x SDK version, not shown at the tutorial?
… I think I have to use 4.6 version to follow the SDK tutorial.
Which version?
Knowing the version can help us to identify your issue faster.
5.0.244.33.0616
Smartphone (please complete the following information):
- Device: [e.g. iPhone6] iPhone SE and Simulators with
*-allversion SDK. - OS: [e.g. iOS8.1] iOS 12.5 at SE. and builds with from 8.1 to 12.1 target settings.
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
