Skip to content

Commit

Permalink
New parameter create_mpc_if_alone in MPC Add Participant API
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinaya-Shunmugavel committed Jan 17, 2024
1 parent 38b1493 commit e194544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multipartycall.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ type MultiPartyCallAddParticipantParams struct {
RecordMinMemberCount int64 `json:"record_min_member_count,omitempty" url:"record_min_member_count,omitempty"`
AgentHoldMusic string `json:"agent_hold_music,omitempty" url:"agent_hold_music,omitempty"`
CustomerHoldMusic string `json:"customer_hold_music,omitempty" url:"customer_hold_music,omitempty"`
CreateMPCIfAlone *bool `json:"create_mpc_if_alone,omitempty" url:"create_mpc_if_alone,omitempty"`
}

type MultiPartyCallListParams struct {
Expand Down

0 comments on commit e194544

Please sign in to comment.