C# Wrapper Meeting ID is empty in Webinar for Partcipants

Hello

I am trying to get meeting ID of a Webinar using below code. But the meeting ID always empty string when having webinar. The meeting ID properly fetched when having normal meetings.

case MeetingStatus.MEETING_STATUS_INMEETING:
{
var ms = CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap();
var info = ms.GetMeetingInfo();
// Here the info.GetMeetingID() is empty in Webinar
Trace.WriteLine($"meeting details {info.GetMeetingID()}, {info.GetMeetingNumber()}");
}

Note: The meeting ID fetched properly for Webinar Hosts. It is empty for participants only.

Which Windows Meeting SDK version?
5.14.0

Device (please complete the following information):

  • OS Windows 10

Please help me resolve this issue.

Regards
Ravi

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.