Skip to content

Commit 2205e6d

Browse files
Merge pull request #2 from Utkarsh-123github/newBranch
Removed chat
2 parents 8493b4c + 1859e01 commit 2205e6d

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

public/example/openAPISpec.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)