Raymond Hill 2021-07-31 07:15:19 -04:00
parent 23cabfd440
commit dc08478130
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
/******************************************************************************/ /******************************************************************************/
if ( typeof vAPI !== 'object' || vAPI === null ) {
return;
}
/******************************************************************************/
const epickerId = vAPI.randomToken(); const epickerId = vAPI.randomToken();
let epickerConnectionId; let epickerConnectionId;