Top Banner
www.tassta.com [email protected] +49 511 727520-21 +49 511 370170-29 (FAX) CONTACTS TASSTA Technologies FZE DSO-THUB-G-D-FLEX-G118 Dubai Silicon Oasis, Dubai United Arab Emirates TASSTA GmbH Kniestrasse 27 30167 Hannover Germany TASSTA Inc. Atlanta Tech Village 3423 Piedmont Rd NE Atlanta, GA 30305, USA Quick Start Guide PUSH TO VIDEO TASSTA PUSH TO VIDEO Solution ENG 5.1 Document Version @tasstaworld @t-a-s-s-t-a @tassta_gmbh @TASSTAGmbHHannover @tassta_now THIS GUIDE HELPS TO QUICKLY UNDERSTAND THE SETUP OF T.FLEX VIDEO CALL FEATURE.
8

TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

Aug 18, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

www.tassta.com [email protected]

+49 511 727520-21+49 511 370170-29 (FAX)

CONTACTS

TASSTA Technologies FZE

DSO-THUB-G-D-FLEX-G118 Dubai Silicon Oasis, Dubai United Arab Emirates

TASSTA GmbH

Kniestrasse 27 30167 Hannover Germany

TASSTA Inc.

Atlanta Tech Village 3423 Piedmont Rd NE Atlanta, GA 30305, USA

Quick Start Guide

PUSH TO VIDEO

TASSTA PUSH TO VIDEO Solution

ENG

5.1 Document Version

@tasstaworld @t-a-s-s-t-a @tassta_gmbh @TASSTAGmbHHannover @tassta_now

THIS GUIDE HELPS TO QUICKLY UNDERSTAND

THE SETUP OF T.FLEX VIDEO CALL FEATURE.

Page 2: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

TASSTA QUICK START GUIDE / T.FLEXANDROID PUSH TO TALK FEATURERERERERE

www.tassta.com 2

N© 2014-2018 TASSTA GmbH. All rights reserved. Without limiting the subsequent reservation of rights, no part of this publication may be reproduced in any form whatsoever or used to make any derivative work without prior written approval by TASSTA GmbH.

All rights and obligations with respect to the subject matter hereof shall be governed by the agreement between you and TASSTA GmbH or its authorized agent. Except as expressly set forth in any such agreement, TASSTA GmbH makes no representations or warranties relating to its products or services, expressed or implied, and expressly disclaims all other warranties, including without limitation any warranty of non-infringement, fitness for a particular purpose or merchantability and any warranty relating to non-interruption of use, security from unauthorized access or freedom from viruses, errors or omissions. No person is authorized to make any other representation or warranty on behalf of TASSTA GmbH.

TASSTA GmbH reserves the right to update or otherwise revise this publication and/or the product(s) and/or the program(s) described in this documentation at any time, without obligation to notify any person of such revisions or changes.

For further information contact TASSTA GmbH or your local reseller.

Information contained in this document is believed to be accurate and reliable at the time of printing. However, due to ongoing product improvements and revisions, TASSTA GmbH cannot guarantee the accuracy of printed or soft material after the Date Published nor can it accept responsibility for errors or omissions. Updates to this document and other documentation can be downloaded by any registered customers at support.tassta.com

This document is subject to change without notice.

NOTICE

TASSTA Technologies FZEDSO-THUB-G-D-FLEX-G118, Dubai Silicon Oasis, Dubai, United Arab Emirates

TASSTA GmbHKniestrasse 27 30167 Hannover Germany

TASSTA Inc.Atlanta Tech Village 3423 Piedmont Rd NE Atlanta, GA 30305, USA

Page 3: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

TASSTA QUICK START GUIDE / T.FLEXANDROID PUSH TO TALK FEATURERERERERE

www.tassta.com 3

TWILIO ACCOUNT SETUP

TWILIO

1.2

1.1

1

To start working with Twilio’s integrated solution:1. Create an account2. Get the following

parameters: tw_account_sid (ACCOUNTSID), tw_key_sid(TWILiO_API_KEY),tw_secret (TWILIO_API_SECRET)

3. Sign in at twilio.com4. With a successful login

