Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Decode API query parameters

Reference the query parameters for the server-side recording decode API.
Read time 1 minuteLast updated 2 days ago

The server-side recording /ssr/decode API uses the following request parameters. auth_token destination_credentials
  • Required for all /decode requests.
  • Generated from Amazon S3.
  • Requires read and write access.
  • Uses the following format:
    {"access_key_id":"aws-access-id","secret_access_key":"aws-secret-key"}
s3_uri
  • Required for all /decode requests.
  • Generated from the /ssr/subscribe response (upload_destination).
  • Uses the following format: s3://bucket-name/uuid/
decode_options
  • Indicates the form that you want your final subscriptions uploaded in.
  • Uses the following options:
    • concat - Returns 1 wav file per user
    • poly - Returns 1 multi-tracked wav file with a user on each track