Microsoft Teams isn’t adding this terrible feature just yet

Video call users around the world may have breathed a big sigh of relief after the launch of filters for Microsoft Teams has been delayed.

The company had been working on a new feature for its online collaboration platform that would have allowed users to customize their appearance before joining a video conferencing call.

The tool was set for launch sometime in 2021, but its Microsoft 365 roadmap entry, simply entitled “Microsoft Teams: Video filters” now shows a release date of March 2022.

Lights, camera, filters

The roadmap entry explains that Teams users will soon gain access to a number of different video filters, which will give them the ability to dial up and down certain aspects of their feed.

“Before joining a meeting, you can use filters to subtly adjust lighting levels and smooth out facial features to customize your appearance,” wrote Microsoft.

The company first announced its intention to introduce Microsoft Teams video filters in summer last year, before then targeting an August 2021 release window until today's update.

It added that the feature could prove useful to a range of users, especially those working out of a dimly lit home office or using a poor-quality webcam.

Filters are also already present in competing offerings such as Google Meet, which recently revealed a new settings panel to help both you and your workspace look the best you can when joining video calls.

With Google Meet's new settings panel, users will be able to quickly access effects such as background blur, background images and styles before and during a video call.

TechRadar – All the latest technology news

Read More

MacBook Pro notch complainers: Don’t hate it, decorate it, with this app

Apple’s new MacBook Pro models arrived with gorgeous Mini-LED screens, but the displays also carried something that proved more controversial – the notch, of course – but haters of that feature might find this new app lightens their mood around the iPhone-style notch. Briefly. Maybe.

The free ‘Notchmeister’ app, spotted by MacRumors, is essentially a fun and gimmicky piece of software which “spruces up your notch” with a choice of different effects.

That small selection includes a festive option, whereby when the mouse is moved under the notch, sparkly holiday lights drop down to fill your heart with cheer (or at least elicit a smile – hopefully).

Other effects comprise of a Cylon setting with a red ‘scanning’ light that sweeps across from side to side, but sticks to the cursor if it’s moved up to the notch, and a nifty looking ‘plasma leak’ which represents the mouse “breaking down the magnetic containment field that keeps the M1’s power in check.”


Analysis: Even no-notch MacBooks aren’t left out of the festive fun

This is an amusing and nicely tongue-in-cheek application made by The Iconfactory, and as pointed out by the readers of MacRumors, even those who have a MacBook without a notch can use the software.

How? With the Notch Simulation Mode which puts a mock notch (a black block) at the top of the screen, which you can dangle your virtual festive lights from. This is a ‘genuine replacement notch’ as the app calls it, though it doesn’t interact with the mouse the same as with a new MacBook Pro.

Back in the real world, as to the notch debate, while there are still those who dislike it (or even detest it), we’ve observed something of a softening of mood around it. More folks seem to be talking about how the notch might take a bit of initial acclimatization, but it becomes not really noticeable or an issue after you’ve had a little time with your new MacBook Pro.

TechRadar – All the latest technology news

Read More

This Microsoft Teams update will help enforce social distancing rules

Keeping control of your Microsoft Teams meetings could soon get a lot easier thanks to a new update aimed at limiting participant numbers.

The video conferencing service has announced new meeting room capacity notifications for Microsoft Teams Rooms on Android, hopefully helping prevent virtual overcrowding.

The feature could also help in-office staff decide whether to move an in-person meeting online as concerns over Covid continue to rise.

Overcrowded

According to its entry on the Microsoft 365 roadmap, users will now see a notification on the front of room display alerting in-room meeting participants if the room is over-capacity.

This decision is based on the capacity defined in a room account, which for Android users of Microsoft Teams can be limited in order to cope with computing power and battery life.

Microsoft notes that only cameras that support people counting will support this feature.

When a panel is deployed outside a Teams Room that supports this feature, an alert will also be visible on the Teams panel, notifying people outside the room that it has reached capacity.

Microsoft introduced people counting to Teams in 2020 as more and more users flocked to the platform after being told to work from home. Currently, up to 1,000 people can chat and call in to a Microsoft Teams meeting, although this number rises to up to 20,000 for view-only and listen-only calls, such as presentations or webinars.

The new meeting room capacity notifications are set to roll out in February 2022, with all Microsoft Teams on Android users around the world able to experience it.

Users will need to ensure their devices are running some of the latest Android builds, after Microsoft recently revealed it will soon revoke support for versions of Teams running on older versions of the software. Support will be pulled for Teams on Android 5 on March 1, 2022, while Android 6 and 7 will retain support until July 1 and September 1, respectively.

TechRadar – All the latest technology news

Read More

Your Microsoft Teams calls are finally getting this essential security boost

Protecting your Microsoft Teams calls and messages will soon be easier than ever thanks to a new update coming to the service.

After months of planning, Microsoft has revealed that end-to-end encryption (E2EE) is finally set to launch for its video conferencing software soon.

This should make it harder for outside forces such as hackers or fraudsters to gain access to Microsoft Teams and the chats within, hopefully keeping private or valuable information being discussed safe.

Teams security

According to an entry in the Microsoft 365 roadmap, full E2EE will be coming to Teams calling by March 2022.

“End-to-end encryption is the encryption of information at its origin and decryption at its intended destination without the ability for intermediate nodes to decrypt,” the company noted. 

“End-to-end encryption would be an optional mode of real-time media collaboration where one-to-one Teams calls between two parties would be end-to-end encrypted.”

The update is classified as general availability, meaning it should be on offer to all Microsoft Teams users across desktop and mobile – including both Android and iOS.

Microsoft revealed back in October 2021 that it was trialling E2EE in Teams as it looks to boost security for its video call platform.

Rival Zoom was forced to up its security protections after several high-profile “Zoom-bombing” incidents saw outside parties able to gatecrash what should have been private calls.

The update will mean that Teams users will soon see an encryption indicator in the upper left corner of the software which shows that their calls are encrypted. Microsoft Teams will also display a security code for the call which both parties can verify on their respective ends.

However it seems that some Microsoft Teams features, recording, live caption and transcription, Call park, Call Merge, Call Companion, Call transfer and the ability to add a participant to make a one-to-one call a group call won't be available when E2EE is enabled.

TechRadar – All the latest technology news

Read More

This Microsoft Edge update will help you spot why your browser is running so slowly

Spotting potential browser slowdowns in Microsoft Edge could soon be a lot easier thanks to a new tool that will allow users to debug memory leaks.

Memory leaks occur when an application's JavaScript code retains more and more objects in memory that it no longer needs instead of releasing them for garbage collect (GC).

For apps that run for a long time without being closed, small memory leaks of only a few kilobytes can add up to noticeably degrade performance over time according to a new blog post from Microsoft.

Detached

React, the open source JavaScript library for building front end user interfaces, maintains a virtualized copy of the DOM (Document Object Model). However, failing to properly unmount components can lead to an application leaking large parts of the virtual DOM.

For this reason, the Microsoft Edge team worked together with Microsoft Teams to build the browser's new Detached Elements tool that allows users to investigate and resolve DOM memory leaks.

Although there are valid reasons for detaching elements, DOM memory leaks occur when an application keeps references to more and more detached elements without actually reusing them later. As the code used in applications grows in size and complexity, it becomes easier to make mistakes and forget to clean things up which could unknowingly lead to keeping DOM elements in memory. 

This is particularly a problem for long running applications. For instance, if an email client detaches DOM elements every time an email is opened and closed and a user keeps the app running for a whole week, it could amount to really high memory usage and slow down a user's business laptop or workstation over time.

While Microsoft's new Detached Elements tool has been available in Edge Canary since version 93, it will roll out to the stable channel of Microsoft Edge when version 97 of the browser launches this month.

To access this new tool early though, you'll first need to open DevTools in Edge by pressing F12 and click on the gear icon to open the DevTools Settings. From here, navigate to Experiments on the left side of the Settings pane, type in Detached Elements and click on the tool to enable it.

TechRadar – All the latest technology news

Read More

Google Docs is finally solving this major editing pain

Google is currently working on a new update for its office software that will make customizing tables in Google Docs more intuitive and easier to do.

While Google Workspace includes its own spreadsheet software in Sheets, many people prefer to use Docs to add inline tables to their documents.

According to a new post in the Google Workspace blog, the search giant is adding several new ways to customize tables in Google Docs to give users more ways to present information to their readers. 

This new update is rolling out now and will be available to all Google Workspace customers as well as G Suite Basic and Business customers and even those with personal Google Accounts.

Customizing and editing tables in Docs

First off, Google is adding a new sidebar to Docs to make it easier for users to manage a table's rows, columns, alignment and other properties. Just like when editing an image in Docs, all of these edits are “reflected in your document in real time”.

At the same time, the company is adding a new, intuitive button for creating new rows or columns in a table that will appear as an overlay as you hover over a table in Docs.

When it comes to pages, Google Docs users can now pin a table header row to repeat on each page to make it easier to see column headers for long tables while navigating a document as well as designate that a row should not be split across pages.

Finally, Google is making it possible to sort the rows of a table in either an ascending or descending order. However, any pinned table headers will still remain at the top of your tables.

Now that Google is making it easier to use tables in Docs, we'll likely see more users incorporating them into their documents to present information as opposed to linking to a separate spreadsheet in Sheets.

We've also rounded up the best free office software and best online collaboration tools

Via 9To5Google

TechRadar – All the latest technology news

Read More

This Gmail update just made it harder than ever to avoid video calls

Avoiding video conferencing meetings could soon be trickier than ever now that Google has made it much simpler to join a video or audio call via Gmail.

The company has announced that users can now start or join meetings and audio calls from 1:1 chats in Google Chat in Gmail on Android and iOS.

“As some teams begin to return to office, while others remain distributed, we hope this makes it easier to connect with your colleagues in the hybrid work world,” Google wrote in a blog post announcing the new addition. “This feature will allow you to seamlessly switch between chat to a video or audio call when needed, helping you collaborate and move your work forward.”

Google Chat calls

Going forward, Gmail users will now see a phone and video icon in the top right corner of a 1:1 Google chat window that, when clicked, will start a direct call with the contact.

In order to join a call, you just need to select the phone or video chip within the 1:1 chat window, and while on a call, you’ll see a banner of the person you’re on a call with, the call duration and a Meet icon in the chat roster.

Missed calls will be indicated with a red phone or video icon within the conversation and the chat roster.

Google Workspace video call

(Image credit: Google)

The feature is hosted as part of Gmail, so if you select to join a call from the Google chat app, you'll be redirected to the Gmail app. If you don't have the Gmail app installed on your device, you’ll be prompted to download it via Google Play store or the App Store

The feature, which will be rolled out to all Google Workspace customers, as well as G Suite Basic and Business customers by default, is currently only available for 1:1 meetings so far. This means there's no group calls for the moment, but given the ongoing popularity of video calls, this can't be too far away.

TechRadar – All the latest technology news

Read More

Microsoft 365 is seriously late to the party with this important hybrid working feature

Avoiding embarrassing meeting snafus could soon be a lot easier thanks to a long-awaited new update from Microsoft 365.

The software suite has revealed that users will finally be able to specify where and how they will be attending meetings using its Outlook email service.

Going forward, Outlook users will now be able to specify whether they will attend a meeting in-person or online.

Outlook RSVP

Microsoft says this feature will be useful not just for the workers, but also for those planning meetings, who can best prepare by booking a room with video conferencing resources or bringing an external speaker.

The update was first revealed back in September 2021 as part of a larger hybrid working push by Microsoft, but the company has now said the tool is finally set to begin rolling out soon. It is marked as general availability, meaning all Outlook and Exchange users should be able to access it upon release.

The update comes a number of weeks after Google announced an identical feature for Gmail, as Google Calendar users are now able to specify whether they will be attending a meeting either virtually or in-person in their email RSVP.

