CallingServerModelFactory.CallConnectionStateChangedEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- serverCallId
- String
The server call.id.
- callConnectionId
- String
The call connection id.
- callConnectionState
- CallConnectionState
The call connection state.
Returns
A new CallConnectionStateChangedEvent instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET