问题标签 [ringout]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
186 浏览

phone-call - 如何找到 RingCentral 呼叫的 callerStatus 和 calleeStatus?

如何获取过去通话的通话状态?

我想获得我在 RingOut Status API 响应中看到的callerStatuscalleeStatus状态,但我不确定ringOutId在 URL 路径中使用什么:

https://developer.ringcentral.com/api-reference#RingOut-getRingOutCallStatus

要求

GET /restapi/v1.0/account/400162076008/extension/400162076009/ring-out/Y3MxNzE4NDkyODg0NDM5MDJAMTAuNjIuMjkuMzM

回复

在没有 的情况下进行 RingOut Status 呼叫时ringOutId,我希望获得呼叫列表,但我收到以下错误:

我有什么用ringOutId?我怎样才能得到callerStatusand calleeStatusfor 电话?

0 投票
1 回答
44 浏览

ringcentral - How to Query for RingOut Call Duration

I have a requirement to record the details of calls initiated by RingOut upon completion of the call. I'm successfully polling the Ring Out Status until the call is finished, but I can't find a way to then query for the User Call Record for the completed RingOut. Is there a way to get the Session Id for a RingOut call which can be used to retrieve the User Call Record and/or query for a User Call Record using a RingOut Id? Better yet, can I create a subscription which will notify my service when a RingOut call is completed?

0 投票
1 回答
623 浏览

c# - 尝试通过 RingCentral SDK 进行 RingOut 调用时,为什么会出现“无法访问已处置的对象”错误?

我正在尝试使用他们的 RingCentral SDK 与 RingCentral 进行 RingOut 通话。我基本上遵循他们在此处找到的教程:

https://developers.ringcentral.com/guide/voice/quick-start/c-sharp

除了我试图在 MVC Web 应用程序中而不是在控制台应用程序中执行此操作之外,我的代码基本上与他们的代码相同:

但是由于某种原因,当我运行此代码时,当执行到达授权行时出现以下错误:

有人对此有什么建议吗?我使用的 SDK 版本是 1.2.1:

https://www.nuget.org/packages/RingCentral.Net/1.2.1

0 投票
1 回答
46 浏览

phone-call - 使用 RingOut API 连接到 RingCentral 会议

有谁知道如何使用 RingOut APII 和自动拨号 MeetingID 连接到 RingCentral Meeting?