The function had initially been added to Google Calendar back in July 2021 during the initial hybrid working peak, with Google noting this would, “help meeting attendees know what to expect when joining a meeting, and prepare accordingly.”

Ironically given today's news, Google's RSVP options are not shared with contacts on other platforms, such as Microsoft Outlook.

Google Calendar also recently launched a “Focus time” feature that allows users to block out periods of time where they can avoid meetings and get their heads down for actual work.

Setting such a marker in your Google Calendar will also allow users to automatically decline meetings, meaning no last-minute rush to finish off work.

TechRadar – All the latest technology news

Read More

Microsoft Edge resurrects this classic Windows game when your internet dies

Microsoft Edge’s mini-game which can be played as a diversion when the browser can’t get online has been given a snowy twist for winter, with the traditional ‘surf game’ being changed into a skiing challenge that’s a blast of nostalgia (we’ll come back to its origins later).

If you aren’t familiar with the surf game, it’s basically Edge’s equivalent of the dinosaur game in Chrome – a mini-game for the browser which you can play when your internet is offline (or when you’re bored at any time, for that matter).

Normally, the Edge game allows you to use the keyboard (or mouse, touchscreen, or controller) to guide a surfer down the screen, avoiding obstacles, hitting jumps, and sometimes being pursued by a deadly monster – the kraken.

In the new skiing version for Edge 96, spotted by German tech site Deskmodder, the ocean is replaced by a snowy slope, and the kraken becomes a yeti (aka the abominable snowman).

See more

Otherwise, it remains essentially the same, offering a few different modes of play (endless, time trial, and zigzag which is a slalom) and being more fleshed out than Chrome Dino (which is a pure side-scroller with the only control being space to jump).

If you want to play, simply open Edge and type in the following in the address bar:

edge://surf

Analysis: SkiFree returns after 30 years

The surf game for Edge came out in May 2020 (with build 83) and is based on Microsoft’s aged classic SkiFree game that was released way back in 1991. So in actual fact, this new winter-inspired version is a return to the original format of a skiing game.

It’s a fun distraction, for sure, and a more interesting game than Chrome Dino – plus also it’s less prone to giving us slight motion sickness, which the dinosaur game seems to do when it starts to speed up with ridiculously fast scrolling.

Those keen to find more of these kinds of efforts to play should check out our roundup of the best free browser games.

Via MS Power User

TechRadar – All the latest technology news

Read More

This new Microsoft Teams update will make things easier for guests

Microsoft is working on a new update for Microsoft Teams designed to improve the guest user experience in its increasingly popular online collaboration tool.

For those unfamiliar, guest access allows businesses to provides access to teams, documents in channels, resources, chats and applications to those outside of their organization while still maintaining control over their corporate data.

Guests may include partners, vendors, suppliers or consultants and anyone with a business account like Azure Active Directory or an account for an email service like Microsoft Outlook or Gmail can participate as a guest in Teams.

Now tough, Microsoft will give guests even more control over their experience in Teams by allowing them to decline invitations, initiate leaving an organization and manage the guest tenant list.

Be our guest

In a new post on the Microsoft 365 roadmap, the software giant has revealed that guests will now be able to do even more in Teams.

For instance, guest users will now be able to decline a pending guest invitation within the Teams app and when they click “Decline”, the Teams Tenant List will not show the tenant with the pending invitation in the Account Management tab. Guest users can now also initiate leaving an org and when they click on “Leave Org” they will be guided on how to leave a tenant from both Teams and the company's Azure Portal.

Finally, guest users can now manage the guest tenant list in Teams by choosing to hide or show guest tenants in the menu of Microsoft's video conferencing software.

Being able to collaborate with others from outside one's organization is one of the best features in Teams and through this new update, which is expected to roll out in December, guests will have more control over their experience when doing so.

We've also highlighted the best online collaboration tools and best video conferencing software

Via MSPoweruser

TechRadar – All the latest technology news

Read More