Unable to fetch meeting details and join external meetings

,

Meeting SDK Type and Version
Android Meeting SDK, v**7.0.2.38969 **

Description
I am integrating the Meeting SDK in my Android app. When trying to fetch meeting details for meetings that I scheduled (here I means the same account that created the meeting app in the marketplace) it fetches meeting details fine, but when the meeting is external (i.e. scheduled on another account and invited the developer account) it throws an error:

The endpoint used here is: get/meetings/{meetingId}

The response received is:

{
"code": 403,
"message": "Authenticated user has not permitted access to the targeted resource."
}

also, when trying to join this meeting using the meeting SDK I get this:

onMeetingStatusChanged meetingStatus: MEETING_STATUS_CONNECTING, errorCode: 0, internalErrorCode: 0

onMeetingStatusChanged meetingStatus: MEETING_STATUS_FAILED, errorCode: 63, internalErrorCode: 6601

onMeetingStatusChanged meetingStatus: MEETING_STATUS_DISCONNECTING, errorCode: 0, internalErrorCode: 0

onMeetingStatusChanged meetingStatus: MEETING_STATUS_ENDED, errorCode: 0, internalErrorCode: 0

onMeetingStatusChanged meetingStatus: MEETING_STATUS_IDLE, errorCode: 0, internalErrorCode: 0

both these work perfectly fine when the meetings are scheduled on the developer account but won’t work if the meetings are external.

@drake you need to publish your application if you want to do external meeting joins