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
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