N
N
Nekit Strelok2021-08-15 10:01:53
JavaScript
Nekit Strelok, 2021-08-15 10:01:53

How to make a static peerID?

How to make a static peerID for calls between two people, for example, I'm making a chat with calls, and I need the ID to be generated 1 time, entered into the database and then used. Is it possible to do this? Or is there another way to have a static peerID ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
imageman, 2021-08-17
@imageman

Option: the first time you connect, an ID is generated and stored on the client.
Classic variant: e-mail+password+salted hash acts as an ID
"dirty" variant - digital fingerprints are collected (installed fonts, time zone, language, MAC address, etc.), which are stored on the server. When reconnecting, we collect and verify prints.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question