This commit is contained in:
Aevann1 2022-01-15 10:08:52 +02:00
parent ecb0d7ff95
commit 5b17829d30
5 changed files with 12 additions and 17 deletions

View file

@ -2609,6 +2609,8 @@ const strid = document.getElementById('strid').innerHTML;
beamsClient.start()
.then((beamsClient) => beamsClient.getDeviceId())
.then(() => beamsClient.addDeviceInterest(`${strid}`))
.then(() => beamsClient.addDeviceInterest(strid))
.then(() => beamsClient.getDeviceInterests())
.catch(console.error);
.catch(console.error);
Android.Subscribe(strid);