Discussions
Set orientation option such as portrait/landscape/16:9/9:16 of the video avatar on streaming.new api
5 months ago by Hardavi Shah
await fetch(/v1/streaming.new, {
method: "POST",
headers: {
"accept": "application/json",
"content-type": "application/json",
Authorization: Bearer ${sessionToken},
},
body: JSON.stringify({
version: "v2",
avatar_id: "SilasHR_public",
}),
})