Home / @sym20/core-conversations / ISentJoinRequestStore / sendRequestToJoinConversation

ISentJoinRequestStore.sendRequestToJoinConversation() method

Send a request to join a conversation.

Signature
sendRequestToJoinConversation(conversationId: ConversationId): Promise<void>;

Parameters

ParameterTypeDescription
conversationIdConversationId

The conversation that the current user wishes to join

Throws

Error