<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>code on Blog</title>
    <link>https://blog.ivrpowers.com/tags/code/</link>
    <description>Recent content in code on Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 16 Aug 2018 10:00:00 +0200</lastBuildDate><atom:link href="https://blog.ivrpowers.com/tags/code/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Logging with Log Rotation</title>
      <link>https://blog.ivrpowers.com/post/coding/videortc-log-rotation/</link>
      <pubDate>Thu, 16 Aug 2018 10:00:00 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/videortc-log-rotation/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons Improve your Video RTC debugging tasks and platform monitoring for all your applications Logging takes place in the execution of your Video RTC applications to provide an audit trail that can be used to understand the activity of the system and to diagnose problems to find and fix bugs. We are pleased to talk a bout a very useful tool for managing log files called Log Rotation.</description>
    </item>
    
    <item>
      <title>How to configure and customise your Webclient</title>
      <link>https://blog.ivrpowers.com/post/coding/videortc-webclient-configuration/</link>
      <pubDate>Thu, 05 Jul 2018 09:00:00 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/videortc-webclient-configuration/</guid>
      <description>Photo source: Interactive Powers, Pexels Creative Commons Webclient (WebRTC) provides a user-friendly webphone that allows all your customers and users to make phone calls directly from a website to your business IVR or PBX from any desktop native WebRTC compliant web browser (Firefox, Chrome, Opera,…). In this post we will show you how to customize the Webclient using the different configuration options at flavour/theme level.
The design of our webclient is composed by a logo and a main default color.</description>
    </item>
    
    <item>
      <title>How to insert a Webphone into an iFrame</title>
      <link>https://blog.ivrpowers.com/post/coding/webclient-website-iframe/</link>
      <pubDate>Mon, 07 May 2018 20:00:00 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/webclient-website-iframe/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons In a previous post we explained how to include a Webphone button to launch our Webclient (Webphone) in a popup window. In this case, we want to include the Webclient directly in a website as an iFrame and not in an external page.
Including an iFrame element First of all, you need to include an iFrame HTML5 element in your website like this:</description>
    </item>
    
    <item>
      <title>Five Steps to quickly make your own Videocalling application with VideoRTC.js (WebRTC)</title>
      <link>https://blog.ivrpowers.com/post/coding/five-steps-build-mobile-application/</link>
      <pubDate>Tue, 16 Jan 2018 21:00:00 +0100</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/five-steps-build-mobile-application/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons Users have asked us about our post on how to build a video call service in your mobile by using the Ionic Framework 2 and VideoRTC.js.
In this new release we offer you a more detailed explanation of the steps to take, so that you can successfully build your mobile video application.
Introduction. From the moment you established a VideoRTC interaction, by connecting with the video gateway, until the call is finished, library’s range of events are executed.</description>
    </item>
    
    <item>
      <title>How it Works our Datachannel with VideoRTC.js</title>
      <link>https://blog.ivrpowers.com/post/coding/datachannel-videortc/</link>
      <pubDate>Thu, 26 Oct 2017 10:45:24 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/datachannel-videortc/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons In this post, we will show you how it works with Datachannel using VideoRTC.js and how to code quickly a simple service for a specific purpose.
Introduction First of all you need to know the modules in which we currently have available the Datachannel: These are the Videocall and the SPLIT. In this example we will use the first one, though the operation would be the same in both.</description>
    </item>
    
    <item>
      <title>How to Add a Webphone Button in your Website</title>
      <link>https://blog.ivrpowers.com/post/coding/webphonebutton-website/</link>
      <pubDate>Wed, 11 Oct 2017 11:30:24 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/webphonebutton-website/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons In this post we will show you how to add a Webphone button in your website using our customizable webcall widget.
Step one: Installation To install the Webphone Button in your web­page you need to download our webcall widget webcall_widget_noflash.zip and uncompress it in the directory of your website.
To insert it, you first need to add the CSS Stylesheet file to your webpage.</description>
    </item>
    
    <item>
      <title>How to Build your Own Videoconference Service</title>
      <link>https://blog.ivrpowers.com/post/coding/videortc-build-videoconference/</link>
      <pubDate>Wed, 04 Oct 2017 10:45:24 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/videortc-build-videoconference/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons Today we bring you this interesting article on How to build your own videoconference service based on HTML5 technology by using our API Framework with VideoRTC.js.
Step one: Setting up the basic structure As we have explained in previous posts, first of all it is important that you include dependency within your project or web page.
&amp;lt;script type=&amp;#34;text/javascript&amp;#34; src=&amp;#34;videortc.js&amp;#34;&amp;gt;&amp;lt;/script&amp;gt; You can insert a minimized version if you prefer so:</description>
    </item>
    
    <item>
      <title>How to Build a Mobile Video Application (WebRTC)</title>
      <link>https://blog.ivrpowers.com/post/coding/videortc-build-mobile-app/</link>
      <pubDate>Mon, 11 Sep 2017 10:45:24 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/videortc-build-mobile-app/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons In this post we will show you how to build a video call service in your mobile by using the Ionic Framework 2 and VideoRTC.js.
Step 1: Setting up the basic structure Firstly, you need to install an Ionic project in your system. If you don’t have it, you can download and follow the official guide from the Ionic Framework 2 web site.</description>
    </item>
    
    <item>
      <title>How to Build a Videocall Service (WebRTC)</title>
      <link>https://blog.ivrpowers.com/post/coding/videortc-build-videocall/</link>
      <pubDate>Fri, 01 Sep 2017 11:59:22 +0200</pubDate>
      
      <guid>https://blog.ivrpowers.com/post/coding/videortc-build-videocall/</guid>
      <description>Photo Source: Interactive Powers, Pexels. Creative Commons In this post we will show you how to build your videocall service based on HTML5 technology by using our API Framework with VideoRTC.js.
Step 1: Setting up the basic structure Firstly, you will need to include dependency within your project or web page:
&amp;lt;script type=&amp;#34;text/javascript&amp;#34; src=&amp;#34;videortc.js&amp;#34;&amp;gt;&amp;lt;/script&amp;gt; You can insert a minimized version if you prefer so:
&amp;lt;script type=&amp;#34;text/javascript&amp;#34; src=&amp;#34;videortc.min.js&amp;#34;&amp;gt;&amp;lt;/script&amp;gt; Next, we connect with the video gateway server:</description>
    </item>
    
  </channel>
</rss>
