你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

EventId

Gets the EventId.

(Inherited from SessionUpdate)
ServerSdp

The server's SDP answer for the avatar connection.

Methods

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

Explicit Interface Implementations

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