Description
Hi Sir,
JWT token generated successfully using android SDK key and secret
and then using this token creating meeting.
Platform: Android Studio
Language :java
i am passing this token as a Header parameter in api like,
To make a request to the Create a Meeting API endpoint with the Android SDK you have to actually create a JWT app and use that App Key & App Secret to generate a token. Then use that token to make a CREATE request
Hi @gianni.zoom,
Thank you for your reply,
i am using zoom meeting SDK app for android
As you suggested,i am created JWT app and generated token using API key and secret and this token used for CREATE Meeting but getting null response.
Please Reply ASAP
Hi @gianni.zoom,
as you suggested , i am used API key and secret for generating JWT Token
and used in create meeting api but getting null exception and
when i checked in postman getting 400 bad request
Please Please Reply
Hi @gianni.zoom ,
Meeting created successfully thank you for your reply,
but now getting new problem ,in create meeting response- start time not showing correct time.
in my zoom profile account showing GMT+5:30
start time using below format:
start_time(yyyy-MM-ddTHH:mm:ssZ)
or
start_time(yyyy-MM-ddTHH:mm:ss)
timezone(Asia/Calcutta)
To set a meeting’s start time in GMT, use the yyyy-MM-ddTHH:mm:ssz date-time format.
To set a meeting’s start time using a specific timezone, use the yyyy-MM-ddTHH:mm:ss date-time format and specify the timezone ID in the timezone field.
This information can also be found under the start_time property of the Creating Meeting API
Hello there @gianni.zoom,
I’m not setting current time in start_time
establishing any point in time following 2 or 3 hours from Current Time or following day
I’m setting time like : 2021-12-15T07:30:00Z
getting reaction like
Made At : 2021-12-15T11:45:48Z
Start time L 2021-12-15T11:45:48Z
Furthermore I’m utilizing Meeting SDK for Android Mobile
in that how to save Audio Recording in Local
@dajite7513 Does the following forum post describe your issue?
When it comes to the Android MEeting SDK my understanding is that only Cloud Recording is supported. If you post in our #mobile-meeting-sdk:android category a SME should be able to follow up with you.