I am getting a 404 when calling the createCall function from the sdk, and same thing when I hit post directly. only thing I can think is callContol isnt ready, or because Im using a softphone device its offline
// already logged in,
await rcsdk.platform().post('/restapi/v1.0/account/~/telephony/call-out', {
from: { deviceId: device.id },
to: { phoneNumber: phoneNumber }
})
// callControl.createCall(device.id, { phoneNumber: phoneNumber }).then((newSession) => {
// this.callSession = newSession;
// })