Skip to content

Commit 9dba55d

Browse files
author
Pramod
committed
Attribute 'recordWhenAlone' added in Conference XML
1 parent 4eca1d5 commit 9dba55d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Plivo/Plivo.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Plivo</id>
5-
<version>1.2.6</version>
5+
<version>1.2.7</version>
66
<title>Plivo</title>
77
<authors>Rakesh</authors>
88
<owners>Plivo Inc</owners>
@@ -11,6 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Plivo REST API and XML helper library</description>
1313
<releaseNotes>
14+
* 1.2.7 Added 'recordWhenAlone' attribute in Conference XML
1415
* 1.2.6 Fixed available number group for renting numbers.
1516
* 1.2.5 Fix issues with packaging.
1617
* 1.2.3 Allow optional parameters on various APIs.

Plivo/PlivoXML.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public Conference(string body, dict parameters)
237237
{ "sendDigits", "muted", "enterSound", "exitSound", "startConferenceOnEnter",
238238
"endConferenceOnExit", "stayAlone", "waitSound", "maxMembers", "timeLimit",
239239
"hangupOnStar", "action", "method", "callbackUrl", "callbackMethod", "digitsMatch",
240-
"floorEvent", "redirect", "record", "recordFileFormat", "transcriptionType", "transcriptionUrl",
240+
"floorEvent", "redirect", "record", "recordFileFormat","recordWhenAlone", "transcriptionType", "transcriptionUrl",
241241
"transcriptionMethod"
242242
};
243243
addAttributes();
@@ -375,4 +375,4 @@ public DTMF(string body)
375375
ValidAttributes = new list() { "" };
376376
}
377377
}
378-
}
378+
}

0 commit comments

Comments
 (0)