to Twilio account, you can see your project dashboard.The TW_ACCOUNT_SID can be found on projectdashboard.

5. Then we create an API key in the Programmable Video section.6. We will use the “SID” in the figure below for TW_KEY_SID and the “secret” for TW_SECRET.

Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their applications. This enables businesses to provide the right communications experience for their customers. Behind Twilio APIs is a Super Network, a software layer that connects and optimizes communications networks around the world. This is what allows users to reliably video call anyone anywhere.TASSTA has integrated the capabilities of Twilio service to create video calls in its system.

BEFORE YOU START

Page 4: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

TASSTA QUICK START GUIDE / T.FLEXANDROID PUSH TO TALK FEATURERERERERE

www.tassta.com 4

SERVER SETUP1.31. Connect to your server using the SSH application layer network protocol2. Get root access rights3. Move to the folder: /usr/local/tassta/configserver4. Open the config.xml file in any editor5. Change the value to your twilio data as it shown on your twilio account6. Save changes

<name>tw_account_sid</name> <value>set here your tw_account_sid</value> </setting> <setting> <name>tw_key_sid</name> <value>set here your tw_key_sid</value> </setting> <setting> <name>tw_secret</name> <value>set here your tw_secret</value>

7. Restart twauth server: restart-twauthserver.

NOTE: Check your account balance on twilio account.

Page 5: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

TASSTA QUICK START GUIDE / T.FLEXANDROID PUSH TO TALK FEATURERERERERE

www.tassta.com 5

A video call is a live, visual connection between two people being in separate locations for the purpose of communication. Video call provides transmission of static images and text between two locations.

For businesses, the tangible benefits of video call include lower travel costs and shortened project times as a result of improved communications among team members.

1. Open T.Commander.

2. Enable Video Streaming in T.Commander user settings to use Video Call feature.

2 VIDEO CALL (PTV PUSH TO VIDEO)

SETUP VIDEO CALL FEATURE IN T.COMMANDER2.1

1

2

3

Page 6: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

TASSTA QUICK START GUIDE / T.FLEXANDROID PUSH TO TALK FEATURERERERERE

www.tassta.com 6

1. Select a desired user and right click on him.

2. Select Video Call option to make a video call.

There are options in a video call:

• Turn on / off the camera• Turn on / off the microphone• Release a video call

USE VIDEO CALL VIA T.RODON 2.2

Page 7: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

TASSTA QUICK START GUIDE / T.FLEXANDROID PUSH TO TALK FEATURERERERERE

www.tassta.com 7

T.FLEX VIDEO CALL2.3

Use external or internal speaker

Use front or back camera

Enable / disable camera

Enable / disable microphone

Enable / disable flashlight

Mute / unmute audio

TASSTA provides the ability to exchange video calls between users. This can be done by selecting the video call icon on the user. During a video call, each of the participants can change the speaker of the output sound, turn off / turn on the microphone, device’s video camera, change the front / rear camera view.

Also, in addition to regular video calls, TASSTA offers a new solution Push To Video (PTV). Stream videos to other users with just a one touch.

To create a video call:

1. Open the user list andselect the contact youwant to video call.

2. Tap Video call.

3. Wait for the receivingparty to take a video call.

Receiving a video call:

When someone video calls you, you’ll see an INCOMING VIDEO CALL screen, where you can:

• Push to accept• Push to decline

To create a PTV:

1. Open the user list and select the contact for PTV call.

2. Tap on PTV.

During a PTV, a recipient can mute and transmit sound to the sender. Sender is able to:

• change the front / rear camera view,• turn off video to transmit only voice• turn on / off flahslight (only front

camera view)

NOTE: Make sure that you have a stable Internet connection when placing or receiving video calls. The quality of a video call depends on the contact with the weakest connection. Supports Android 4.4 KitKat or higher.

Note: PTV does not require confirmation of the recipient. Connection is established automatically. The PTV is not created if a receiving party is in the individual / direct, video call.

Page 8: TASSTA PUSH TO VIDEO PUSH TO VIDEO · Twilio is a developer platform for communications. Software teams use Twilio APIs to add capabilities like voice, video, and messaging to their

www.tassta.com

© 2019 TASSTA GmbH