How to use RTC Java API with 2 accounts at the same time?
Hello, I`m facing an issue about RTC Java API. I try to connect RTC with 2 accounts to query in the same time. But RTC API only allow one account at a time.
It seems TeamPlatform.getTeamRepositoryService().getTeamRepository always return the same instance of repository.
So if you have any idea about this. Please help me.
Thanks,
Accepted answer
You have to create separate connections e.g manage multiple ITeamrepository objects with separate URI's and logins for each repository/user. I have done that in the past and it works. This is basic Java.
Comments
showing 5 of 9
show 4 more comments