文档

支持

Vivox Unreal SDK

Vivox Unreal SDK

Decode a subscription with different options

Review the different options for server-side recording decode subscriptions.
阅读时间1 分钟最后更新于 18 小时前

The following code shows an example of how to decode .tar archives from a finished subscription with different decode options.
curl -x POSThttp://{{host}}/ssr/decode?auth_token={{auth_token}}&destination_credentials={"access_key_id":"aws-access-id","secret_access_key":"aws-secret-key"}&s3_uri=”s3://bucket-name/uuid/”&decode_options=”[“concat”, “poly”]“