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;
       Â
      // })