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) Delete() error + func (c Client) DeleteWithContext(context context.Context) error + func (c Client) Fetch() (*FetchCompositionResponse, error) + func (c Client) FetchWithContext(context context.Context) (*FetchCompositionResponse, error) + type ClientProperties struct + Sid string + type FetchCompositionResponse struct + AccountSid string + AudioSources []string + AudioSourcesExcluded []string + Bitrate int + DateCompleted *time.Time + DateCreated time.Time + DateDeleted *time.Time + Duration int + Format string + Resolution string + RoomSid string + Sid string + Size int + Status string + Trim bool + URL string + VideoLayout map[string]interface{}