Compartilhar via


CallingServerModelFactory.CallConnectionStateChangedEvent Método

Definição

Inicializa uma nova instância de CallConnectionStateChangedEvent.

public static Azure.Communication.CallingServer.CallConnectionStateChangedEvent CallConnectionStateChangedEvent (string serverCallId = default, string callConnectionId = default, Azure.Communication.CallingServer.CallConnectionState callConnectionState = default);
static member CallConnectionStateChangedEvent : string * string * Azure.Communication.CallingServer.CallConnectionState -> Azure.Communication.CallingServer.CallConnectionStateChangedEvent
Public Shared Function CallConnectionStateChangedEvent (Optional serverCallId As String = Nothing, Optional callConnectionId As String = Nothing, Optional callConnectionState As CallConnectionState = Nothing) As CallConnectionStateChangedEvent

Parâmetros

serverCallId
String

O servidor call.id.

callConnectionId
String

A ID da conexão de chamada.

callConnectionState
CallConnectionState

O estado de conexão de chamada.

Retornos

Uma nova CallConnectionStateChangedEvent instância para simulação.

Aplica-se a