Validating whether the user exists in RTC
Hello,
I have user name and Email Address.
1). Is there any possibility to validate whether the particular user has an account in RTC??
2). There is a possibility of fetching contributorHandle based on the user id . Is there any way to fetch the same based on the user name or Email Address??
Thanks in advance!!
Regards,
Rajagopal
I have user name and Email Address.
1). Is there any possibility to validate whether the particular user has an account in RTC??
2). There is a possibility of fetching contributorHandle based on the user id . Is there any way to fetch the same based on the user name or Email Address??
Thanks in advance!!
Regards,
Rajagopal
Accepted answer
See the Java Doc for IContributorManager class. There is a fetchContributorByUserId method. Otherwise you might have to fetch all the contributors and filter against what you have.