Skip to main content

Unable to Open Whiteboard on Microsoft Teams Rooms on Android - FIXED

Unable to Open Whiteboard on Microsoft Teams Rooms on Android - FIXED

 Hey there!! While working in a homologation with one ITSP from Mexico, and one issue popped up. They couldn't open the whiteboard when being outside a meeting, kinda weird, right? So, let's talk about it.

First of all, It looks like it's a known issue as shown below:

Unable to open a whiteboard on Teams rooms

Source: Microsoft Learn

After selecting the whiteboard, "opening Microsoft Whiteboard" message will be shown and your teams room get stuck on it, so in order to get it fixed, please go to admin.microsoft.com and sign in with your admin account.

Type in "Whiteboard" in the search bar and select the only option available.

Unable to open a whiteboard on Teams rooms 

Make sure "turn on Whiteboard for everyone in your org" is checked.

Unable to open a whiteboard on Teams rooms

Now, time to jump into PowerShell!! Connect to Sharepoint Online Service by running the following command:

Connect-SPOService

You will be asked for your URL, so just type it in.

Unable to open a whiteboard on Teams rooms 

Alternatively, you can run the following command.

Connect-SPOService -Url YourSharepointURL

Make sure the SharePoint Online module is updated by running the following command:

Update-Module -Name Microsoft.Online.SharePoint.PowerShell

Enable fluid by running the following command:

Set-SPOTenant -IsWBFluidEnabled $true

Last but not least, run the following command:

Set-SPOTenant -AllowAnonymousMeetingParticipantsToAccessWhiteboards On

Unable to open a whiteboard on Teams rooms

Ensure the new settings have changed by running the following command:

Get-SPOTenant | Select AllowAnonymousMeetingParticipantsToAccessWhiteboards

Unable to open a whiteboard on Teams rooms

I'd like to say you may only need to wait for 60 mins to try whiteboard out again, however, it took one day to really work fine haha so be aware it may take their time, and sure It will work after following this guide.

That's all for today! Thanks for reading. If you have any questions, feel free to reach out. Remember to subscribe to this blog, my YT channel, and follow me on my social media.

Connect with me

If you like my blog, and it's helped you, let me know with a coffee 😃😄

Comments

Popular posts from this blog

How to Upgrade and Downgrade a Studio X or G7500 using Custom Server, Web UI or Poly Lens

There are several options to update and downgrade your Poly systems, today I'm going to show you how these 3 options (Custom Server, Web User Interface, Poly Lens Cloud) can be done.

Couldn't Connect to Workplace Join. Try again, or contact your admin

I was writing a new blog post about Microsoft Teams Panels, and guess what, dear reader? One user came across a new issue!! And he told me about it, so, let's talk about how to fix "Couldn't Connect to Workplace Join. Try again, or contact your admin".

How to Set up Poly Studio X Series | Configuring Studio X Series for the First Time

In this blog post, I'll be showing you how to configure your new Studio X30, X50 or X70.

Device Administrator Enrollment Requiered for Teams Android Authentication | Teams Android-based Systems Cannot Login

Hello, Everyone!! 👀 This will be a short blog post, but I just wanna make you aware of this new requirement. The rules have changed for MTRoA deployments, now we must turn on Device Admin Enrollment in Intune. In case you don't know where we can turn it on, or you haven't used Intune (Endpoint Manager), don't worry, this blog post will help you get by.

Skypesettings.xml | XML Files for Microsoft Teams Rooms

Hey there!! Recently, I've been delivering tech training, and out of curiosity, I asked attendees about XML files, and many of them didn't know how to use and make them for their MTRoW, but guess what? Most of the people didn't know anything about them. Therefore, I'd like to share different options to be applied to your systems and help you get by on your journey.