@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface ChannelMember

    The Sudo Platform SDK representation of a Channel Member. Model representing a handle's state as a member of a channel.

    ChannelMember

    interface ChannelMember {
        handle: Handle;
        membership: MembershipState;
        role: ChannelRole;
    }

    Hierarchy (View Summary)

    Index

    Properties

    handle: Handle

    Handle associated with the member.

    membership: MembershipState

    See Member.

    The role this channel member is assigned. See ChannelRole.