Share via


AddParticipantFailed.Deserialize(String) Method

Definition

Deserialize AddParticipantFailed event.

public static Azure.Communication.CallAutomation.AddParticipantFailed Deserialize (string content);
static member Deserialize : string -> Azure.Communication.CallAutomation.AddParticipantFailed
Public Shared Function Deserialize (content As String) As AddParticipantFailed

Parameters

content
String

The json content.

Returns

The new AddParticipantFailed object.

Applies to