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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET