Scope
Query the Adventure Travel lifecycle, server-side streaming status, and the current world's action pool; you can also report the client's pull-stream or playback heartbeat at the same time. Before calling, confirm the following:
- The primary API Key is not required; either the primary or a temporary API Key can call it.
- Query with the
encryptedTravelIdreturned by Enter Travel (Client). - Either your server or your client can call it. Polling every 2-5 seconds is recommended. Adventure does not support HTTP
instruct,pause,resume,rewind, orupdate-script.
Authorizations
QwenCloud API Key. Only the primary API Key (sk- prefix) is supported. See Get an API Key.
Header Parameters
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.
Query Parameters
The Adventure encrypted Travel ID. Returned by Enter Travel (Client).
The client's RTC pull-stream or playback status, case-insensitive. Unrecognized values are ignored. Allowed values: DISCONNECTED (not connected or has left the channel), CONNECTING (connecting to the RTC channel), CONNECTED (joined, but playback has not started or the first frame has not arrived), PLAYING (the remote stream has been received and is rendering), BUFFERING (buffering), PAUSED (the client paused playback; this does not mean the Adventure Travel supports server-side pause), RECONNECTING (reconnecting).
The millisecond timestamp of the client state change. Used together with clientStreamStatus.