Fork session
$ openai live:sessions fork
POST/live/sessions/{session_id}/fork
Fork a stored Live session onto a new WebRTC connection.
Fork session
openai live:sessions fork \
--api-key 'My API Key' \
--session-id session_id \
--transport '{sdp: x, type: webrtc}'{
"session": {
"id": "id"
},
"transport": {
"sdp": "x",
"type": "webrtc"
}
}Returns Examples
{
"session": {
"id": "id"
},
"transport": {
"sdp": "x",
"type": "webrtc"
}
}