7.6.3 Leader Join
When the leader joins the meeting meetingID, they:
Fetches meetingUUID from the Zoom infrastructure.
Generates a symmetric 32-byte seed MK using a secure random number generator.
Gets the full list of participants I from the MMR.
For each participant i ∈ I, it runs the “Participant Join (Leader)” subroutine for i.
Each MK has an associated sequence number mkSeqNum, starting at 1 and incrementing whenever the key changes as described in Section 7.6.6
Last updated