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": "e63501f2-8047-4efe-96b2-6549db122311",
"StartTime": "2025-12-14T15:28:39.2806704+00:00",
"EndTime": "2025-12-14T15:28:39.2806704+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>2025-12-14T15:28:39.2806704+00:00</EndTime> <ParticipantKey>e63501f2-8047-4efe-96b2-6549db122311</ParticipantKey> <StartTime>2025-12-14T15:28:39.2806704+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.