@webex/internal-plugin-conversation

Plugin for the Conversation service

Usage no npm install needed!

<script type="module">
  import webexInternalPluginConversation from 'https://cdn.skypack.dev/@webex/internal-plugin-conversation';
</script>

README

@webex/internal-plugin-conversation

standard-readme compliant

Plugin for the Conversation service

This is an internal Cisco Webex plugin. As such, it does not strictly adhere to semantic versioning. Use at your own risk. If you're not working on one of our first party clients, please look at our developer api and stick to our public plugins.

Install

npm install --save @webex/internal-plugin-conversation

Usage


import '@webex/internal-plugin-conversation';

import WebexCore from '@webex/webex-core';

const webex = new WebexCore();
webex.internal.conversation.WHATEVER

This is the list of environment variable used by this plugin:

  • WEBEX_CONVERSATION_DEFAULT_CLUSTER - The name of the conversation cluster that contains all of the organizations and spaces prior to federation phase 2. This defaults to urn:TEAM:us-east-2_a:identityLookup for production but can be changed to urn:TEAM:us-east-1_int13:identityLookup for integration.
  • WEBEX_CONVERSATION_CLUSTER_SERVICE - The name of the conversation cluster service used to lookup the host in the hostmap. Defaults to identityLookup, but if the service changes, will need to be updated.

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.