Skip to content
  • There are no suggestions because the search field is empty.

Why Do I Get a “Method Not Defined” Error When Calling SDK Functions in FreJun? | SDK FAQ

In FreJun’s SDK, a “method not defined” error typically happens when SDK methods (like makeCall()) are invoked before the SDK has been properly initialized. To avoid this, ensure that the initialize() step is fully completed before calling any other SDK functions.

Calling SDK methods like makeCall() before completing the initialize() step can result in undefined method errors.

 

If you have any more questions or need assistance, feel free to reach out to us at Hello@frejun.com. We’re here to help!

Sign Up