CallingServerModelFactory.CallRecordingStateChangeEvent 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 CallRecordingStateChangeEvent.
public static Azure.Communication.CallingServer.CallRecordingStateChangeEvent CallRecordingStateChangeEvent(string recordingId = default, Azure.Communication.CallingServer.CallRecordingState state = default, DateTimeOffset startDateTime = default, string serverCallId = default);
static member CallRecordingStateChangeEvent : string * Azure.Communication.CallingServer.CallRecordingState * DateTimeOffset * string -> Azure.Communication.CallingServer.CallRecordingStateChangeEvent
Public Shared Function CallRecordingStateChangeEvent (Optional recordingId As String = Nothing, Optional state As CallRecordingState = Nothing, Optional startDateTime As DateTimeOffset = Nothing, Optional serverCallId As String = Nothing) As CallRecordingStateChangeEvent
Parameters
- recordingId
- String
The call recording id.
- state
- CallRecordingState
The state of the recording.
- startDateTime
- DateTimeOffset
The time of the recording started.
- serverCallId
- String
The server call.id.
Returns
A new CallRecordingStateChangeEvent 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