@@ -2308,12 +2308,12 @@ const apiInstance = new freeclimb.DefaultApi(configuration);
23082308
23092309let body: freeclimb .DefaultApiListConferenceRecordingsRequest = {
23102310
2311+ // string | Show only Recordings made during the conference with this ID.
2312+ conferenceId: " conferenceId_example" ,
2313+
23112314 // string | Show only Recordings made during the Call with this ID. (optional)
23122315 callId: " callId_example" ,
23132316
2314- // string | Show only Recordings made during the conference with this ID. (optional)
2315- conferenceId: " conferenceId_example" ,
2316-
23172317 // string | Only show Recordings created on this date, formatted as *YYYY-MM-DD*. (optional)
23182318 dateCreated: " dateCreated_example" ,
23192319
@@ -2329,8 +2329,8 @@ apiInstance.listConferenceRecordings(body).then((data:any) => {
23292329
23302330Name | Type | Description | Notes
23312331------------- | ------------- | ------------- | -------------
2332+ ** conferenceId** | [ ** string** ] | Show only Recordings made during the conference with this ID. | defaults to undefined
23322333 ** callId** | [ ** string** ] | Show only Recordings made during the Call with this ID. | (optional) defaults to undefined
2333- ** conferenceId** | [ ** string** ] | Show only Recordings made during the conference with this ID. | (optional) defaults to undefined
23342334 ** dateCreated** | [ ** string** ] | Only show Recordings created on this date, formatted as * YYYY-MM-DD* . | (optional) defaults to undefined
23352335
23362336
@@ -2891,7 +2891,6 @@ Name | Type | Description | Notes
28912891# ** makeAWebrtcJwt**
28922892> string makeAWebrtcJwt(createWebRTCToken)
28932893
2894- Make a JWT for WebRTC calling
28952894
28962895### Example
28972896
0 commit comments