Building video apps on Salesforce Platform

Size: px
Start display at page:

Download "Building video apps on Salesforce Platform"

Transcription

1 Building video apps on Salesforce Platform 1

2 All about makepositive Salesforce PLATINUM Partner More than 400 successful Salesforce project deliveries Leaders in Customer Engagement solutions #1 Professional Services Partner for Salesforce in the UK Innovation Passion

3 FRANCESCO IERVOLINO Salesforce Certified Technical

4 Agenda Objectives Video Platforms WebRTC EXAMPLE Streams, Connections, and Sessions Publishers / Subscribers High Level Architecture Stream Recording Apex SDK DEMO Use Cases and Next Steps Resources Q&A

5 Objectives Extend the Force.com capabilities Powering Force.com apps with real time communication Enhancing the user experience Provide multi-channel video capabilities Build scalable and cost effective video apps

6 Video Platforms Video Platform vs Standalone Apps OpenTok GoToMeeting WebEx Adobe Connect BuddyMeeting Google Hangout Skype Vidyo Vsee Skype Etc.

7 WebRTC Open project that provides browsers and mobile applications with Real- Time Communications (RTC) capabilities via simple APIs Supported by Google, Mozilla and Opera WebRTC enforces the usage of encryption for both the media and the signalling.

8 What s the best?

9 OpenTok The OpenTok Platform allows developers to integrate live, face-to-face video directly into their website and mobile apps using WebRTC Capabilities: Robust Messaging Multi-part calls Archiving Voice Intelligent Quality Control (IQC) WebRTC (No desktop client needed) IE plugin Rest API/Javascript SDK Android / ios SDK

10 Example 1

11 Streams, Connections, and Sessions STREAMS CONNECTIONS SESSIONS A stream is a single audio-video signal, which includes a user's published webcam and microphone feed. A connection is a logical abstraction of a single browser tab's interaction with a Session. The connection is the mechanism through which a browser publishes and subscribes to streams within a Session A session represents an entire video chat environment. It is a collection of connections publishing and subscribing to streams.

12 Publishers / Subscribers Publisher A Publisher publishes audio-video streams to the chat session. When you instantiate a Publisher, your browser notifies the Session that it is now streaming a new audio-video stream. When you destroy your publisher, its stream is terminated and the Session is notified appropriately. Subscriber A Subscriber consumes an audio-video stream in a Session, displaying it on the web page based on calls to the OpenTok client-side library. When a web page is notified that a new stream is being published to the Session, it must decide whether or not to subscribe to that stream. If the application logic deems that the stream should be subscribed to, it uses the OpenTok client-side library to instantiate a subscriber for that stream.

13 High Level Architecture The vast majority of functionality is delivered through the OpenTok client-side library. This is executed on the client's browser, ios app, or Android app. The web server needs to get involved when creating new Sessions or new Tokens.

14 Stream Recording Record, archive, and access every OpenTok session The Archiving API include a number of convenient features such as start-and-stop capabilities, server-side recording Archives are pushed directly to Amazon S3 account or Windows Azure, with the OpenTok Cloud serving as a 72-hour backup

15 Server SDKs The OpenTok Server SDKs let you create OpenTok sessions, generate tokens, and work with OpenTok archiving. Java PHP Python NodeJS.NET Ruby 15

16 What was missing?

17 Apex SDK We built the OpenTok Apex SDK and we open sourced Creating Sessions //Ensure custom setting has record String apikey = opentokkey c.getvalue('key').api_key c; OpenTok opentok = new OpenTok(Integer.valueOf(this.apiKey), opentokkey c.getvalues('key').secret c); OpenTokSession session = opentok.createsession(null); String sessionid = session.sessionid; Generating Tokens OpenTokSession session = new OpenTokSession(sessionId, Integer.valueOf(apiKey), opentokkey c.getvalues('key').secret c); OpenTokTokenOptions tokenoptions = new OpenTokTokenOptions(OpenTokRole.PUBLISHER, 30, UserInfo.getName()); String token = session.generatetoken(tokenoptions); Working with Archives OpenTokHTTPClient opentokhttpclient = new OpenTokHTTPClient(' api.opentok.com', Integer.valueof(openTokKey c.getvalues('key').api_key c), opentokkey c.getvalues('key').secret c); opentokhttpclient.startarchive('sessionid', 'Test_Recording');

18 DEMO

19 Use Cases Recruiting Application Customer Service (overlap with the SOS functionality) Training Application Interview Management Application Next Steps Embedding co-browsing functionality leveraging OpenTok signaling Screensharing

20 Resources OpenTok OpenTok Developer Guide Server SDKs Apex SDK WebRTC

21 Q&A FRANCESCO IERVOLINO Technical Architect,

22 Thank You

AWS Mobile Hub. Build, Test, and Monitor Your Mobile Apps. Daniel Geske, Solutions Architect 31 May 2017

AWS Mobile Hub. Build, Test, and Monitor Your Mobile Apps. Daniel Geske, Solutions Architect 31 May 2017 AWS Mobile Hub Build, Test, and Monitor Your Mobile Apps Daniel Geske, Solutions Architect 31 May 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What to Expect from the Session

More information

Integrating Salesforce and SharePoint Netwoven Inc.

Integrating Salesforce and SharePoint Netwoven Inc. Integrating Salesforce and SharePoint 2013 Netwoven Inc. Audience Background How many have some experience with: Salesforce.com: basic Sales or other Apps SharePoint 2013 Apps (SP or Cloud hosted) Development

More information

Connect Your Clouds with Force.com

Connect Your Clouds with Force.com Connect Your Clouds with Force.com Developer Track Jeff Douglas, Senior Technical Consultant, Appirio Safe Harbor Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This

More information

The Cloud Meeting Company

The Cloud Meeting Company The Cloud Meeting Company Cloud Meetings 2015 Cloud Meetings 1980 s 1990 s 2000 s Cloud Video Conferencing Telephone Conferencing Hardware Video Conferencing Online Meetings Group Messaging Simple Online

More information

Virtual Classrooms in Education

Virtual Classrooms in Education Virtual Classrooms in Education Welcome to the Human Network Your World Simplified 1 What Is WebEx Training Center? WebEx Training Center is the market leader in virtual classroom solutions, providing

More information

Cloud Computing 4/17/2016. Outline. Cloud Computing. Centralized versus Distributed Computing Some people argue that Cloud Computing. Cloud Computing.

Cloud Computing 4/17/2016. Outline. Cloud Computing. Centralized versus Distributed Computing Some people argue that Cloud Computing. Cloud Computing. Cloud Computing By: Muhammad Naseem Assistant Professor Department of Computer Engineering, Sir Syed University of Engineering & Technology, Web: http://sites.google.com/site/muhammadnaseem105 Email: mnaseem105@yahoo.com

More information

The office for the anywhere worker!!! Your LCB SOFTPHONE: A powerful new take on the all-in-one for a more immersive experience.

The office for the anywhere worker!!! Your LCB SOFTPHONE: A powerful new take on the all-in-one for a more immersive experience. The office for the anywhere worker!!! Your LCB SOFTPHONE: A powerful new take on the all-in-one for a more immersive experience. LCB SOFTPHONE FOR SALESFORCE Combine real-time communications and tracking

More information

Video Visits. Are Video Visits for counseling covered by insurance?

Video Visits. Are Video Visits for counseling covered by insurance? Video Visits Select Mental Health Counselors and Psychologists at Everett Clinic Center for Behavioral Health offer therapy sessions via a video visit for their returning patients. Video counseling visits

More information

Web Conference - InstaVC WebRTC-based Clientless VC Make the Right Impression Collaborate with your team like never before. With InstaVC, give presentations, have productive discussions, and come up with

More information

A Multilingual Video Chat System Based on the Service-Oriented Architecture

A Multilingual Video Chat System Based on the Service-Oriented Architecture 2017 IEEE Symposium on Service-Oriented System Engineering A Multilingual Video Chat System Based on the Service-Oriented Architecture Jayanti Andhale, Chandrima Dadi, Zongming Fei Laboratory for Advanced

More information

Jigsaw Troubleshooting Tips

Jigsaw Troubleshooting Tips Jigsaw Troubleshooting Tips September 11, 2015 Page 1 of 15 Table of Contents Help I click Join Using Browser button, but nothing happens.... 3 Tip # 1: Clear the Internet browser s cache or settings....

More information

Developing Enterprise Cloud Solutions with Azure

Developing Enterprise Cloud Solutions with Azure Developing Enterprise Cloud Solutions with Azure Java Focused 5 Day Course AUDIENCE FORMAT Developers and Software Architects Instructor-led with hands-on labs LEVEL 300 COURSE DESCRIPTION This course

More information

Polycom RealPresence Cloud

Polycom RealPresence Cloud 1.1 April 2016 3725-20316-001D Frequently Asked Questions Polycom RealPresence Cloud Contents RealPresence Cloud Frequently Asked Questions (FAQs)...2 General Usage...2 Bandwidth Requirements...4 Microsoft

More information

ESF Transnational Platform

ESF Transnational Platform ESF Transnational Platform Web tools hands on Thematic Experts seminar Brussels, 24-25 October 2016 Yves Boisselier, webmaster Partner search database Social Europe ESF TP Database https://ec.europa.eu/esf/transnationality/

More information

Team Advanced VC Services. Cisco WebEx Services

Team Advanced VC Services. Cisco WebEx Services Team Advanced VC Services Cisco WebEx Services People Want to Collaborate Their Way More Technology Choices Are Available Than Ever Before They want mobility. They want applications that make them more

More information

mashme.io Room of the Future

mashme.io Room of the Future mashme.io Room of the Future VERSION 2.2 Background & Vision The mashme.io Room of the Future is a breakthrough in education, e-learning and employee collaboration. It offers the most immersive video meeting

More information

Communicate anywhere, anytime, on any device

Communicate anywhere, anytime, on any device Hosted Voice Hosted Voice is a VoIP, cloud based phone system that routes your calls through your Internet connection, but you can also do much more than just make calls. Phone calls, instant messaging,

More information

The Future of Conferencing Devices in Microsoft Teams

The Future of Conferencing Devices in Microsoft Teams The Future of Conferencing Devices in Microsoft Teams Jeff Schertz Microsoft UC Architect, Polycom Skype for Business Microsoft MVP Polycom, Inc. All rights reserved. Agenda Calling Roadmap Personal Devices

More information

Integrating Mobile Applications - Contrasting the Browser with Native OS Apps. Cary FitzGerald

Integrating Mobile Applications - Contrasting the Browser with Native OS Apps. Cary FitzGerald Integrating Mobile Applications - Contrasting the Browser with Native OS Apps Cary FitzGerald caryfitz@employees.org Workshop Leaders Peter Dunkley Acision Adam van den Hoven Frozen Mountain Integrating

More information

Audio and Video Overview: Audio and Video Configuration. Ultra Experience: Audio and Video FAQ

Audio and Video Overview: Audio and Video Configuration. Ultra Experience: Audio and Video FAQ Ultra Experience: Audio and Video FAQ Date Published: Sep 05,2017 Category: Product:Help_FAQs; Version:Ultra_Experience Article No.: 000040454 Product: Collaborate - Ultra Experience Document Type: User

More information

Cloud Computing. Chapter 7 Collaboration in the Cloud

Cloud Computing. Chapter 7 Collaboration in the Cloud Cloud Computing Chapter 7 Collaboration in the Cloud Learning Objectives Define and describe collaboration. Define and describe cloud-based collaboration. List the benefits of cloud-based collaboration.

More information

WebRTC Gateway. Real-time communications in all browsers

WebRTC Gateway. Real-time communications in all browsers WebRTC Gateway Real-time communications in all browsers WebRTC Gateway & Web Communicator End-to-end Solution for real time communications. Bridging the gap between the Web and Telco worlds. Helping Telecom

More information

MediaCenter 9.3 Frequently Asked Questions

MediaCenter 9.3 Frequently Asked Questions FAQs MediaCenter 9.3 Frequently Asked Questions Is the Kollective SD ECDN Agent required when using MediaCenter? The Kollective SD ECDN Agent is not required for MediaCenter operation; however, Kontiki

More information

PANOPTO: Using Panopto in Canvas (Faculty)

PANOPTO: Using Panopto in Canvas (Faculty) PANOPTO: Using Panopto in Canvas (Faculty) Panopto is a service that allows you to record and store video and audio (podcast) recordings and link them to your Canvas courses. Panopto recordings and webcasts

More information

GoToMeeting Tips by Greg Hanner, 2014 Chair of the ECAR Technology & MLS Committee

GoToMeeting Tips by Greg Hanner, 2014 Chair of the ECAR Technology & MLS Committee GoToMeeting Tips by Greg Hanner, 2014 Chair of the ECAR Technology & MLS Committee 1. You will receive an email with the link to the GoToMeeting. Committees will decide whether the meeting will be entirely

More information

engagement for The Digital Era

engagement for The Digital Era engagement for The Digital Era Gregg Widdowson Digital Engagement Lead 2016 Avaya Inc. All rights reserved. Trends OUTCOME DRIVEN PERSONALIZATION CLOUD EVERYTHING MOBILITY EVERYWHERE EXTREME ANALYTICS

More information

Training Module. 1.0 Getting Started with Google+ Hangouts (Teacher)

Training Module. 1.0 Getting Started with Google+ Hangouts (Teacher) Training Module 1.0 Getting Started with Google+ Hangouts (Teacher) 0 Google+ Hangouts: Complete guide for Teacher Table of Content Table of Content Requirements for Hangout 1.0 Getting Started 1.1 Activate

More information

SHORETEL CONNECT. Eugenia Corrales Senior Vice President of Product. ShoreTel, Inc All rights reserved worldwide. 1

SHORETEL CONNECT. Eugenia Corrales Senior Vice President of Product. ShoreTel, Inc All rights reserved worldwide. 1 SHORETEL CONNECT Eugenia Corrales Senior Vice President of Product ShoreTel, Inc. 2015. All rights reserved worldwide. 1 THE SHORETEL DIFFERENCE End-to-end customer experience Application to end point

More information

VIDEO CONFERENCE. Family brochure Global Connections From Any Workplace. Excellent Video Conferencing Provider

VIDEO CONFERENCE. Family brochure Global Connections From Any Workplace. Excellent Video Conferencing Provider VIDEO CONFERENCE Family brochure 2018 Global Connections From Any Workplace Excellent Video Conferencing Provider Distributor/Dealer 2018 AVer Information Inc. All rights reserved. All brand names and

More information

Cloud Computing. An introduction using MS Office 365, Google, Amazon, & Dropbox.

Cloud Computing. An introduction using MS Office 365, Google, Amazon, & Dropbox. Cloud Computing An introduction using MS Office 365, Google, Amazon, & Dropbox. THIS COURSE Will introduce the benefits and limitations of adopting cloud computing for your business. Will introduce and

More information

Adobe Connect - Quick Reference Guide

Adobe Connect - Quick Reference Guide 1. Accessing Adobe Connect Events: URL (provided by host): http://events.wiley.com/roomname Host and Wiley Colleagues will Enter via SSO. Non-Wiley Participants: type their Name, City and State at center

More information

Docusign api c# API api api

Docusign api c# API api api Docusign api c# README.md. The Official DocuSign C# Client. Nuget version Nuget downloads Build status. You can sign up for a free developer sandbox. Aug 31, 2017. The design goal was to port the Node.js

More information

Programowanie w chmurze na platformie Java EE Wykład 1 - dr inż. Piotr Zając

Programowanie w chmurze na platformie Java EE Wykład 1 - dr inż. Piotr Zając Programowanie w chmurze na platformie Java EE Wykład 1 - dr inż. Piotr Zając Cloud computing definition Cloud computing is a model for enabling ubiquitous, convenient, ondemand network access to a shared

More information

Startups and Mobile Apps on AWS. Dave Schappell, Startup Business Development Manager, AWS September 11, 2013

Startups and Mobile Apps on AWS. Dave Schappell, Startup Business Development Manager, AWS September 11, 2013 Startups and Mobile Apps on AWS Dave Schappell, Startup Business Development Manager, AWS September 11, 2013 The most radical and transformative of inventions are those that empower others to unleash their

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

Blackboard Collaborate Ultra

Blackboard Collaborate Ultra Blackboard Collaborate Ultra Table of Contents Blackboard Collaborate Ultra Overview... 3 Bb Collaborate Terms and Technical Requirements... 3 Technical Suggestions... 3 Mobile devices... 4 What s New

More information

A Glance Over the Serverless Framework

A Glance Over the Serverless Framework A Glance Over the Serverless Framework Rafael Zotto Senior Software Architect, HP Inc. Short Bio Rafael Zotto Holds a master degree in Computer Science focused in high performance computing. Specialized

More information

Salesforce.com Summer '10 Release Notes

Salesforce.com Summer '10 Release Notes Salesforce.com: Summer '10 Salesforce.com Summer '10 Release Notes Last updated: July 20, 2010 Copyright 2000-2010 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of

More information

Communicate anywhere, anytime, on any device

Communicate anywhere, anytime, on any device Hosted Voice Phone calls, instant messaging, web conferencing and team collaboration in one amazing Unified Communication platform, powered by market leader, Mitel. All the benefits of the latest technology

More information

Getting Started with Zoom

Getting Started with Zoom Getting Started with Zoom The Institute of Agriculture has recently purchased a site license for a new cloud-based video conferencing service known as Zoom. If you have ever connected to a GoToMeeting,

More information

Introduction To Cloud Computing

Introduction To Cloud Computing Introduction To Cloud Computing What is Cloud Computing? Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g.,

More information

Presentation Title 11/13/2013

Presentation Title 11/13/2013 Enable Secure Information Sharing Right Data-Right People-Right Time MILCIS 2013 George Kamis RTCS Chief Technology Officer Kamis@TrustedCS.com +1 703-537-4310 EXIM Approval #IIS2013-268 Copyright 2013

More information

Instavc White Paper. Future of Enterprise Communication

Instavc White Paper. Future of Enterprise Communication Future of Enterprise Communication InstaVC is a futuristic Video Collaboration platform for the organizations to achieve client-less and plugin free, real-time communication which enables peer-to-peer

More information

ArcGIS for Server: Administration and Security. Amr Wahba

