Skip to content

Commit

Permalink
Merge pull request #16058 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live 11/18/2024 supplemental
  • Loading branch information
garycentric authored Nov 18, 2024
2 parents 8fd56d8 + 2bfebae commit 05da097
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ To see a list of those countries/regions that have phone numbers automatically a
- You can set up to four languages for each audio conferencing phone number - one primary and three secondary. And you can also set languages on a dedicated audio conferencing phone number.

- To set the dial-in phone number for a user, see [Set the phone numbers included on invites](set-the-phone-numbers-included-on-invites.md).

[!INCLUDE [LinkedIn Learning Info](../../common/office/linkedin-learning-info.md)]

## Related topics

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ After you enable external communication for your entire business, you can turn i

> [!NOTE]
> You may have to wait for up to 24 hours for your changes to take effect.
[!INCLUDE [LinkedIn Learning Info](../../common/office/linkedin-learning-info.md)]
## Related topics

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ To configure these settings in bulk, use PowerShell. See [Set up your computer f

To configure these settings in bulk, use PowerShell. See [Set the phone numbers included on invites](../audio-conferencing-in-office-365/set-the-phone-numbers-included-on-invites.md) [Set up your computer for Windows PowerShell](../set-up-your-computer-for-windows-powershell/set-up-your-computer-for-windows-powershell.md).


[!INCLUDE [LinkedIn Learning Info](../../common/office/linkedin-learning-info.md)]


## Related topics

[Set up Skype for Business Online](set-up-skype-for-business-online.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,9 @@ Skype contacts who signed in with their Microsoft account (formerly Windows Live
|:-----|:-----|
| Video conversations <br/> Person-to-person instant messaging <br/> Presence <br/> | Multi-party IM conversations <br/> Audio and video conversations with three or more people <br/> Desktop and program sharing <br/> |

[!INCLUDE [LinkedIn Learning Info](../../common/office/linkedin-learning-info.md)]

## Related topics

[Allow users to contact external Skype for Business users](allow-users-to-contact-external-skype-for-business-users.md)

[Set up Skype for Business Online](set-up-skype-for-business-online.md)




Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ The quality of audio, video, and application sharing in Skype for Business is gr

[Make and receive a video call using Skype for Business](https://support.office.com/article/abf62493-670f-4b0d-b2cf-fe03b49caf42)

[!INCLUDE [LinkedIn Learning Info](../../common/office/linkedin-learning-info.md)]

## Related topics
<a name="bkmk_more"> </a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ If you want to use your existing Calling Plan, buy the **Phone System** add-on a

If you are using on-premises PSTN connectivity for hybrid users, you *only* assign **Phone System** licenses to your users. **DO NOT** also assign a Calling Plan.

[!INCLUDE [LinkedIn Learning Info](../../common/office/linkedin-learning-info.md)]

## Related topics

- [Set up Skype for Business Online](../set-up-skype-for-business-online/set-up-skype-for-business-online.md)
Expand Down
63 changes: 63 additions & 0 deletions Teams/devices/custom-names.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Add a custom name for Teams panels
author: mstonysmith
ms.author: tonysmit
manager: pamgreen
ms.reviewer: eviegrimshaw
ms.date: 11/18/2024
ms.topic: article
ms.service: msteams
ms.subservice: itpro-devices
audience: Admin
appliesto:
- Microsoft Teams
ms.collection:
- teams-rooms-devices
- Teams_ITAdmin_Devices
- Tier1
f1.keywords:
- NOCSH
search.appverid: MET150
ms.localizationpriority: medium
description: This article provides the information required when you want to add in a custom name for a Microsoft Teams panel.
---

# Add a custom name for Teams panels

## Heading 2

insert text

### Heading 3

insert text

#### Heading 4

**Bold text**

*italic text*

Numbered list:
1.
2.
3.
4.

Bulleted list:
-
-
-
-

> [!IMPORTANT]
> Important note.
> [!NOTE]
> Normal note.
## Related articles

- [Insert link text](/powershell/module/teams/new-csteamsipphonepolicy)
- [Plan for Teams panels](/microsoftteams/devices/teams-panels)
- [Certified Teams panels](teams-panels-certified-hardware.md)
29 changes: 23 additions & 6 deletions Teams/export-teams-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ Here are some examples on how you can use these export APIs:

To learn more about Teams Retention policy, see the [Manage retention policies for Microsoft Teams](/microsoftteams/retention-policies) for further details.

## What isn't supported by the Teams Export APIs?

- **Teams Copilot Interactions & Microsoft 365 Chat:** Export API doesn't support user to Copilot interaction messages and Microsoft 365 chat messages sent by the bot.

## How to access Teams Export APIs

- **Example 1** is a simple query to retrieve all the messages of a user or team without any filters:
Expand Down Expand Up @@ -100,7 +96,6 @@ Here are some examples on how you can use these export APIs:
GET https://graph.microsoft.com/v1.0/users/{id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})
```


> [!NOTE]
> The API returns response with next page link in case of multiple results. For getting next set of results, simply call GET on the url from @odata.nextlink. If @odata.nextlink isn't present or null then all messages are retrieved.
Expand Down Expand Up @@ -338,7 +333,6 @@ No model declaration enables access to APIs with limited usage per each requesti

For more information, see [Use Graph APIs to fetch transcript](/microsoftteams/platform/graph-api/meeting-transcripts/api-transcripts#get-calltranscript-content).


## Export API filters

Export API hosted on the Teams Graph Service gets all user messages from the Substrate user mailbox using `users/{userId}/chats/getAllMessages`. Export API retrieves both sent and received messages for a user which leads to export of duplicate messages when calling the API for all users in the chat thread.
Expand Down Expand Up @@ -396,3 +390,26 @@ $filter=from/application/applicationIdentityType eq '<appType>' or from/user/id
- the query returns messages sent by the system if `messageType eq 'systemEventMessage'` is present

These parameters can be combined between them using the OR operators as well as by combining with the `lastModifiedDateTime` `$filter` parameter.

## Microsoft 365 Copilot Interactions & Microsoft 365 Chat (Preview)

The new Copilot Activity Export API will allow you to export Copilot interactions data which includes the user prompt to Copilot and the Copilot response back to the user. This API will capture the user intent and Copilot accessed resources and the response back to the user across Microsoft 365 Copilot apps such as Teams, Word and Outlook.

## How to access Copilot Activity Export APIs (Preview)

- **Example 1** is a simple query to retrieve all the copilot interactions without any filters (beta):

```HTTP
GET https://graph.microsoft.com/beta/copilot/users/{id}/interactionHistory/getAllEnterpriseInteractions
```
- **Example 2** is a simple query to retrieve all the copilot interactions with appclass filters (beta):

```HTTP
GET https://graph.microsoft.com/beta/copilot/users/{id}/interactionHistory/getAllEnterpriseInteractions?$filter=appClass eq 'IPM.SkypeTeams.Message.Copilot.Teams or appClass eq 'IPM.SkypeTeams.Message.Copilot.BizChat' (beta)
```
## Prerequisites to access Copilot Activity Export APIs (Preview)

Application permissions are used by apps that run without a signed-in user present; application permissions can only be approved by an administrator. The following permissions are needed:

- *AiEnterpriseInteraction.Read.All*: enables access to all copilot interactions across Microsoft 365 apps and Microsoft 365 Chat
- A **Microsoft 365 Copilot license** is required for accessing the new Copilot Activity Export API.
5 changes: 3 additions & 2 deletions Teams/rooms/certified-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ The following devices are certified under the Microsoft Teams Rooms peripherals
| Poly Studio E60 Camera | 1.0.4.0 | | |||
| [Poly Studio R30](https://www.poly.com/us/en/products/video-conferencing/studio/studio-r30) | 2.0.0.001096 | | |||
| Poly Studio V52 | 1.0.1-400045 | | |||
| Poly Studio V72 | 1.4.5-424011 | | |||
| [EPOS SP 220 MS](http://no-no.sennheiser.com/dual-speakerphones-sp-220-ms-uc) | 2.0.12.0 | | |||
| [EPOS SP20](https://www.eposaudio.com/en/us/enterprise/products/sp-20-ml-142ee5ca-speakerphone-1000226) | 1.2.15 | | |||
| [EPOS SP30](https://www.eposaudio.com/en/us/enterprise/products/sp-30-78c0cecc-bluetooth-speakerphone-1000223) | 2.1.52 | | |||
Expand All @@ -271,8 +272,8 @@ The following devices are certified under the Microsoft Teams Rooms peripherals
|Shure Microflex Ecosystem<sup>1</sup>: [MXA910 Ceiling Array Microphone](https://www.shure.com/products/microphones/mxa910?variant=MXA910AL-60CM) or [MXA920 Ceiling Array Microphone](https://www.shure.com/products/microphones/mxa920?variant=MXA920W-S) or [MXA901 Conferencing Ceiling Array Microphone](https://www.shure.com/products/microphones/mxa901?variant=MXA901W-R) or [MXA902 Integrated Conferencing Ceiling Array](https://www.shure.com/products/microphones/mxa902?variant=MXA902W-S) or [MXA710 Linear Array Microphone](https://www.shure.com/products/microphones/mxa710?variant=MXA710AL-2FT%2520) or [MXA310 Table Array Microphone](https://www.shure.com/products/microphones/mxa310?variant=MXA310AL) + <br/>[Shure IntelliMix Room Software DSP](https://www.shure.com/products/software/intellimix_room) on Crestron UC-C100-T with :::no-loc text="ASUSTeK"::: Computer INC 9934 Compute or Dell OptiPlex7080XE or on Lenovo ThinkSmart Core + <br/>[Shure MXN5W-C Ceiling Speaker](https://www.shure.com/products/loudspeakers/mxn5?variant=MXN5W-C) | MXA910: FW 4.1, MXA920: FW 1.1.56, MXA901: FW 6.0.15.0, MXA902: FW 5.0.115, MXA710: FW 1.2.0, MXA310: FW 4.1, <br/>MXN5W-C: FW 1.0.4 | | |||
| Shure MXW6X/C Cardioid Boundary Transmitter + <br/>Shure MXWAPXD2 Access Point Transceiver + <br/>Shure MXN5W-C Ceiling Speaker | MXW6X/C Transmitter: 1.1.0.236 <br/>MXWAPXD2: 1.1.0.236 <br/>MXN5W-C: 1.5.21.0 | | |||
| [Sennheiser TeamConnect Intelligent Speaker/TC ISP (T-Rock)](https://en-us.sennheiser.com/tcisp) | 1.0.6 | | | | &#x2714; |
| [Sennheiser TC Bar M](https://www.sennheiser.com/tcbar-medium) | 0.9.17 | | |||
| [Sennheiser TC Bar S](https://www.sennheiser.com/tcbar-small) | 0.9.17 | | |||
| Sennheiser TC Bar M | 0.9.17 | | |||
| Sennheiser TC Bar S | 0.9.17 | | |||
| [Biamp Tesira Fore AVB VT4 Fixed audio DSP](https://www.biamp.com/products/tesira-fixed-audio-dsp)+ &Dagger;<br/>[Sennheiser TeamConnect Ceiling 2 Microphone](https://sennheiser.com/tcc2)+ &Dagger;<br/>[Tesira EX-UBT](https://www.biamp.com/products/tesira/tesira-expanders) &Dagger; | Biamp DSP: 3.12.0.15 <br/> TCC2: 1.3.3 <br/>EX-UBT: 3.12.0.15 | | |||
| [Biamp Tesira FORTÉ AVB VT4 Audio DSP](https://www.biamp.com/products/tesira-fixed-audio-dsp)+<br/>[Biamp Parlé TCM-XA Ceiling Microphone](https://www.biamp.com/products/product-families/parle/parle-microphones)+<br/>Biamp Desono C-IC6 ceiling mounted loudspeaker | Audio FW version: 3.15 | | |||
| [Biamp TesiraFORTE AVB VT4](https://www.biamp.com/products/tesira-fixed-audio-dsp)+ <br/>[Parle TTM-X(Table Mic)](https://www.biamp.com/products/product-families/parle/parle-microphones)+<br/>[Ex-UBT]() | Audio FW version: 3.15 | | |||
Expand Down

0 comments on commit 05da097

Please sign in to comment.