Samual
(Samual)
1
Description
How to hide elements like Meeting Information and Share option from UI.
What parameters/flags should i set before Join meeting ?
I tried to set following before calling Join() function, but it didn’t make any change in UI.
ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingConfiguration().EnableInviteButtonOnMeetingUI(false);
ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingConfiguration().SetSharingToolbarVisibility(false);
ZOOM_SDK_DOTNET_WRAP.SDKError err = ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().Join(param);
Which Windows Client SDK version?
zoom-c-sharp-wrapper-5.5.12509.0330
To Reproduce(If applicable)
Steps to reproduce the behavior:
N/A
Screenshots
N/A
Device (please complete the following information):
N/A
Additional context
N/A
Hi @Samual, thanks for the post.
The share button can be hidden from the default UI by calling HideShareButtonOnMeetingUI. Similarly, the meeting info can be hidden through HideMeetingInfoOnMeetingUI.
Thanks!
Samual
(Samual)
3
Hi, thanks for reply.
I tried hard but can’t find those methods in C# wrapper. Sorry for my bad.
I tried to look in following, but can’t find those
CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetUIController()
CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingConfiguration()
CZoomSDKeDotNetWrap.Instance.GetSettingServiceWrap()
Can you please point out where exactly i can find that method in C# wrapper.
Samual
(Samual)
4
Now i got it, those interfaces are not implemented. I have implemented them as mentioned Here.
Thanks for your help.
Correct. Glad you were able to get that implemented!
Please don’t hesitate to reach back out with any additional questions. 