Description
When setting SetSharingToolbarVisibility to false the sharing toolbar still shows when sharing for the first time, but is hidden when sharing for the second time in the same meeting.
Which Windows Meeting SDK version?
5.11.11.8475
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Init SDK
- call IMeetingConfiguration::SetSharingToolbarVisibility(false);
- Start a meeting
- Start sharing a second camera
- Toolbar is still visible
Screenshots
First time sharing:
Second time sharing:
Troubleshooting Routes
I found no other posts about this specific issue. I tried it several times and the result was always the same. I tried calling SetSharingToolbarVisibility in several different places in my code with no change.
Device (please complete the following information):
- Device: HP ProBook 650 G5
- OS: Windows 10 Pro Version 21H2
Additional context
None

