James Graham

Results 10 comments of James Graham

I was trying to avoid that extra lookup but it might be safer. Is there any documentation on where a UPN might not be an email address?

If you are using `string` data type, you will likely run into issues because ES6 does not support it. There is a PR half solving this. If I get time...

Also looking for this and surprised it's absent as a feature

Would be great to get this merged, we noticed it looks odd amongst the other buttons

@1fabi0 the issue is that there are 2 banners in play: 1. Policy applied to one or more participants requires this call to be recorded. (always present if a bot...

@MatusGoljerSalesChamp which specific case do you use for this property?

This code is responsible: ``` 'tollFreeNumbers' => function (ParseNode $n) { $val = $n->getCollectionOfPrimitiveValues(); if (is_array($val)) { TypeUtils::validateCollectionValues($val, 'string'); } /** @var array|null $val */ $this->setTollFreeNumbers($val); }, ``` `$val` is...

We can't get every tenant to setup Audio so we just overrode the class and tweaked it as you suggest. Composer overrides take care of it but not very clean.