Hello,
I am using the https://github.com/ringcentral/ringcentral-csharp-client c# SDK.
i am beginer of ringcentral.
i have done about ringout, but i can't receive voice bitween myapp of sandbox and other phone.
-------------------------
var requestBody = new
{
from = new { phoneNumber = phoneNumber },
to = new { phoneNumber = toNum },
playPrompt = "false",
country = new { id = "1" }
};
_RingOutInfo = await extension.Ringout().Post(requestBody);
----------------------------
when this funcion was called, client soft phon was ringing.
Now what is the next step?
In order to call, what should i do?.
1. i 'd like to call using ringcentral c#
2. how to Accept Incoming Call.
3. how to Create SIP registration of a device/application:
i want you to help me.
I am using the https://github.com/ringcentral/ringcentral-csharp-client c# SDK.
i am beginer of ringcentral.
i have done about ringout, but i can't receive voice bitween myapp of sandbox and other phone.
-------------------------
var requestBody = new
{
from = new { phoneNumber = phoneNumber },
to = new { phoneNumber = toNum },
playPrompt = "false",
country = new { id = "1" }
};
_RingOutInfo = await extension.Ringout().Post(requestBody);
----------------------------
when this funcion was called, client soft phon was ringing.
Now what is the next step?
In order to call, what should i do?.
1. i 'd like to call using ringcentral c#
2. how to Accept Incoming Call.
3. how to Create SIP registration of a device/application:
i want you to help me.