File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -391,26 +391,26 @@ export default {
391391 } ) ;
392392 return data ;
393393 } ,
394- } ,
395- async listPastMeetingParticipants ( meetingId , nextPageToken ) {
396- const { data } = await this . _makeRequest ( {
397- path : `/past_meetings/ ${ meetingId } /participants` ,
398- params : {
399- page_size : 100 ,
400- next_page_token : nextPageToken ,
401- } ,
402- } ) ;
403- return data ;
404- } ,
405- async listMeetingRecordings ( meetingId , params , nextPageToken ) {
406- const { data } = await this . _makeRequest ( {
407- path : `/meetings/ ${ meetingId } /recordings` ,
408- params : {
409- page_size : 100 ,
410- next_page_token : nextPageToken ,
411- ... params ,
412- } ,
413- } ) ;
414- return data ;
394+ async listPastMeetingParticipants ( meetingId , nextPageToken ) {
395+ const { data } = await this . _makeRequest ( {
396+ path : `/past_meetings/ ${ meetingId } /participants` ,
397+ params : {
398+ page_size : 100 ,
399+ next_page_token : nextPageToken ,
400+ } ,
401+ } ) ;
402+ return data ;
403+ } ,
404+ async listMeetingRecordings ( meetingId , params , nextPageToken ) {
405+ const { data } = await this . _makeRequest ( {
406+ path : `/meetings/ ${ meetingId } /recordings` ,
407+ params : {
408+ page_size : 100 ,
409+ next_page_token : nextPageToken ,
410+ ... params ,
411+ } ,
412+ } ) ;
413+ return data ;
414+ } ,
415415 } ,
416416} ;
You can’t perform that action at this time.
0 commit comments