Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VT-8376:mpcRecoringParamsAdded #219

Merged
merged 5 commits into from
Oct 30, 2024
Merged

VT-8376:mpcRecoringParamsAdded #219

merged 5 commits into from
Oct 30, 2024

Conversation

ajay-plivo
Copy link
Contributor

No description provided.

@@ -117,6 +117,8 @@ type MultiPartyCallStartRecordingParams struct {
FileFormat string `json:"file_format,omitempty" url:"file_format,omitempty"`
RecordingCallbackUrl string `json:"recording_callback_url,omitempty" url:"recording_callback_url,omitempty"`
RecordingCallbackMethod string `json:"recording_callback_method,omitempty" url:"recording_callback_method,omitempty"`
TranscriptionUrl string `json:"transcription_url,omitempty" form:"transcription_url" valid:"isurl~invalid url,optional"`
Transcript bool `json:"transcript" form:"transcript" valid:"-"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the newly added params are read from form and other params are read from url ?

CHANGELOG.md Show resolved Hide resolved
@sandeep-plivo sandeep-plivo merged commit df06349 into master Oct 30, 2024
24 of 25 checks passed
@sandeep-plivo sandeep-plivo deleted the VT-8376 branch October 30, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants