Update-MgBetaCommunicationCallRecordSession

Update the navigation property sessions in communications

Note

To view the v1.0 release of this cmdlet, view Update-MgCommunicationCallRecordSession

Syntax

Update-MgBetaCommunicationCallRecordSession
      -CallRecordId <String>
      -SessionId <String>
      [-ResponseHeadersVariable <String>]
      [-AdditionalProperties <Hashtable>]
      [-Callee <IMicrosoftGraphCallRecordsEndpoint>]
      [-Caller <IMicrosoftGraphCallRecordsEndpoint>]
      [-EndDateTime <DateTime>]
      [-FailureInfo <IMicrosoftGraphCallRecordsFailureInfo>]
      [-Id <String>]
      [-IsTest]
      [-Modalities <String[]>]
      [-Segments <IMicrosoftGraphCallRecordsSegment[]>]
      [-StartDateTime <DateTime>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgBetaCommunicationCallRecordSession
      -CallRecordId <String>
      -SessionId <String>
      -BodyParameter <IMicrosoftGraphCallRecordsSession>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgBetaCommunicationCallRecordSession
      -InputObject <ICloudCommunicationsIdentity>
      [-ResponseHeadersVariable <String>]
      [-AdditionalProperties <Hashtable>]
      [-Callee <IMicrosoftGraphCallRecordsEndpoint>]
      [-Caller <IMicrosoftGraphCallRecordsEndpoint>]
      [-EndDateTime <DateTime>]
      [-FailureInfo <IMicrosoftGraphCallRecordsFailureInfo>]
      [-Id <String>]
      [-IsTest]
      [-Modalities <String[]>]
      [-Segments <IMicrosoftGraphCallRecordsSegment[]>]
      [-StartDateTime <DateTime>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgBetaCommunicationCallRecordSession
      -InputObject <ICloudCommunicationsIdentity>
      -BodyParameter <IMicrosoftGraphCallRecordsSession>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Update the navigation property sessions in communications

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

session To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphCallRecordsSession
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Callee

endpoint To construct, see NOTES section for CALLEE properties and create a hash table.

Type:IMicrosoftGraphCallRecordsEndpoint
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Caller

endpoint To construct, see NOTES section for CALLER properties and create a hash table.

Type:IMicrosoftGraphCallRecordsEndpoint
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CallRecordId

The unique identifier of callRecord

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-EndDateTime

UTC time when the last user left the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FailureInfo

failureInfo To construct, see NOTES section for FAILUREINFO properties and create a hash table.

Type:IMicrosoftGraphCallRecordsFailureInfo
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

The unique identifier for an entity. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:ICloudCommunicationsIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-IsTest

Specifies whether the session is a test.

Type:SwitchParameter
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Modalities

List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Segments

The list of segments involved in the session. Read-only. Nullable. To construct, see NOTES section for SEGMENTS properties and create a hash table.

Type:IMicrosoftGraphCallRecordsSegment[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SessionId

The unique identifier of session

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-StartDateTime

UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.Beta.PowerShell.Models.ICloudCommunicationsIdentity

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCallRecordsSession

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCallRecordsSession

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BODYPARAMETER <IMicrosoftGraphCallRecordsSession>: session

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [Callee <IMicrosoftGraphCallRecordsEndpoint>]: endpoint
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [UserAgent <IMicrosoftGraphCallRecordsUserAgent>]: userAgent
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [ApplicationVersion <String>]: Identifies the version of application software used by this endpoint.
      • [HeaderValue <String>]: User-agent header value reported by this endpoint.
  • [Caller <IMicrosoftGraphCallRecordsEndpoint>]: endpoint
  • [EndDateTime <DateTime?>]: UTC time when the last user left the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
  • [FailureInfo <IMicrosoftGraphCallRecordsFailureInfo>]: failureInfo
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Reason <String>]: Classification of why a call or portion of a call failed.
    • [Stage <String>]: failureStage
  • [IsTest <Boolean?>]: Specifies whether the session is a test.
  • [Modalities <String- []>]: List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
  • [Segments <IMicrosoftGraphCallRecordsSegment- []>]: The list of segments involved in the session. Read-only. Nullable.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [Callee <IMicrosoftGraphCallRecordsEndpoint>]: endpoint
    • [Caller <IMicrosoftGraphCallRecordsEndpoint>]: endpoint
    • [EndDateTime <DateTime?>]: UTC time when the segment ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
    • [FailureInfo <IMicrosoftGraphCallRecordsFailureInfo>]: failureInfo
    • [Media <IMicrosoftGraphCallRecordsMedia- []>]: Media associated with this segment.
      • [CalleeDevice <IMicrosoftGraphCallRecordsDeviceInfo>]: deviceInfo
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [CaptureDeviceDriver <String>]: Name of the capture device driver used by the media endpoint.
        • [CaptureDeviceName <String>]: Name of the capture device used by the media endpoint.
        • [CaptureNotFunctioningEventRatio <Single?>]: Fraction of the call that the media endpoint detected the capture device was not working properly.
        • [CpuInsufficentEventRatio <Single?>]: Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received.
        • [DeviceClippingEventRatio <Single?>]: Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent.
        • [DeviceGlitchEventRatio <Single?>]: Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received.
        • [HowlingEventCount <Int32?>]: Number of times during the call that the media endpoint detected howling or screeching audio.
        • [InitialSignalLevelRootMeanSquare <Single?>]: The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call.
        • [LowSpeechLevelEventRatio <Single?>]: Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent.
        • [LowSpeechToNoiseEventRatio <Single?>]: Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent.
        • [MicGlitchRate <Single?>]: Glitches per 5 minute interval for the media endpoint's microphone.
        • [ReceivedNoiseLevel <Int32?>]: Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
        • [ReceivedSignalLevel <Int32?>]: Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
        • [RenderDeviceDriver <String>]: Name of the render device driver used by the media endpoint.
        • [RenderDeviceName <String>]: Name of the render device used by the media endpoint.
        • [RenderMuteEventRatio <Single?>]: Fraction of the call that media endpoint detected device render is muted.
        • [RenderNotFunctioningEventRatio <Single?>]: Fraction of the call that the media endpoint detected the render device was not working properly.
        • [RenderZeroVolumeEventRatio <Single?>]: Fraction of the call that media endpoint detected device render volume is set to 0.
        • [SentNoiseLevel <Int32?>]: Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
        • [SentSignalLevel <Int32?>]: Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
        • [SpeakerGlitchRate <Single?>]: Glitches per 5 minute internal for the media endpoint's loudspeaker.
      • [CalleeNetwork <IMicrosoftGraphCallRecordsNetworkInfo>]: networkInfo
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [BandwidthLowEventRatio <Single?>]: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
        • [BasicServiceSetIdentifier <String>]: The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
        • [ConnectionType <String>]: networkConnectionType
        • [DelayEventRatio <Single?>]: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication.
        • [DnsSuffix <String>]: DNS suffix associated with the network adapter of the media endpoint.
        • [IPAddress <String>]: IP address of the media endpoint.
        • [LinkSpeed <Int64?>]: Link speed in bits per second reported by the network adapter used by the media endpoint.
        • [MacAddress <String>]: The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies.
        • [NetworkTransportProtocol <String>]: networkTransportProtocol
        • [Port <Int32?>]: Network port number used by media endpoint.
        • [ReceivedQualityEventRatio <Single?>]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received.
        • [ReflexiveIPAddress <String>]: IP address of the media endpoint as seen by the media relay server. This is typically the public internet IP address associated to the endpoint.
        • [RelayIPAddress <String>]: IP address of the media relay server allocated by the media endpoint.
        • [RelayPort <Int32?>]: Network port number allocated on the media relay server by the media endpoint.
        • [SentQualityEventRatio <Single?>]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent.
        • [Subnet <String>]: Subnet used for media stream by the media endpoint.
        • [TraceRouteHops <IMicrosoftGraphCallRecordsTraceRouteHop- []>]: List of network trace route hops collected for this media stream.*
          • [HopCount <Int32?>]: The network path count of this hop that was used to compute the round-trip time.
          • [IPAddress <String>]: IP address used for this hop in the network trace.
          • [RoundTripTime <TimeSpan?>]: The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.
        • [WifiBand <String>]: wifiBand
        • [WifiBatteryCharge <Int32?>]: Estimated remaining battery charge in percentage reported by the media endpoint.
        • [WifiChannel <Int32?>]: WiFi channel used by the media endpoint.
        • [WifiMicrosoftDriver <String>]: Name of the Microsoft WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.
        • [WifiMicrosoftDriverVersion <String>]: Version of the Microsoft WiFi driver used by the media endpoint.
        • [WifiRadioType <String>]: wifiRadioType
        • [WifiSignalStrength <Int32?>]: WiFi signal strength in percentage reported by the media endpoint.
        • [WifiVendorDriver <String>]: Name of the WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.
        • [WifiVendorDriverVersion <String>]: Version of the WiFi driver used by the media endpoint.
      • [CallerDevice <IMicrosoftGraphCallRecordsDeviceInfo>]: deviceInfo
      • [CallerNetwork <IMicrosoftGraphCallRecordsNetworkInfo>]: networkInfo
      • [Label <String>]: How the media was identified during media negotiation stage.
      • [Streams <IMicrosoftGraphCallRecordsMediaStream- []>]: Network streams associated with this media.
        • [AudioCodec <String>]: audioCodec
        • [AverageAudioDegradation <Single?>]: Average Network Mean Opinion Score degradation for stream. Represents how much the network loss and jitter has impacted the quality of received audio.
        • [AverageAudioNetworkJitter <TimeSpan?>]: Average jitter for the stream computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
        • [AverageBandwidthEstimate <Int64?>]: Average estimated bandwidth available between two endpoints in bits per second.
        • [AverageFreezeDuration <TimeSpan?>]: Average of the received freeze duration related to the video stream.
        • [AverageJitter <TimeSpan?>]: Average jitter for the stream computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
        • [AveragePacketLossRate <Single?>]: Average packet loss rate for stream.
        • [AverageRatioOfConcealedSamples <Single?>]: Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames.
        • [AverageReceivedFrameRate <Single?>]: Average frames per second received for all video streams computed over the duration of the session.
        • [AverageRoundTripTime <TimeSpan?>]: Average network propagation round-trip time computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
        • [AverageVideoFrameLossPercentage <Single?>]: Average percentage of video frames lost as displayed to the user.
        • [AverageVideoFrameRate <Single?>]: Average frames per second received for a video stream, computed over the duration of the session.
        • [AverageVideoPacketLossRate <Single?>]: Average fraction of packets lost, as specified in - [RFC 3550]- [], computed over the duration of the session.
        • [EndDateTime <DateTime?>]: UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol.
        • [IsAudioForwardErrorCorrectionUsed <Boolean?>]: Indicates whether the forward error correction (FEC) was used at some point during the session. The default value is null.
        • [LowFrameRateRatio <Single?>]: Fraction of the call where frame rate is less than 7.5 frames per second.
        • [LowVideoProcessingCapabilityRatio <Single?>]: Fraction of the call that the client is running less than 70% expected video processing capability.
        • [MaxAudioNetworkJitter <TimeSpan?>]: Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
        • [MaxJitter <TimeSpan?>]: Maximum jitter for the stream computed as specified in RFC 3550, denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
        • [MaxPacketLossRate <Single?>]: Maximum packet loss rate for the stream.
        • [MaxRatioOfConcealedSamples <Single?>]: Maximum ratio of packets concealed by the healer.
        • [MaxRoundTripTime <TimeSpan?>]: Maximum network propagation round-trip time computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
        • [PacketUtilization <Int64?>]: Packet count for the stream.
        • [PostForwardErrorCorrectionPacketLossRate <Single?>]: Packet loss rate after FEC has been applied aggregated across all video streams and codecs.
        • [RmsFreezeDuration <TimeSpan?>]: Root mean square of the received freeze duration related to the video stream.
        • [StartDateTime <DateTime?>]: UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol.
        • [StreamDirection <String>]: mediaStreamDirection
        • [StreamId <String>]: Unique identifier for the stream.
        • [VideoCodec <String>]: videoCodec
        • [WasMediaBypassed <Boolean?>]: True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.
    • [StartDateTime <DateTime?>]: UTC time when the segment started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
  • [StartDateTime <DateTime?>]: UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z

CALLEE <IMicrosoftGraphCallRecordsEndpoint>: endpoint

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [UserAgent <IMicrosoftGraphCallRecordsUserAgent>]: userAgent
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [ApplicationVersion <String>]: Identifies the version of application software used by this endpoint.
    • [HeaderValue <String>]: User-agent header value reported by this endpoint.

CALLER <IMicrosoftGraphCallRecordsEndpoint>: endpoint

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [UserAgent <IMicrosoftGraphCallRecordsUserAgent>]: userAgent
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [ApplicationVersion <String>]: Identifies the version of application software used by this endpoint.
    • [HeaderValue <String>]: User-agent header value reported by this endpoint.

FAILUREINFO <IMicrosoftGraphCallRecordsFailureInfo>: failureInfo

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Reason <String>]: Classification of why a call or portion of a call failed.
  • [Stage <String>]: failureStage

INPUTOBJECT <ICloudCommunicationsIdentity>: Identity Parameter

  • [AttendanceRecordId <String>]: The unique identifier of attendanceRecord
  • [AudioRoutingGroupId <String>]: The unique identifier of audioRoutingGroup
  • [CallId <String>]: The unique identifier of call
  • [CallRecordId <String>]: The unique identifier of callRecord
  • [CallRecordingId <String>]: The unique identifier of callRecording
  • [CallTranscriptId <String>]: The unique identifier of callTranscript
  • [CommsOperationId <String>]: The unique identifier of commsOperation
  • [ContentSharingSessionId <String>]: The unique identifier of contentSharingSession
  • [FromDateTime <DateTime?>]: Usage: fromDateTime={fromDateTime}
  • [JoinWebUrl <String>]: Alternate key of onlineMeeting
  • [MeetingAttendanceReportId <String>]: The unique identifier of meetingAttendanceReport
  • [MeetingRegistrantBaseId <String>]: The unique identifier of meetingRegistrantBase
  • [MeetingRegistrationQuestionId <String>]: The unique identifier of meetingRegistrationQuestion
  • [OnlineMeetingId <String>]: The unique identifier of onlineMeeting
  • [ParticipantId <String>]: The unique identifier of participant
  • [PresenceId <String>]: The unique identifier of presence
  • [SessionId <String>]: The unique identifier of session
  • [ToDateTime <DateTime?>]: Usage: toDateTime={toDateTime}
  • [UserId <String>]: The unique identifier of user

SEGMENTS <IMicrosoftGraphCallRecordsSegment- []>: The list of segments involved in the session. Read-only. Nullable.

  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [Callee <IMicrosoftGraphCallRecordsEndpoint>]: endpoint
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [UserAgent <IMicrosoftGraphCallRecordsUserAgent>]: userAgent
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [ApplicationVersion <String>]: Identifies the version of application software used by this endpoint.
      • [HeaderValue <String>]: User-agent header value reported by this endpoint.
  • [Caller <IMicrosoftGraphCallRecordsEndpoint>]: endpoint
  • [EndDateTime <DateTime?>]: UTC time when the segment ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
  • [FailureInfo <IMicrosoftGraphCallRecordsFailureInfo>]: failureInfo
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Reason <String>]: Classification of why a call or portion of a call failed.
    • [Stage <String>]: failureStage
  • [Media <IMicrosoftGraphCallRecordsMedia- []>]: Media associated with this segment.
    • [CalleeDevice <IMicrosoftGraphCallRecordsDeviceInfo>]: deviceInfo
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [CaptureDeviceDriver <String>]: Name of the capture device driver used by the media endpoint.
      • [CaptureDeviceName <String>]: Name of the capture device used by the media endpoint.
      • [CaptureNotFunctioningEventRatio <Single?>]: Fraction of the call that the media endpoint detected the capture device was not working properly.
      • [CpuInsufficentEventRatio <Single?>]: Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received.
      • [DeviceClippingEventRatio <Single?>]: Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent.
      • [DeviceGlitchEventRatio <Single?>]: Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received.
      • [HowlingEventCount <Int32?>]: Number of times during the call that the media endpoint detected howling or screeching audio.
      • [InitialSignalLevelRootMeanSquare <Single?>]: The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call.
      • [LowSpeechLevelEventRatio <Single?>]: Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent.
      • [LowSpeechToNoiseEventRatio <Single?>]: Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent.
      • [MicGlitchRate <Single?>]: Glitches per 5 minute interval for the media endpoint's microphone.
      • [ReceivedNoiseLevel <Int32?>]: Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
      • [ReceivedSignalLevel <Int32?>]: Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
      • [RenderDeviceDriver <String>]: Name of the render device driver used by the media endpoint.
      • [RenderDeviceName <String>]: Name of the render device used by the media endpoint.
      • [RenderMuteEventRatio <Single?>]: Fraction of the call that media endpoint detected device render is muted.
      • [RenderNotFunctioningEventRatio <Single?>]: Fraction of the call that the media endpoint detected the render device was not working properly.
      • [RenderZeroVolumeEventRatio <Single?>]: Fraction of the call that media endpoint detected device render volume is set to 0.
      • [SentNoiseLevel <Int32?>]: Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
      • [SentSignalLevel <Int32?>]: Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
      • [SpeakerGlitchRate <Single?>]: Glitches per 5 minute internal for the media endpoint's loudspeaker.
    • [CalleeNetwork <IMicrosoftGraphCallRecordsNetworkInfo>]: networkInfo
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [BandwidthLowEventRatio <Single?>]: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
      • [BasicServiceSetIdentifier <String>]: The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
      • [ConnectionType <String>]: networkConnectionType
      • [DelayEventRatio <Single?>]: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication.
      • [DnsSuffix <String>]: DNS suffix associated with the network adapter of the media endpoint.
      • [IPAddress <String>]: IP address of the media endpoint.
      • [LinkSpeed <Int64?>]: Link speed in bits per second reported by the network adapter used by the media endpoint.
      • [MacAddress <String>]: The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies.
      • [NetworkTransportProtocol <String>]: networkTransportProtocol
      • [Port <Int32?>]: Network port number used by media endpoint.
      • [ReceivedQualityEventRatio <Single?>]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received.
      • [ReflexiveIPAddress <String>]: IP address of the media endpoint as seen by the media relay server. This is typically the public internet IP address associated to the endpoint.
      • [RelayIPAddress <String>]: IP address of the media relay server allocated by the media endpoint.
      • [RelayPort <Int32?>]: Network port number allocated on the media relay server by the media endpoint.
      • [SentQualityEventRatio <Single?>]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent.
      • [Subnet <String>]: Subnet used for media stream by the media endpoint.
      • [TraceRouteHops <IMicrosoftGraphCallRecordsTraceRouteHop- []>]: List of network trace route hops collected for this media stream.*
        • [HopCount <Int32?>]: The network path count of this hop that was used to compute the round-trip time.
        • [IPAddress <String>]: IP address used for this hop in the network trace.
        • [RoundTripTime <TimeSpan?>]: The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.
      • [WifiBand <String>]: wifiBand
      • [WifiBatteryCharge <Int32?>]: Estimated remaining battery charge in percentage reported by the media endpoint.
      • [WifiChannel <Int32?>]: WiFi channel used by the media endpoint.
      • [WifiMicrosoftDriver <String>]: Name of the Microsoft WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.
      • [WifiMicrosoftDriverVersion <String>]: Version of the Microsoft WiFi driver used by the media endpoint.
      • [WifiRadioType <String>]: wifiRadioType
      • [WifiSignalStrength <Int32?>]: WiFi signal strength in percentage reported by the media endpoint.
      • [WifiVendorDriver <String>]: Name of the WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.
      • [WifiVendorDriverVersion <String>]: Version of the WiFi driver used by the media endpoint.
    • [CallerDevice <IMicrosoftGraphCallRecordsDeviceInfo>]: deviceInfo
    • [CallerNetwork <IMicrosoftGraphCallRecordsNetworkInfo>]: networkInfo
    • [Label <String>]: How the media was identified during media negotiation stage.
    • [Streams <IMicrosoftGraphCallRecordsMediaStream- []>]: Network streams associated with this media.
      • [AudioCodec <String>]: audioCodec
      • [AverageAudioDegradation <Single?>]: Average Network Mean Opinion Score degradation for stream. Represents how much the network loss and jitter has impacted the quality of received audio.
      • [AverageAudioNetworkJitter <TimeSpan?>]: Average jitter for the stream computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
      • [AverageBandwidthEstimate <Int64?>]: Average estimated bandwidth available between two endpoints in bits per second.
      • [AverageFreezeDuration <TimeSpan?>]: Average of the received freeze duration related to the video stream.
      • [AverageJitter <TimeSpan?>]: Average jitter for the stream computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
      • [AveragePacketLossRate <Single?>]: Average packet loss rate for stream.
      • [AverageRatioOfConcealedSamples <Single?>]: Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames.
      • [AverageReceivedFrameRate <Single?>]: Average frames per second received for all video streams computed over the duration of the session.
      • [AverageRoundTripTime <TimeSpan?>]: Average network propagation round-trip time computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
      • [AverageVideoFrameLossPercentage <Single?>]: Average percentage of video frames lost as displayed to the user.
      • [AverageVideoFrameRate <Single?>]: Average frames per second received for a video stream, computed over the duration of the session.
      • [AverageVideoPacketLossRate <Single?>]: Average fraction of packets lost, as specified in - [RFC 3550]- [], computed over the duration of the session.
      • [EndDateTime <DateTime?>]: UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol.
      • [IsAudioForwardErrorCorrectionUsed <Boolean?>]: Indicates whether the forward error correction (FEC) was used at some point during the session. The default value is null.
      • [LowFrameRateRatio <Single?>]: Fraction of the call where frame rate is less than 7.5 frames per second.
      • [LowVideoProcessingCapabilityRatio <Single?>]: Fraction of the call that the client is running less than 70% expected video processing capability.
      • [MaxAudioNetworkJitter <TimeSpan?>]: Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
      • [MaxJitter <TimeSpan?>]: Maximum jitter for the stream computed as specified in RFC 3550, denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
      • [MaxPacketLossRate <Single?>]: Maximum packet loss rate for the stream.
      • [MaxRatioOfConcealedSamples <Single?>]: Maximum ratio of packets concealed by the healer.
      • [MaxRoundTripTime <TimeSpan?>]: Maximum network propagation round-trip time computed as specified in - [RFC 3550]- [], denoted in - [ISO 8601]- [] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
      • [PacketUtilization <Int64?>]: Packet count for the stream.
      • [PostForwardErrorCorrectionPacketLossRate <Single?>]: Packet loss rate after FEC has been applied aggregated across all video streams and codecs.
      • [RmsFreezeDuration <TimeSpan?>]: Root mean square of the received freeze duration related to the video stream.
      • [StartDateTime <DateTime?>]: UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol.
      • [StreamDirection <String>]: mediaStreamDirection
      • [StreamId <String>]: Unique identifier for the stream.
      • [VideoCodec <String>]: videoCodec
      • [WasMediaBypassed <Boolean?>]: True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.
  • [StartDateTime <DateTime?>]: UTC time when the segment started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z

https://learn.microsoft.com/powershell/module/microsoft.graph.beta.cloudcommunications/update-mgbetacommunicationcallrecordsession