ArcGIS for Server: Administration and Security. Amr Wahba ArcGIS for Server: Administration and Security Amr Wahba awahba@esri.com Agenda ArcGIS Server architecture Distributing and scaling components Implementing security Monitoring server logs Automating server

More information

How to use Video Conferencing & Desktop Sharing on Magnet Voice

How to use Video Conferencing & Desktop Sharing on Magnet Voice How to use Video Conferencing & Desktop Sharing on Magnet Voice Video Conferencing and Collaboration CONTENTS User Guide... 1 1. How to set up a video session... 2. Running a video conference... 4 3. Screen

More information

Omni-Channel Messaging. Matt Sawkins, Product Manager

Omni-Channel Messaging. Matt Sawkins, Product Manager Omni-Channel Messaging Matt Sawkins, Product Manager Agenda What is Multi-Channel and Omni-Channel? Omni-Channel in SDL Campaigns Abandon Basket Example Campaign Resources Image placeholder Click on image

More information

Streaming Real-Time Data into Xcelsius Applications

Streaming Real-Time Data into Xcelsius Applications Streaming Real-Time Data into Xcelsius Applications Using the Xcelsius Connector for Adobe LiveCycle Data Services ES Todd Ruhl Adobe Solutions Architect COPYRIGHT 2008, BUSINESS OBJECTS S.A. AGENDA 1.

More information

Cisco Spark from Telstra. Empower teamwork

Cisco Spark from Telstra. Empower teamwork Cisco Spark from Telstra Empower teamwork Contents Product summary 03 Benefits 06 Solutions 07 Cisco Spark Business Messaging 07 Spark Advanced Meetings 08 Cisco Spark Hybrid Services 09 Spark Board 10

More information

YOUR MEDIA DELIVERED

YOUR MEDIA DELIVERED YOUR MEDIA DELIVERED SUBSPLASH PLATFORM Apps Web Player Podcasting The all-in-one solution to present and manage your content across multiple channels. HOW DOES IT WORK? UPLOAD ENCODE ORGANIZE SHARE Upload

More information

Delivering Large Scale WebRTC. Richard Tworek Principal WebRTC Strategies Twitter: rmtworek. WebRTC STRATEGIES 11/25/2013

Delivering Large Scale WebRTC. Richard Tworek Principal WebRTC Strategies Twitter: rmtworek. WebRTC STRATEGIES 11/25/2013 11/25/2013 1 Delivering Large Scale WebRTC Richard Tworek Principal WebRTC Strategies rtworek@webrtcstrategies.com Twitter: rmtworek 11/25/2013 WebRTC STRATEGIES 2 Panelists Michal Raz Vice President,

More information

What You Don t Know About Web Conferencing and Synchronous Technologies for Education and Training

What You Don t Know About Web Conferencing and Synchronous Technologies for Education and Training What You Don t Know About Web Conferencing and Synchronous Technologies for Education and Training Andrew Black, PhD, MBA Executive Director of Educational Technologies Assistant Professor University of

More information

Talkative Engage Mitel Architecture Guide. Version 1.0

Talkative Engage Mitel Architecture Guide. Version 1.0 Talkative Engage Mitel Architecture Guide Version 1.0 This document contains confidential information that is proprietary to Talkative. No part of its contents may be used, disclosed or conveyed to any

More information

Spark SDK Video - Overview and Coding Demo

Spark SDK Video - Overview and Coding Demo DEVNET-2026 Spark SDK Video - Overview and Coding Demo Olivier Proffit - Sr. Product Manager David Staudt DevNet Developer Evangelist Cisco Spark How Questions? Use Cisco Spark to communicate with the

More information

IMPROVES THE COLLABORATION WITH CUSTOMERS

IMPROVES THE COLLABORATION WITH CUSTOMERS IMPROVES THE COLLABORATION WITH CUSTOMERS Real-time communication between the browser and Skype for Business. LUWARE.COM INTRODUCTION RTC LAUNCHER IN DETAIL RTC Launcher provides your customers with an

More information

The Vidyo Conferencing Portfolio. Everything you need for HD video conferencing with incredible quality, reach and savings

The Vidyo Conferencing Portfolio. Everything you need for HD video conferencing with incredible quality, reach and savings The Vidyo Conferencing Portfolio Everything you need for HD video conferencing with incredible quality, reach and savings The Vidyo difference Vidyo is the leader in personal telepresence. We unlock the

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

FROM VSTS TO AZURE DEVOPS

FROM VSTS TO AZURE DEVOPS #DOH18 FROM VSTS TO AZURE DEVOPS People. Process. Products. Gaetano Paternò @tanopaterno info@gaetanopaterno.it 2 VSTS #DOH18 3 Azure DevOps Azure Boards (ex Work) Deliver value to your users faster using

