Skip to content

How To Obtain Member Info

tenaciousRas edited this page Nov 17, 2017 · 3 revisions

For chat to work, microConnect-android requires you specify the member information of the Boomtown Customer providing your app. Specifically you'll need to set the membersId/membersLocationId/membersUserId values in your Android application. These values are predetermined and can be obtained from the Boomtown Relay website. To obtain the membersId/membersLocationId/membersUserId:

  1. Log onto the Boomtown Relay website (https://relay.goboomtown.com).
  2. Click "Orgs" in the left menu.
  3. Find your organization in the list.
    search for Org in Relay website
  4. Double-click your org. to show the "Edit Partner" panel.
  5. Click Customers along the top of the Edit Partner window.
    view Customers related to an Org
  6. Find and double-click the appropriate Customer from the list. The "Edit Customer" panel will appear.
  7. In the Edit Customer panel, the Id field of the Member Info section contains the value to use for BTConnectHelpButton#membersId.
  8. Click Locations along the top of the Edit Customer panel.
    customer locations list in Relay
  9. Find and double-click the appropriate location for the user of your app. The "Edit Customer Location" panel will appear.
  10. In the Edit Customer Location panel, the Id field of the Location Information section contains the value to use for BTConnectHelpButton#membersLocationId.
    edit customer location in Relay
  11. Click Discard & Close in the lower right to return to the Edit Customer panel.
  12. Click Users along the top of the Edit Customer window.
  13. Find and double-click the user of your app. The "Edit Customer User" panel will appear.
  14. In the Edit Customer User panel, the Id field of the Customer User Info section contains the value to use for BTConnectHelpButton#membersUsersId.

Clone this wiki locally