triggers in RTC
Is it possible to create some sort of "triggers" in RTC for these uses:
Accepted answer
All the above use cases can be implemented using follow up actions participants. See https://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/ for general information. Follow the links inside. https://jazz.net/library/article/1000 explains the setup and how participants work.
Comments
but this solution is still an outside solution. what exactly is the difference between this solution and using RTC Client Plain Java Lib and triggering it every x times?
A participant is a server JAVA extension. You can not be more inside.
just for further understanding - it's still an extension you add to the client and not part of the project configuration right?
No, you don't add it to the client and it has to be configured in the project areas process configuration. It is a Extension to the server. Read the information and follow the workshop.