ServerEventRtcCallError Class
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.
Returned when a WebRTC call operation fails.
public class ServerEventRtcCallError : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.ServerEventRtcCallError>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.ServerEventRtcCallError>
type ServerEventRtcCallError = class
inherit SessionUpdate
interface IJsonModel<ServerEventRtcCallError>
interface IPersistableModel<ServerEventRtcCallError>
Public Class ServerEventRtcCallError
Inherits SessionUpdate
Implements IJsonModel(Of ServerEventRtcCallError), IPersistableModel(Of ServerEventRtcCallError)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Error |
The error details. |
| EventId |
Gets the EventId. (Inherited from SessionUpdate) |
| Operation |
The operation that caused the error (e.g., |
| RtcCallId |
The RTC call identifier, if available. |