Share via


CallConnected.Deserialize(String) Method

Definition

Deserialize CallConnected event.

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

Parameters

content
String

The json content.

Returns

The new CallConnected object.

Applies to