More information

Chatter Desktop, Salesforce Files Desktop Client 5D992.c MMKT G Mobile access (1) 5D992.c MMKT G160317

Chatter Desktop, Salesforce Files Desktop Client 5D992.c MMKT G Mobile access (1) 5D992.c MMKT G160317 Sales Cloud Email integration (Connect For Outlook, Salesforce For Outlook, Salesforce Reports for Excel, Inbox) 5D992.c MMKT G160317 Lightning CLI EAR99 NLR N/A Service Cloud Email integration (Connect

More information

Over-the-Top B2C Mobile Messaging

Over-the-Top B2C Mobile Messaging Over-the-Top B2C Mobile Messaging B2C Messaging Today B2C mobile messaging is a multi-billion dollar market in growth mode and is used by businesses to attract, retain, and engage with customers for both

More information

Google Hangouts: More than just Video Chat a Sales Tool!" Donna Gilliland

Google Hangouts: More than just Video Chat a Sales Tool! Donna Gilliland Google Hangouts: More than just Video Chat a Sales Tool!" Donna Gilliland Practical Insights Top 3 most searched sites on the web! According to Alex.com rankings Google+ is Integrated into Google Searches

More information

QLIK VIRTUAL EVENT. qlik.com

QLIK VIRTUAL EVENT. qlik.com QLIK VIRTUAL EVENT qlik.com VIRTUAL EVENT SYSTEM REQUIREMENTS & QUICK START Operating System / Browser Combinations Windows 7 or 8 with IE8+ or the latest version of Firefox or Chrome Mac OS 10.7 with

More information

Google Hangout Lin Zhong

Google Hangout Lin Zhong Tutorial on Google Hangout, Fall, 2012. 1 Page Google Hangout Lin Zhong This tutorial will demonstrate how to make video chat with more than one people at once and how to share screen and video with group

More information

UCS Advanced and P3500M. User Guide and Instructions v2.1

UCS Advanced and P3500M. User Guide and Instructions v2.1 UCS Advanced and P3500M User Guide and Instructions v2.1 Table of Contents 1. OVERVIEW....3 1.1 UCS ADVANCED VIDEO SERVICE.... 3 1.2 UNIFIED COMMUNICATION SYSTEM (UCS) P3500M DEVICE....3 2. UCS ADVANCED

More information

Basic Guide to Google+ Hangouts

Basic Guide to Google+ Hangouts Basic Guide to Google+ Hangouts To use the Hangout function on Google+, you will first need an account. If you already have a Gmail account, things are simpler, but it s similar to any other social networking

More information

Develop and test your Mobile App faster on AWS

Develop and test your Mobile App faster on AWS Develop and test your Mobile App faster on AWS Carlos Sanchiz, Solutions Architect @xcarlosx26 #AWSSummit 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The best mobile apps are

More information

CHANNEL LAYER. How do you communicate?

CHANNEL LAYER. How do you communicate? CHANNEL LAYER Multi- and omnichannel communication How do you communicate? It s in the channel Layer that the multi- and omnichannel communication is managed. It is also here that the internal routing

More information

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business.

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business. INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING ORGANISERS This document is intended to help set up and use Skype for Business with a focus on teaching and learning activity. It will show you how to set

More information

Building Secure and Scalable Mobile Apps on AWS

Building Secure and Scalable Mobile Apps on AWS Building Secure and Scalable Mobile Apps on AWS Dennis Hills Mobile Developer Advocate, Amazon Web Services April 20, 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda

More information

Convert Manuals To Html5 With Adobe Flex

Convert Manuals To Html5 With Adobe Flex Convert Manuals To Html5 With Adobe Flex The benefits to performing this conversion include, 1) making it better from a UI this year on a secret project I am working on with Adobe's Creative Cloud team.

More information

COLLABORATE INTERFACE QUICK START GUIDE

COLLABORATE INTERFACE QUICK START GUIDE Collaborate Ultra is an interactive collaboration tool that integrates into ulearn. This quick start guide is for students, who join as Participants, to become familiar with the Collaborate Interface.

More information

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC Jenkins: A complete solution From Integration to Delivery For HSBC Rajesh Kumar DevOps Architect @RajeshKumarIN www.rajeshkumar.xyz Agenda Why Jenkins? Introduction and some facts about Jenkins Supported

More information

RESTCOMMONE. WebRTC SDKs for Web, IOS, And Android Copyright All Rights Reserved Page 2

RESTCOMMONE. WebRTC SDKs for Web, IOS, And Android Copyright All Rights Reserved Page 2 RESTCOMMONE WebRTC SDKs for Web, IOS, And Android Copyright All Rights Reserved Page 2 RestcommONE Core Components RestcommOne Connect Visual Designer Web Browser WebRTC SDK s Mobile WebRTC SDK s RESTful

