Put asserted identity option under a 'voip' section
This commit is contained in:
parent
705505fe85
commit
be7d4d020b
2 changed files with 6 additions and 2 deletions
|
@ -189,7 +189,9 @@ describe('CallHandler', () => {
|
|||
|
||||
// Now set the config option
|
||||
SdkConfig.put({
|
||||
voipObeyAssertedIdentity: true,
|
||||
voip: {
|
||||
obeyAssertedIdentity: true,
|
||||
},
|
||||
});
|
||||
|
||||
// ...and send another asserted identity event for a different user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue