Skip to content

Commit

Permalink
Made the update changes for first party and second party when create …
Browse files Browse the repository at this point in the history
…session with single party is set to true.
  • Loading branch information
JayaBharat-plivo committed Sep 16, 2024
1 parent 010dff2 commit f118722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maskingsession.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ type CreateMaskingSessionParams struct {
}

type UpdateMaskingSessionParams struct {
FirstParty string `json:"first_party,omitempty" url:"first_party,omitempty"`
SecondParty string `json:"second_party,omitempty" url:"second_party,omitempty"`
SessionExpiry int64 `json:"session_expiry,omitempty" url:"session_expiry,omitempty"`
CallTimeLimit int64 `json:"call_time_limit,omitempty" url:"call_time_limit,omitempty"`
Record bool `json:"record,omitempty" url:"record,omitempty"`
Expand Down

0 comments on commit f118722

Please sign in to comment.