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
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) => {...