Hi, I have now created a new problem and need your help. I returned SVAML on the server side specifying the conference {"instructions":[{"name":"answer"}],"action":{"name":"connectConf","conferenceId":"2000000033938953"}} and also called callout to set up the conference. curl -i -X GET \ -u xx:xx \ 'https://calling.api.sinch.com/calling/v1/conferences/id/2000000033938953' Return {"participants":[{"cli":"+12483158xxx","id":"e5fbc98b-4d1b-4e31-a527-4d13ed7d6636","duration":8,"muted":false,"onhold":false}]} But when I go to get the conference information, I get only one member, and it looks like it's just the receiver's side that's joined the conference, and the dialing side isn't connected to the conference. So the manifestation is that the call doesn't have sound. I would like to ask how the dialing party is accessing the conference and how can I get both parties into the conference to talk normally. Am I missing any processes? Let me know if you need any examples. Regards.
... View more