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": "3ebd9dcd-291e-41aa-a664-6e2cd4817576",
"StartTime": "2025-12-14T02:42:02.0217843+00:00",
"EndTime": "2025-12-14T02:42:02.0217843+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-14T02:42:02.0217843+00:00</EndTime> <ParticipantKey>3ebd9dcd-291e-41aa-a664-6e2cd4817576</ParticipantKey> <StartTime>2025-12-14T02:42:02.0217843+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.