Skip to content

Commit

Permalink
callback
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-plivo committed Jan 4, 2024
1 parent 8aaba3f commit edfb159
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions multipartycall.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,13 @@ type MultiPartyCallAudioResponse struct {
}

type MultiPartyCallSpeakParams struct {
Text string `json:"text" url:"text"`
Voice string `json:"voice" url:"voice,omitempty"`
Language string `json:"language" url:"language,omitempty"`
Mix bool `json:"mix" url:"mix,omitempty"`
Type string `json:"type,omitempty" url:"type,omitempty"`
Text string `json:"text" url:"text"`
Voice string `json:"voice" url:"voice,omitempty"`
Language string `json:"language" url:"language,omitempty"`
Mix bool `json:"mix" url:"mix,omitempty"`
Type string `json:"type,omitempty" url:"type,omitempty"`
CallbackURL string `json:"callback_url,omitempty" url:"callback_url,omitempty"`
CallbackMethod string `json:"callback_method,omitempty" url:"callback_method,omitempty"`
}

func (service *MultiPartyCallService) List(params MultiPartyCallListParams) (response *MultiPartyCallListResponse, err error) {
Expand Down

0 comments on commit edfb159

Please sign in to comment.