简体   繁体   中英

New Skype URIs for video calling is not working in IOS

I am IOS developer. I have developed one application which use Skype for voice calling and video calling. I can make a voice call through my application easily but in video call it's not working.

For video call: skype:skypeUserName?call&video=true

I am using new Skype URIs functionality.

Skype URIs : https://developer.skype.com/skype-uris/reference

Please help me to solve this issue.

Many Thanks

It seems that currently even

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"skype:echo123?call"]]; 

which I brought from official tutorial is not working on current Skype iOS app version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM