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": "15e8fb30-c5b6-4cc3-a2ce-708ecaefb088",
"StartTime": "2026-05-06T11:27:36.0946649+00:00",
"EndTime": "2026-05-06T11:27:36.0946649+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-05-06T11:27:36.0946649+00:00</EndTime> <ParticipantKey>15e8fb30-c5b6-4cc3-a2ce-708ecaefb088</ParticipantKey> <StartTime>2026-05-06T11:27:36.0946649+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.