Title: access xml-rpc RTC from browser Post by: mkurnia on January 15, 2016, 10:04:35 AM hi Danijel,
any tutorial to access realthinclient from browser? thanks Title: Re: access xml-rpc RTC from browser Post by: D.Tkalcec (RTC) on January 15, 2016, 11:30:56 AM There are no RTC tutorials for writing Web-based applications accessing a RTC Server with XML-RPC, but you should be able to find a ton of examples and lessons for HTML and JavaScript on the web (both of which you should get familiar with if you are writing Browser-based Applications). To make XML-RPC calls, you will need JavaScript (google JavaScript and XML-RPC). On the RTC Server side, either use the RTC WebServer Demo to provide access to your static files (containing your HTML and JavaScript code) or take a look at Server Quick Start Lessons on how to generate dynamic content for the Web Browser using TRtcDataProvider components.
Best Regards, Danijel Tkalcec |