VoiceLiveModelFactory.SessionUpdateAvatarConnecting(String, String) 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.
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.