e2e.chain.sharedKey

Encrypted shared group key material for an E2E conference call.

e2e.chain.sharedKey#8a847e7f ek:int256 encrypted_shared_key:string dest_user_id:Vector<long> dest_header:Vector<bytes> = e2e.chain.SharedKey;

Parameters

Name Type Description
ek int256 Ephemeral public key used to derive per-participant secrets for decrypting the shared key.
encrypted_shared_key string Encrypted raw group shared key.
dest_user_id Vector<long> User IDs of the participants for whom the shared key is encrypted.
dest_header Vector<bytes> Encrypted per-participant headers containing the one-time secret needed to decrypt encrypted_shared_key; must align with dest_user_id.

Type

e2e.chain.SharedKey

Related pages

E2E Group Calls