More information

THE FUTURE OF COMMUNICATIONS IN FINANCIAL SERVICES

THE FUTURE OF COMMUNICATIONS IN FINANCIAL SERVICES THE FUTURE OF COMMUNICATIONS IN FINANCIAL SERVICES EMPOWERING THE CONNEC TED GLOBAL ENTERPRISE Your phone system finally made it to the 21st century. R ingcentral enables more than 350,000 businesses of

More information

Microsoft 365. A complete, intelligent, secure solution to empower employees. Integrated for simplicity. Built for teamwork. Unlocks creativity

Microsoft 365. A complete, intelligent, secure solution to empower employees. Integrated for simplicity. Built for teamwork. Unlocks creativity 2x 50% 5x Microsoft 365 A complete, intelligent, secure solution to empower employees Unlocks creativity Built for teamwork Integrated for simplicity Intelligent security Inner Loop Files Sites Content

More information

5D992.c MMKT G D992.c MMKT G D992.c MMKT G EAR99 NLR N/A

5D992.c MMKT G D992.c MMKT G D992.c MMKT G EAR99 NLR N/A Sales Cloud access (1)(6) 3 Email integration (Connect For Outlook, For Outlook) 4 Lighting CLI 5 Google Chrome and Outlook Extension (Inbox Connectors) () EAR99 NLR N/A 16020113 46514 Service Cloud access

More information

Getting Started with Adobe Connect Instructor Guide

Getting Started with Adobe Connect Instructor Guide Getting Started with Adobe Connect Instructor Guide Adobe Connect is UD s synchronous online learning tool which can be used to host a virtual lecture or meeting. With Adobe Connect, you can... Share your

More information

NUIT Tech Talk Getting to Know Microsoft Lync

NUIT Tech Talk Getting to Know Microsoft Lync NUIT Tech Talk Getting to Know Microsoft Lync October 29, 2013 Presented by: Dave Christensen NUIT Collaboration Services Agenda 1. What is Microsoft Lync? 2. Getting Started 3. Lync 2013 Client (Windows)

More information

Challenge. Solution. Key Results. Multi Platform App Development Native A Case Study on Multi Platform App Development by Rawzor Technologies, India.

Challenge. Solution. Key Results. Multi Platform App Development Native A Case Study on Multi Platform App Development by Rawzor Technologies, India. Multi Platform App Development Native A Case Study on Multi Platform App Development by Rawzor Technologies, India. Challenge Build Video Conferencing app for Healthcare for ios, Android, Web, Windows

More information

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE I WOULD LIKE TO... Cloud UC Program Downloads Avaya Cloud allows you to setup your telephone to be used the way you want it to. There are additional programs that extend the abilities of the application

More information

Online Advising Sessions Microsoft Lync Attendee Installation Guide.

Online Advising Sessions Microsoft Lync Attendee Installation Guide. Online Advising Sessions Microsoft Lync Attendee Installation Guide. Installing Microsoft Lync Attendee If you do not have Microsoft Lync installed on your computer, you can download and install the free

More information

Chris Schalk Ryan Boyd

Chris Schalk Ryan Boyd Creating Server-Side and Mobile Mashups with OpenSocial's JavaTM Client Libraries Chris Schalk Ryan Boyd Google JavaOne 2009 Agenda OpenSocial Background/Overview OpenSocial REST support Introducing the

More information

Cisco WebEx Meeting Center Video Conferencing

Cisco WebEx Meeting Center Video Conferencing Data Sheet Cisco WebEx Meeting Center Video Conferencing Simplify your IT department s work and make it easy for participants to join meetings from any standards-based video endpoint with Cisco WebEx Meeting

More information

Frequently Asked Questions

Frequently Asked Questions Application and Document Sharing, page 1 Hosting, Joining, and Setting up Meetings, page 2 Joining a WebEx Meeting or Playing Back a Meeting Recording on Chrome and Firefox, page 4 Cisco WebEx for Mobile

More information

Telemedicine Starter Kit

Telemedicine Starter Kit Telemedicine Starter Kit About Concentra Telemed Concentra Telemed is the first telemedicine product designed for workers compensation. Everything about it from the easy check-in to the thorough screening

More information

USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014

USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014 USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014 How it Works Simply create a Backupify account and authorize it to connect to your Smartsheet account- our application will do the rest. Every day, Backupify

More information

E-Learning. Meeting Solutions

E-Learning. Meeting Solutions E-Learning Meeting Solutions Teach and train more people, more often for less online with MCI Conferencing e-learning solutions and watch how quickly your company can gain the competitive advantage. These

