Versions in this module Expand all Collapse all v0 v0.20.0 Mar 26, 2022 Changes in this version + type Client struct + func New(client *client.Client, properties ClientProperties) *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 ClientProperties struct + RoomSid string + 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