admin管理员组文章数量:1245119
I am creating PSTN dialing fucntionality using Turbobridge so user can connect on going agora Audio/Video call chanel via mobile phone by dialing a toll free number which is provided by Turbobridge. I have already created the conference ID as per the TurboBridge documentation so in which i need to pass agora channel name,token and App id to confParamsUrl in turbobridge setBrige API to get Conference id after that user can call from their mobile and connect to agora chanel but there is some issue i persist which is only one way audio is transfer i mean to say from my web app(agora app) to mobile phone but from my mobile to web app no audio , Please help me with this
Following is the turbobridge API request parameter Endpoint : POST: .3/Bridge
{
"request": {
"authAccount": {
"email": "***[email protected]",
"password": "password",
"partnerID": "turbobridge",
"accountID": "31313233213"
},
"requestList": [
{
"setBridge": {
"conferenceID": "",
"minParticipants": 1,
"timezone":"IST",
"confParamsUrl": "https://my-url?chanelId=67a3333fd302cf5e5856da05",
}
}
]
}
}
after calling the above API i can get the Conference id
本文标签: nodejsAgora PSTN Dialing functionality using TurbobridgeStack Overflow
版权声明:本文标题:node.js - Agora PSTN Dialing functionality using Turbobridge - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1740161772a2234566.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论