Share via


VoiceLiveModelFactory.SessionUpdateAvatarConnecting(String, String) Method

Definition

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

public static Azure.AI.VoiceLive.SessionUpdateAvatarConnecting SessionUpdateAvatarConnecting(string eventId = default, string serverSdp = default);
static member SessionUpdateAvatarConnecting : string * string -> Azure.AI.VoiceLive.SessionUpdateAvatarConnecting
Public Shared Function SessionUpdateAvatarConnecting (Optional eventId As String = Nothing, Optional serverSdp As String = Nothing) As SessionUpdateAvatarConnecting

Parameters

eventId
String
serverSdp
String

The server's SDP answer for the avatar connection.

Returns

A new SessionUpdateAvatarConnecting instance for mocking.

Applies to