This endpoint is used to start the connection for an existing streaming session.

This endpoint is used to start an existing streaming session and establish the connection between the client and the Interactive Avatar. It activates the session, enabling communication and interaction.

Request Body

FieldTypeDescription
session_idstringThe ID of the session that you want to start.
sdpobjectThe Session Description Protocol (SDP) data used to establish the connection.
sdp.typestringThe type of SDP.
sdp.sdpstringThe SDP string containing the connection information.

This request requires the session_id to specify which session to start and the sdp object to provide the necessary session details for establishing the connection.

Response Body

FieldTypeDescription
statusstringThe response status.
Language
Authorization
Header
Click Try It! to start a request and see the response here!