How to get/set Meeting Description in iOS SDK?

Description

Hey guys,

We are implementing iOS SDK in our project. We know there is an interface meeting MobileRTCMeetingItem class. We want to create a meeting in app. In this case, how to set/get “Meeting Description”(Agenda) ? We do not see any property related with meeting description in “MobileRTCMeetingItem” class.

How to get/set Meeting Description in iOS SDK ?

Thank you.

Hi erwolf,

Thanks for using Zoom SDK. We do not have the interface to get/set meeting agenda at this point. You can retrieve or update the agenda via Zoom API:https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate

Thanks!

Hi @carson.zoom

How can I get user’s “authorizationCode” who is logged using SDK ?
There is a sample code to call API using SDK.

We know how to get using “Authorization URL” as below:

But we need to simply these steps. Because user needs to log in twice in SDK and API(oauth2).
Is there any solution to simplify these steps?

Thank you.

Hi erwolf,

Thanks for the reply. Since SDK and API are 2 mutually exclusive products, and the SDK mainly focus on the meeting itself, thus for the authentication part, our SDK does not provide interfaces that do what the API is doing.

If you would like to have API and SDK work together, you could have a try with retrieving tokens(zoom token and zak) from API and then pass the tokens to SDK functions to start a meeting. Please check the following doc: https://marketplace.zoom.us/docs/sdk/native-sdks/preface/zak

Hope this helps.Thanks!

Thank you, We got it.

Hi erwolf,

Hope my reply meet your expect. Please let us know if any other questions.

Thanks!