SDK Reference
Methods
UpdateConversation

updateConversation

Updates an existing conversation.

How to use?

const res = await orbis.updateConversation(conversation_id, options);

Parameters

  • conversation_id - (stream) ID of the conversation to update
  • options - object which contains details of the conversation
    • recipients - array Array of DIDs that should be part of the conversation
    • name - string optional Name of the conversation
    • description - string optional Description of the conversation
    • context - string optional Can be used to group conversations

Returns

{
  status: 200,
  doc: "kjzl6cwe1...e4wvxhiqj",
  result: "Success creating TileDocument."
}