Is there any API or way in which we can get the RTC stream name from the Project explorer or Navigator view selection in eclipse. I am creating a RTC util which needs some basic inputs like stream name or project (that user select on navigator), which in turn communicates with RTC in doing our project related activies.
Project explorer / Navigator shows the users local repository name, but i am unable go get those, these two views provide the file as IFile or IResource(IFolder, IProject.. etc) or ICompliationUnits. which gives only the path of the file.
So Is there anyway where i can get those stream name from those project/file that user select.
Thanks in advance.