When using the server-side mixed stream API, what is the function of the "seq" value in the start mixed stream interface?
2022-11-16
Products / Plugins:Video Call / Audio Call / Live streaming
Platform / Framework:All
- For mixed streams initiated with the same "id_name", the size of "seq" will be checked: if a request with a smaller "seq" arrives at the server later, it will not be executed.
- For tasks with different "id_name", the size of "seq" will not be compared.
It is recommended to use only one "id_name" to initiate and update mixed streams.

