POST api/meet/room/{participantKey}/speaktime
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
participantKey | globally unique identifier |
Required |
Body Parameters
ParticipantSpeakTimeName | Description | Type | Additional information |
---|---|---|---|
ParticipantKey | globally unique identifier |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ParticipantKey": "59792bca-4a83-4b22-8f32-ec8c78d77776", "StartTime": "2025-04-20T20:58:13.0170213+00:00", "EndTime": "2025-04-20T20:58:13.0170213+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-04-20T20:58:13.0170213+00:00</EndTime> <ParticipantKey>59792bca-4a83-4b22-8f32-ec8c78d77776</ParticipantKey> <StartTime>2025-04-20T20:58:13.0170213+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.