Versions in this module Expand all Collapse all v0 v0.25.0 Dec 20, 2022 v0.24.0 Dec 18, 2022 v0.23.3 Dec 14, 2022 v0.23.2 Dec 14, 2022 v0.23.1 Dec 11, 2022 v0.23.0 Dec 9, 2022 v0.22.0 Jun 18, 2022 v0.21.0 Jun 17, 2022 v0.20.0 Jun 16, 2022 v0.19.0 Sep 5, 2021 v0.18.0 Jul 25, 2021 v0.17.0 May 8, 2021 v0.16.0 Mar 22, 2021 v0.15.0 Mar 13, 2021 Changes in this version + type Client struct + func New(client *client.Client) *Client + func (c *Client) NewRecordingsPaginator() *RecordingsPaginator + func (c *Client) NewRecordingsPaginatorWithOptions(options *RecordingsPageOptions) *RecordingsPaginator + func (c Client) Page(options *RecordingsPageOptions) (*RecordingsPageResponse, error) + func (c Client) PageWithContext(context context.Context, options *RecordingsPageOptions) (*RecordingsPageResponse, error) + type PageMetaResponse struct + FirstPageURL string + Key string + NextPageURL *string + Page int + PageSize int + PreviousPageURL *string + URL string + type PageRecordingGroupingSidsResponse struct + ParticipantSid string + RoomSid string + type PageRecordingResponse struct + AccountSid string + Codec string + ContainerFormat string + DateCreated time.Time + Duration int + GroupingSids PageRecordingGroupingSidsResponse + Offset int + RoomSid string + Sid string + Size int + SourceSid string + Status string + TrackName string + Type string + URL string + type RecordingsPage struct + CurrentPage *RecordingsPageResponse + Error error + type RecordingsPageOptions struct + DateCreatedAfter *time.Time + DateCreatedBefore *time.Time + GroupingSid *string + MediaType *string + Page *int + PageSize *int + PageToken *string + SourceSid *string + Status *string + type RecordingsPageResponse struct + Meta PageMetaResponse + Recordings []PageRecordingResponse + type RecordingsPaginator struct + Page *RecordingsPage + Recordings []PageRecordingResponse + func (p *RecordingsPaginator) CurrentPage() *RecordingsPageResponse + func (p *RecordingsPaginator) Error() error + func (p *RecordingsPaginator) Next() bool + func (p *RecordingsPaginator) NextWithContext(context context.Context) bool