Skip to content

Commit

Permalink
VT-8411_1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-plivo committed Nov 14, 2024
1 parent c56f937 commit 2fa41f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/plivoxml.go
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ type MultiPartyCallElement struct {
StartRecordingAudioMethod *string `xml:"StartRecordingAudioMethod,attr"`
StopRecordingAudio *string `xml:"StopRecordingAudio,attr"`
StopRecordingAudioMethod *string `xml:"StopRecordingAudioMethod,attr"`
RecordParticipantTrack *bool `xml:"record_participant_track,attr"`
RecordParticipantTrack *bool `xml:"recordParticipantTrack,attr"`
}

func (e MultiPartyCallElement) SetRecordParticipantTrack(value bool) MultiPartyCallElement {
Expand Down

0 comments on commit 2fa41f0

Please sign in to comment.