Search results

  1. motipa

    ERROR Error: Flashphoner API is not initialized

    thanks you for your support, issue solved. I got a new issue that Failed to create audio context ERROR ReferenceError: adapter is not defined. It would be helpful if find out where i am lacking
  2. motipa

    ERROR Error: Flashphoner API is not initialized

    my code is private initFlashphoner(): void { Flashphoner.init({}); this.session = Flashphoner.createSession({ urlServer: '', // Replace with your server URL }); this.session.on(Flashphoner.constants.SESSION_STATUS.ESTABLISHED, (session: any) => {...
  3. motipa

    ERROR Error: Flashphoner API is not initialized

    When i try to create session using @flashphoner/websdk in angular project, I got ERROR Error: Flashphoner API is not initialized
Top