Recent content by Pantez

  1. Pantez

    Trouble with make connect to WCS

    Thanks for your help Max. I resolved it. Just add import * as RoomApi from '@flashphoner/websdk/src/room-module.js' and replace Flashphoner.roomApi.connect by RoomApi.connect It's work as normally. I thought new version of WCS change the function of roomApi
  2. Pantez

    Trouble with make connect to WCS

    And i got this error . AdapterJs is not defined.
  3. Pantez

    Trouble with make connect to WCS

    Thank for help. I tried to test on localhost but it's always show this error. Your browser does not support WebRTC technology needed for this example It's seem it need ssl. Is there any way to run without ssl on localhost ?
  4. Pantez

    Trouble with make connect to WCS

    Thanks for reply Max. I'll test it. and did you have any example use VueJs for joining Videochat?
  5. Pantez

    Trouble with make connect to WCS

    Hi Max . Thanks for your reply. 1. I use AWS WCS with version v.2.0.209-5.2.1127 2. WebSDK version "@flashphoner/websdk": "^2.0.212", 3.Is the problem reproducing in Conference example? ==> No problem.It's work. 4. How to update to latest build 2.0.212 in AWS WCS?
  6. Pantez

    Trouble with make connect to WCS

    I use this code to make a connection to my WCS server But when i run ,it always show me an error about this connect It's seem connect function didn't receive any response info from my WCS server . ( I try with another WCS server and my code work like a charm) Any wrong with my WCS server config ?
Top