Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set groupid 3,but it goto group1 #51

Closed
zzzz0000aa opened this issue Oct 29, 2020 · 0 comments
Closed

set groupid 3,but it goto group1 #51

zzzz0000aa opened this issue Oct 29, 2020 · 0 comments

Comments

@zzzz0000aa
Copy link

I set group 1-5 in livechat web.l but it goto gourp 1,
this is test code ,
String licenceNumber = "XXXX";
String groupId = "3";
String userName = "Tester";
String email = "1111@126.com";
HashMap<String,String> customVariables = new HashMap<String, String>();
final ChatWindowConfiguration config = new ChatWindowConfiguration(licenceNumber, groupId, userName, email, customVariables);
Intent intent = new Intent(MainActivity.this, ChatWindowActivity.class);
intent.putExtras(config.asBundle());
startActivityForResult (intent,3333);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant