mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-05 06:12:31 -06:00
erge branch 'VT-3158' of github.com:plivo/plivo-node into VT-3158
This commit is contained in:
commit
d76dc26150
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ export class MultiPartyCall extends PlivoResource{
|
|||
params.hold = 'false'
|
||||
}
|
||||
|
||||
if(params.startMpcOnEnter){
|
||||
if(params.startMpcOnEnter!=null){
|
||||
validParam('startMpcOnEnter', params.startMpcOnEnter, [Boolean, String], false)
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue