Call quality NQL capabilities
Investigating and querying call quality data
collaboration.sessions past 24h
| summarize poor_qualitycalls=countif(call.quality=poor)by device.name
| list device.name, poor_qualitycalls
| sort poor_qualitycalls desc Identifying MS Teams Rooms calls
devices
| with collaboration.sessions
| where participant_device.type = room_system or device.meeting_room_name != nullLast updated
Was this helpful?