File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -277,35 +277,3 @@ paths:
277277 items :
278278 $ref : ' #/components/schemas/Participant'
279279
280- /meetings/{meetingId}/chat :
281- post :
282- summary : Send chat message
283- description : |
284- Sends a real-time chat message to a meeting room. This is useful for in-meeting communication between participants.
285- The message is stored and can be retrieved later via the chat history endpoint.
286- security :
287- - bearerAuth : []
288- parameters :
289- - name : meetingId
290- in : path
291- required : true
292- schema :
293- type : string
294- requestBody :
295- required : true
296- content :
297- application/json :
298- schema :
299- type : object
300- properties :
301- sender_id :
302- type : string
303- message :
304- type : string
305- required :
306- - sender_id
307- - message
308- responses :
309- ' 200 ' :
310- description : Message sent
311-
You can’t perform that action at this time.
0 commit comments