简体   繁体   English

使用RingCentral URI rcmobile时,停止使用RingCentral软电话进行自动拨号呼叫

[英]Stop RingCentral softphone from auto dialing call when using RingCentral URI rcmobile

I have a WinForms app in which I need to allow the user to click a phone icon and have the RingCentral softphone app open with the number in question auto populated. 我有一个WinForms应用程序,我需要允许用户点击一个电话图标并打开RingCentral软电话应用程序,并自动填充有问题的号码。 I have done this successfully, however, it autodials the number every time. 我已成功完成此操作,但每次都会自动拨号。 The users do NOT want the RingCentral Phone desktop app to auto dial. 用户不希望RingCentral Phone桌面应用程序自动拨号。 Is this possible? 这可能吗? If so, how? 如果是这样,怎么样?

The following URI Scheme will open the dialer and pre-fill the number but not dial: 以下URI方案将打开拨号器并预先填写号码但不拨号:

rcmobile://dialer?number=<phone number>

For reference, the URI Scheme for launching the app and dialing is: 作为参考,启动应用程序和拨号的URI方案是:

rcmobile://call?number=<phone number>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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