Last modified:2025-02-26 09:23:29
websocket connection, the token can be included in the header or in the path parameter when connecting. If the token is invalid, the websocket connection cannot be established.
The uplink data on this connection is empty, and the downlink data is the meeting event information distributed by the server.
By default, if no data is transmitted for 1 minute, the connection will be closed. The subscriber can send an empty alarm event every 20 seconds to maintain the connection!!!Event type: "conference" / "member" / "group" / "group-member"
conference: Meeting event, the meeting status changes, confInfo is valid.
member: Meeting member event, the member status changes, member is valid, empty fields indicate no change.~~~~
group: Group event, the group is created, deleted, modified, confInfo is valid.
group-member: Group member event, the member status changes, member is valid, status is based on the meeting member event.
Operation type: "add" / "del" / "mod" / "start-speak" / "end-speak" correspond to: "Add object", "Delete object", "Modify object", "Start speaking", "End speaking".