logo
On this page

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.

Previous

When calling the "room user kick-out interface" to kick out a nonexistent user, will it report an error?

Next

When using cloud recording, there are only two real users in the room, but the onRoomOnlineUserCountUpdate callback shows three users?