-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- Log onto the Boomtown Relay website (https://relay.goboomtown.com).
- Click "Orgs" in the left menu.
- Find your organization in the list.
- Double-click your org. to show the "Edit Partner" panel.
- Click Customers along the top of the Edit Partner window.
- Find and double-click the appropriate Customer from the list. The "Edit Customer" panel will appear.
- In the Edit Customer panel, the Id field of the Member Info section contains the value to use for BTConnectHelpButton#membersId.
- Click Locations along the top of the Edit Customer panel.
- Find and double-click the appropriate location for the user of your app. The "Edit Customer Location" panel will appear.
- In the Edit Customer Location panel, the Id field of the Location Information section contains the value to use for BTConnectHelpButton#membersLocationId.
- Click Discard & Close in the lower right to return to the Edit Customer panel.
- Click Users along the top of the Edit Customer window.
- Find and double-click the user of your app. The "Edit Customer User" panel will appear.
- In the Edit Customer User panel, the Id field of the Customer User Info section contains the value to use for BTConnectHelpButton#membersUsersId.