More information

Introduction Setup Install package Amazon S3 sign up Add remote site Connect to Amazon S Create S3 bucket...

Introduction Setup Install package Amazon S3 sign up Add remote site Connect to Amazon S Create S3 bucket... Setup Guide Contents Introduction... 1 Setup... 2 Install package... 2 Amazon S3 sign up... 6 Add remote site... 8 Connect to Amazon S3... 9 Create S3 bucket... 11 Default S3 bucket... 12 Parent Record

More information

3D in the ArcGIS Platform. Chris Andrews

3D in the ArcGIS Platform. Chris Andrews 3D in the ArcGIS Platform Chris Andrews Geospatial 3D is already all around us 3D is expanding the GIS community s opportunity to provide value 3D City & Infrastructure Models Generated 3D features Photogrammetrc

More information

Web-Konferenzen, Mobilität,Video. Social Communications mit IBM Sametime

Web-Konferenzen, Mobilität,Video. Social Communications mit IBM Sametime Web-Konferenzen, Mobilität,Video Social Communications mit IBM Sametime Agenda Social Communications IBM Sametime the Platform for Rich Communications IBM Sametime and IBM Connections IBM Corporation 2012

More information

Aws Certified Advanced Networking Official Study Guide Specialty Exam

Aws Certified Advanced Networking Official Study Guide Specialty Exam Aws Certified Advanced Networking Official Study Guide Specialty Exam We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on

More information

Tom Brenneman. Good morning and welcome, introductions and thank you for being here.

Tom Brenneman. Good morning and welcome, introductions and thank you for being here. Welcome Tom Brenneman Good morning and welcome, introductions and thank you for being here. This is a best practices seminar. We're going to be sharing with you what we found to be best practices that

More information

Pexip Infinity v14.1 Release Notes

Pexip Infinity v14.1 Release Notes Pexip Infinity v14.1 Release Notes Contents Introduction 1 Upgrading to version 14.1 2 New features and improvements in this release 4 Changes in functionality in this release 5 Issues fixed in version

More information

Plan and Prepare. 1. Know your audience

Plan and Prepare. 1. Know your audience Plan and Prepare Plan your session first to ensure a successful session. Use a storyboard or simply outline your presentation to include instructor notes and the general flow of your presentation. 1. Know

More information

Hello everyone. My name is Kundan Singh and today I will describe a project we did at Avaya Labs.

Hello everyone. My name is Kundan Singh and today I will describe a project we did at Avaya Labs. Hello everyone. My name is Kundan Singh and today I will describe a project we did at Avaya Labs. 1 Let me start by saying that people often forget the importance of separating data from the application

More information

The paper shows how to realize write-once-run-anywhere for such apps, and what are important lessons learned from our experience.

The paper shows how to realize write-once-run-anywhere for such apps, and what are important lessons learned from our experience. Paper title: Developing WebRTC-based team apps with a cross-platform mobile framework. Speaker: John Buford. Track: Mobile and Wearable Devices, Services, and Applications. Hello everyone. My name is John

More information

Cloud-Based Certification. Gary Fluitt - Google

Cloud-Based Certification. Gary Fluitt - Google Cloud-Based Certification Gary Fluitt - Google Google Admin in natural habitat Goal OS independent Learns online Google s for answers Free No IT certifications Mobile Google s Goals Internet Scale Google

More information

1

1 The New for Midsize Businesses Plus Desktop Apps Web Apps Mobile Simple IT o All services work together o No servers to set up o is always up-to-date o Use on 5 devices/user o Everything you need in one

More information

Module 4: Communication

Module 4: Communication Module : Communication Calendar: Adding An Event I Calendar: Adding An Event II Calendar: Editing An Event Host a Real-Time Conference I Host a Real-Time Conference II Host a Real-Time Conference III Make

More information

IN-BROWSER. In-Browser Technology as a facilitator of elearning. Arseni Shylau Customer solutions Softwarex Technologies, Inc. OEB, December 2015

IN-BROWSER. In-Browser Technology as a facilitator of elearning. Arseni Shylau Customer solutions Softwarex Technologies, Inc. OEB, December 2015 IN-BROWSER In-Browser Technology as a facilitator of elearning Arseni Shylau Customer solutions Softwarex Technologies, Inc OEB, December 2015 Learning the same for millenniums Knowledge life-cycle Ancient

More information

WebEx New user Orientation. Meeting Organizer Guide

WebEx New user Orientation. Meeting Organizer Guide WebEx New user Orientation Meeting Organizer Guide OBJECTIVE: AGENDA: I. II. III. IV. Utilize the tools provided at Kent State University to host and attend online meetings via the WebEx application and

More information