功能 | TXT | JSON |
---|---|---|
公共消息 | 已启用 | 已启用 |
私聊(1:1) | 已启用 | 已启用 |
已删除的消息 | 已禁用 | 已启用 |
等候室聊天消息 | 已禁用 | 已启用 |
分组讨论聊天消息 | 已禁用 | 已启用 |
表情符号和非言语反馈 | 已禁用 | 已启用 |
在外部会议上存档会议中聊天
| 已禁用 | 已启用 |
存档设置允许管理员控制应在其账户中为受管制的用户存档哪些项目,并为受管制的用户出席的会议自定义免责声明。启用后,账户管理员可以通过自己选择的第三方应用程序管理存档的数据。
受管制的用户加入会议或网络研讨会后,将触发存档。账户所有者和管理员可以存档会议、网络研讨会和分组讨论中的所有内容。当主持人或受管制的用户加入会议时,受管制的用户主持的会议或网络研讨会将开始存档。账户所有者和管理员还可以允许受管制的用户存档会议中聊天。
为了表明会议正在存档,以及哪些项目正在存档,会出现不同类型的指示符。
要为一组用户启用或禁用存档会议和网络研讨会:
管理员可以自定义账户或用户组的存档免责声明,以添加有关存档的信息,如组织的条款和条件,或包括组织正在存档的内容在内的更多信息。
默认情况下,会议中聊天以TXT格式存档。账户所有者和管理员可以选择以 JSON格式存档会议中聊天数据,以便于解析和添加未来的增强功能。要启用为会议中聊天存档的JSON格式,请向Zoom支持提交请求。
客户注意事项:如果您正在与合规合作伙伴合作,请确保他们支持此功能,然后再在您的账户上启用此功能。
合规合作伙伴注意事项:如果您支持以JSON格式存档会议中聊天,请告知与您合作的客户,以便为他们的账户启用此功能。
功能 | TXT | JSON |
---|---|---|
公共消息 | 已启用 | 已启用 |
私聊(1:1) | 已启用 | 已启用 |
已删除的消息 | 已禁用 | 已启用 |
等候室聊天消息 | 已禁用 | 已启用 |
分组讨论聊天消息 | 已禁用 | 已启用 |
表情符号和非言语反馈 | 已禁用 | 已启用 |
在外部会议上存档会议中聊天
| 已禁用 | 已启用 |
1 { 2 "uuid": { 3 "type": "string", 4 "description": "The meeting or webinar's universally unique ID (UUID). Each meeting or webinar instance generates its own UUID." 5 }, 6 "messages": { 7 "type": "array", 8 "items": { 9 "msg_type": { 10 "type": "integer", 11 "enum": [1,2,3,4,5], 12 "description": "Text Message Type. 1: public chat, 2: private chat, 3: deleted chat, 4: emoji reaction, 5: nonverbal feedback." 13 }, 14 "e_time": { 15 "type": "string", 16 "format": "HH:MM:SS, H:hour, M:minute, S:second", 17 "description": "The elapsed time after the meeting or webinar started." 18 }, 19 "s_id": { 20 "type": "string", 21 "description": "The sender's ID for the text message in the meeting or webinar. If the user did not choose to display email and node_id, the value is an empty string." 22 }, 23 "s_name": { 24 "type": "string", 25 "format": "base64 string", 26 "description": "The sender's name for the text message in the meeting or webinar." 27 }, 28 "s_email": { 29 "type": "string", 30 "format": "email, base64 string", 31 "description": "The sender's email for the text message in the meeting or webinar. If the user did not choose to display email and node_id, the value is an empty string." 32 }, 33 "allOf": [ 34 { 35 "if": { 36 "msg_type": { 37 "const": "1 or 2 or 3" 38 } 39 }, 40 "then": { 41 "msg_id": { 42 "type": "string", 43 "format": "base64 string", 44 "description": "The text message's unique ID of the meeting or webinar or the unique ID of the deleted text messages of the meeting or webinar." 45 }, 46 "msg_extended_type": { 47 "type": "string", 48 "pattern": "[00-99][00-99][00-99][00-99][00-99][00-99]", 49 "description": "The format XX XX XX XX XX XX of this message type from the left to right has 2-digit pair numbers which indicates the type of the message. The information for each pair is listed here:- 1st XX pair(Sender Location): 01-Meeting, 02-Webinar, 03-Breakout Room, 04-Waiting Room 2nd XX pair(Receiver Location) 01-Meeting, 02-Webinar, 03-Breakout Room, 04-Waiting Room 3rd XX pair(Message Type): 01-Sent, 02-Deleted 4th XX pair: 00 5th XX pair(Receiver): 01- Everyone in meeting, 02-(Webinar)Host and Panelists, 03-(Webinar)Attendee CC to Panelists, 04-Direct message to User, 05-Waiting Room Participants, 06 - To All Hosts (from Waiting Room). 6th XX pair: 00”, 50 } 51 } 52 }, 53 { 54 "if": { 55 "msg_type": { 56 "const": "1 or 2 or 4" 57 } 58 }, 59 "then": { 60 "msg_content": { 61 "type": "string", 62 "format": "base64 string", 63 "description": "The content of this text message in the meeting or webinar or the command of the emoji reaction in the meeting or webinar." 64 } 65 } 66 }, 67 { 68 "if": { 69 "msg_type": { 70 "const": 5 71 } 72 }, 73 "then": { 74 "msg_content": { 75 "type": "string", 76 "format": "string of integer", 77 "description": "The command of the nonverbal feedback in the meeting or webinar. 0: Lower Non-Verbal Feedback, 1: Raise Hand, 2: Yes, 3: No, 4: Fast, 5: Slow, 9: Coffee Cup (I’m Away)" 78 } 79 } 80 } 81 ] 82 } 83 } 84}