POST api/meet/room/{participantKey}/speaktime
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| participantKey | globally unique identifier |
Required |
Body Parameters
ParticipantSpeakTime| Name | Description | Type | Additional information |
|---|---|---|---|
| ParticipantKey | globally unique identifier |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParticipantKey": "9e53e8cf-4350-4c08-8f88-5432ad5f71b4",
"StartTime": "2026-01-09T08:17:30.8513264+00:00",
"EndTime": "2026-01-09T08:17:30.8513264+00:00"
}
application/xml, text/xml
Sample:
<Meet.ParticipantSpeakTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.App_Code"> <EndTime>2026-01-09T08:17:30.8513264+00:00</EndTime> <ParticipantKey>9e53e8cf-4350-4c08-8f88-5432ad5f71b4</ParticipantKey> <StartTime>2026-01-09T08:17:30.8513264+00:00</StartTime> </Meet.ParticipantSpeakTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.