IConversationStore.leaveConversation() method
Leave a conversation
Signature
leaveConversation(conversationId: ConversationId): Promise<void>;
Remarks
The conversation must be a room that the current user is a member of.
Parameters
Parameter | Type | Description |
---|---|---|
conversationId | ConversationId | The conversation to leave |
Throws
Error |
---|