The participant list and external permission mask for an E2E conference call blockchain state.
e2e.chain.groupState#1ddc7584 participants:Vector<e2e.chain.GroupParticipant> external_permissions:int = e2e.chain.GroupState;
| Name | Type | Description |
|---|---|---|
| participants | Vector<e2e.chain.GroupParticipant> | Current call participants, identified by user ID and public key. |
| external_permissions | int | Permission bits used when applying a group-state change signed by a user not yet present in the current participant list. |