Video rooms
External ID
https://www.talque.com/go/org/<org_id>/ext/<ext_id>/video/<ext_id_hash>Hashing
from hashlib import sha256
def ext_id_hash(ext_id):
return sha256(str(ext_id) + 'my-secret').hexdigest()Last updated
Was this helpful?