Domain parameter in react native wrapper

Hi
please someone can clarify the parameter "domain" specified in these methods to creare a chat wrapper?

Thanks
Luca

Hello,

I haven't used this SDK but that's probably the same domain parameter mentioned in the Android SDK: https://developer.genesys.cloud/commdigital/digital/webmessaging/mobile-messaging/messenger-mobile-sdk/android/#1--create-messenger-account

domain - The regional base domain address for a Genesys Cloud Web Messaging service. See full list of possible platform API regions. For example, if you are using the US East (Virginia) region, then the URL for your service will be https://apps.mypurecloud.com . To derive the value for the domain field in the MessengerAccount, remove the protocol (https:// ) and the subdomain (apps. in this example), leaving only mypurecloud.com , and this is the value you should pass to the domain field.

So "mypurecloud.com", "mypurecloud.ie", "mypurecloud.de", ...

Regards,

1 Like

Hi Jerome
it sounds good

thanks
Luca

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.