Hi,
I want to get my_user_ID after join meeting. I see there is a getMyUserID() function (InMeetingService (Zoom.us SDK API Document)) may I know how do we call that function? Is there any callback for meetingService.joinMeetingWithParams(mContext, params, options); so that I can call getMyUserID() after join successfully?
Thanks,