Scope
The client uses the ticket to create an actual Travel and obtain the RTC join configuration. Before calling, confirm the following:
- The primary API Key is not required; the
ticketcompletes the enter-room validation. - The
ticketis obtained from Get Travel Credential, unexpired and unused, and its World status isready. - Called by your client.
Authorizations
QwenCloud API Key. Only the primary API Key (sk- prefix) is supported. See Get an API Key.
Header Parameters
Request content type. This parameter must be set to application/json.
API Key authentication. The primary API Key is not required; either the primary or a temporary API Key can call it. Primary API Key: starts with sk-, e.g. sk-xxx. Temporary API Key: starts with st-, e.g. st-xxx.
Body
application/jsonAn unexpired, unused single-use credential obtained from Get Travel Credential. Reusing the same ticket returns 401011.
Maximum experience duration, in seconds, must be a JSON integer. Defaults to 60. Allowed values: 60, 90, 120. Strings and other numeric values are not accepted (e.g. "60" is not valid); an invalid tier returns 400000. The server automatically ends the Travel once this duration is reached.