You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/Models/MediaStreaming/MediaStreamingAudioDataInternal.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ internal class MediaStreamingAudioDataInternal
26
26
/// <summary>
27
27
/// Participant ID.
28
28
/// </summary>
29
-
[JsonPropertyName("participantRawId")]
29
+
[JsonPropertyName("participantRawID")]
30
30
publicstringParticipantRawId{get;set;}
31
31
/// <summary>
32
32
/// Indicates if the received audio buffer contains only silence.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/tests/MediaStreaming/CallAutomationStreamingParserTests.cs
0 commit comments