Skip to content

Update RealTimeText documentation in TeamsMeetingPolicy and TeamsCallingPolicy #12554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion teams/teams-ps/teams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,10 @@ Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Allows users to use real time text during a call, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
Expand All @@ -681,6 +684,7 @@ Possible Values:
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

Required: False
Position: Named
Expand Down
4 changes: 4 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,9 @@ Accept wildcard characters: False
```

### -RealTimeText
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
Expand All @@ -1900,6 +1903,7 @@ Possible Values:
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

Required: False
Position: Named
Expand Down
6 changes: 5 additions & 1 deletion teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,10 @@ Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Allows users to use real time text during a call, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
Expand All @@ -685,6 +688,7 @@ Possible Values:
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

Required: False
Position: Named
Expand Down
4 changes: 4 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,9 @@ Accept wildcard characters: False
```

### -RealTimeText
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
Expand All @@ -1970,6 +1973,7 @@ Possible Values:
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

Required: False
Position: Named
Expand Down