Share via


SessionUpdateAvatarConnecting Class

Definition

Sent when the server is in the process of establishing an avatar media connection and provides its SDP answer.

public class SessionUpdateAvatarConnecting : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionUpdateAvatarConnecting>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionUpdateAvatarConnecting>
type SessionUpdateAvatarConnecting = class
    inherit SessionUpdate
    interface IJsonModel<SessionUpdateAvatarConnecting>
    interface IPersistableModel<SessionUpdateAvatarConnecting>
Public Class SessionUpdateAvatarConnecting
Inherits SessionUpdate
Implements IJsonModel(Of SessionUpdateAvatarConnecting), IPersistableModel(Of SessionUpdateAvatarConnecting)
Inheritance
SessionUpdateAvatarConnecting
Implements

Properties

Name Description
EventId

Gets the EventId.

(Inherited from SessionUpdate)
ServerSdp

The server's SDP answer for the avatar connection.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SessionUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdateAvatarConnecting>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SessionUpdateAvatarConnecting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SessionUpdate>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdate>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdate>.Write(ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdateAvatarConnecting>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SessionUpdateAvatarConnecting>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SessionUpdateAvatarConnecting>.Write(ModelReaderWriterOptions)

Applies to