Last modified:2026-01-04 06:12:28
For websocket connection, you can include a token in the header or a token in the path parameter during connection. Invalid token will not allow a websocket connection to be established.
The uplink data of this connection is null, and the downlink data is conference event information distributed by the server.
By default, the connection will be closed if there is no data transmission for 1 minute. The subscriber can send an empty alarm event every 20 seconds to maintain the connection!!!Event type: "conference" / "member" / "group" / "group-member"
conference: Conference event, the conference status changes, and the load confInfo is valid.
member: Conference member event, member status changes, payload member is valid, empty field means no change.~~~~
group: group event. The group is created, deleted, or modified, and the payload confInfo is valid.
Group-member: Group member event, member status changes, load member is valid, and status is based on meeting member event.
Operation types: "add" / "del" / "mod" / "start-speak" / "end-speak" correspond to: "add object","delete object","modify object","start speaking","end speaking".