Placing a Skype video call with specific contact

197 views
Skip to first unread message

Emre Bağdatoğlu

unread,
Nov 27, 2014, 4:53:27 PM11/27/14
to tas...@googlegroups.com

I'm trying to set up tasker so that it will automatically place a video call with a specific contact when triggered.

So far the most promising thread I've encountered was this one: skype call using username in android Which isn't about tasker intents, it turns out.

The code used is as follows: Intent skype = new Intent("android.intent.action.VIEW"); skype.setData(Uri.parse("skype:" + user_name + "?call&video=true")); startActivity(skype);

Would it be possible to accomplish this using tasker intents And if so, how?

Many thanks

Matt R

unread,
Nov 28, 2014, 7:57:07 PM11/28/14
to tas...@googlegroups.com
Put

android.intent.action.VIEW

in the action field and put

skype:"user_name"?call&video=true

in the data field. Make sure target is set to activity. Might need to fiddle with the data field.

Matt
Reply all
Reply to author
Forward
0 new messages