How to get Meeting number at mymeetingActivity? (Custom UI View)

Hi, this is Sungpah.

I am wondering how to get a meeting number at MymeetingActivity(Example2 of Android Zoom), which is used to customize the zoom UI.

Or if there is a way that I can pass the data through intent from MainAcitivity to MyMeetingActivity, that means I can print meeting number at MyMeetingActivity. ( We want to inform our users of which meeting room they are currently at.

Let us know how to access this problem!

Best

Sungpah

 

Hi sungpah,

We will add methods to get current meeting id&number in our next release sdk.  You will be able to get meeting number by using api in InMeetingService class.

Thanks.