You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the command const deviceList = await client.getDevices();
I get all devices for the current user. And now I want to verify all non verified devices programmatically.
I have no idea how to do. Does someone know how to do that ? Many thanks in advance
The text was updated successfully, but these errors were encountered:
Many thanks for your answer. It works partly. Now I would like to describe the problem in detail.
I start the client in a express application with node index.js and this process creates a non verified device. As I use encrypted rooms only, I need to verify the devices after their creation. I tried a lot, but unforunately without success.
Hi, after I have created a new session/device using
With the command
const deviceList = await client.getDevices();
I get all devices for the current user. And now I want to verify all non verified devices programmatically.
I have no idea how to do. Does someone know how to do that ? Many thanks in advance
The text was updated successfully, but these errors were encountered: