It seems I found what I need in ConfigAPIClient sample. If anyone knows another sample please write here.
Configuration API allows to retrieve and set configurations for video management system.
It seems I found what I need in ConfigAPIClient sample. If anyone knows another sample please write here.
Configuration API allows to retrieve and set configurations for video management system.
Yes, I think you found the right sample.
Also worth to mention AddUserWithConfigApi sample for establishing simple WCF communication in plugin.
Important note, you should call only your own dll-s inside constructors, because plugins are constructed during application start.
Thanks for reply. I will write additional details during development, maybe it will be helpful in future.