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

    Interface JoinChannelInput

    Properties required when adding a handle to an existing channel.

    JoinChannelInput

    interface JoinChannelInput {
        channelId: ChannelId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    channelId: ChannelId

    The identifier of the desired channel to join.

    handleId: HandleId

    Identifier of the handle owned by this client.