- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarSessionMultiTimeline
- Updated on 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Returns multimedia session timeline details for a given P2P multimedia session
Description
Returns multimedia session (an audio/video P2P session or an audio/appsharing P2P session) timeline details for a given session
Used to build the Gantt chart view for a given P2P multimedia session on the Session Details screen.
Syntax
Get-NectarSessionMultiTimeline
-SessionID <String>
-Platform <String>
-TenantName <String>
Examples
Example 1
Get-NectarSessionMultiTimeline 2021-05-05T19:17:14.324027_1_1_*_*_*_6_*_6efc12345-4229-4c11-9001-9a00667a761e9_6efc8348-4809-4caf-9141-9afa87a761e9_* -Platform TEAMS
Returns multimedia session timeline information for a specific multimedia P2P session
Example 2
Get-NectarSessions -TimePeriod LAST_DAY -Users tferguson@contoso.com-SessionTypes PEER2PEER_MULTIMEDIA -Platforms TEAMS | Get-NectarSessionMultiTimeline -Platform TEAMS
Returns the multimedia session timeline information for all Teams P2P multimedia sessions participated by tferguson@contoso.com for the past day
Parameters
-SessionID <String>
The sessionID of a multimedia P2P session
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Platform <String>
The platform where the P2P session took place
Parameter | Value |
---|---|
Required | true |
Position | 2 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |