post https://api.d-id.com/talks/streams//sdp
Updates the server with the SDP answer to the SDP offer received from the initial call to the /streams
endpoint, during the offer/answer negotiation of a WebRTC connection.
Step 2
Start a stream
Start a stream

After receiving the SDP offer from the server in Step 1, you need to generate the SDP answer and send it back. To obtain the SDP answer, you can use WebRTC APIs or libraries that provide the necessary functionality. Learn more