Skip to content

Commit

Permalink
Adds info about Teams preview rings (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdy committed Feb 14, 2024
1 parent 6e88d01 commit d177522
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions blog/2022-07-01-force-preview-in-teams-in-browser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,21 @@ The query string to use is `?ring=ring3_6`. We can bookmark the following link i
https://teams.microsoft.com/_?ring=ring3_6
```

## Preview ring
## Other rings

At the moment the only non-default ring I'm aware of is _ring3_6_.
Until February 2024 the only non-default ring I was aware of was _ring3_6_. However, Microsoft has published the rings list on the article about [Usage report of new Teams](https://learn.microsoft.com/en-us/microsoftteams/new-teams-usage-report).

The rings are:

* Production - Ring 4
* Public Preview - Ring 3.6
* TAP users - Ring 3
* Developer Preview - Ring 1.6
* TAP admin users Ring 1.5

From what I checked, enforcing rings you don't have access to is not working.

## Client behavior for other rings

When the application loads in full, the preview settings will look the same as when you activate the preview from the interface:

Expand Down

0 comments on commit d177522

Please sign in to comment.