websdk

  1. R

    SIP to webrtc react component

    Dear Support! We are looking for a solution like sip phone, to react. Do you have something like that?
  2. H

    Question about recording video when use Phone Video WebSDK SIP

    Hi, when i use Phone Video SIP I need to record (audio and video or 1 of them). Can WebSDK support function to custom this. And how to setting record this in WCS ... Thanks!
  3. marko.nastic

    RoomApi pull request

    Hello, I was working on implementing roomApi and found that some classes are missing, so I forked flashphoner/flashphoner_client repository and made changes that you can see in a pull request to the wcs_api-2.0 branch. Please review my changes and merge them if there aren't any problems, or if...
  4. maksimas

    Получение данных видеопотока

    Можно ли каким-либо образом получить данные видеопотока, что бы допустим любому тэгу <video> просто прописывать srcObject = streamData. Это должно быть что-то встроенного API браузерного при работе с веб-камерой, где мы получаем MediaStream и можем им манипулировать.
  5. G

    npm packege problem

    hy, I have a angular project, and I to try to install the "@flashphoner/websdk" npm pack, but after just the installation i have some issues with build it. Error: node_modules/@flashphoner/websdk/src/constants.d.ts:1:16 - error TS2304: Cannot find name 'constants'. 1 export default constants...
  6. P

    Ошибка SDP при публикации

    И снова здравствуйте. Возникла довольно специфичная проблема. Существуют две среды нашей платформы: разработка и тест. WCS функционирует по CDN на обоих. Конфигурации изначально отличались, но сейчас приведены к общему виду. Суть в чём: во время публикации трансляции с нашей платформы на origin...
  7. DeanSLR

    AdapterJS is not defined

    Hey, I'm using the SDK with Vuejs and I'm getting the error: ReferenceError: AdapterJS is not defined at Object.init. I've done npm install multiple times and still this issue persists. anyone know how to solve? thanks
  8. I

    Не скачивается Web SDK 2.0.208

    Здравствуйте. Не получается скачать файл https://flashphoner-downloads.nyc3.digitaloceanspaces.com/builds/WEB-SDK/2.0/flashphoner-api-2.0.208-bb14bb3ae497f8551b6d02fece71264bca1c2946.tar.gz Просьба починить.
  9. M

    How to split local camera preview and streaming in webRTC streaming?

    Hello! Related to the demo "client2/examples/demo/streaming/streamer/streamer.html" I would like to only display the local camera view and starting streaming with a second action. I still was not able to adjust the code to realize this. I tried to double a lot of function but this is a stupid...
  10. M

    The createSession "custom" param gets issues to subscriber play video

    Hello We recently updated Flashphoner to version 5.2.1070 The publish video stream still working with no issues. But after the update, subscribing to play a video stopped working via WebRTC. HLS is still working. We spent a lot of time debugging, checking what was different in our code and...
  11. S

    Screen Share and Video on Flashphoner Conference Feature

    Hi, We are working on a use case where Screen Share and Webcam video both need to be shared, how we can do that in a Conference and at a time we are only able to add two people to a conference is there any way to increase the person limit ? can each joined user share camera and screen both at...
  12. Mik

    Проблема записи с телефона Samsung

    Ещё раз добрый день Клиент пишет (вернее пытается) сделать запись с телефона samsung. Браузер chrome. Пробовали wi-fi и сотовую связь. В обоих вариантах получаем Failed by ICE timeout. Полный лог прилагаю.
  13. N.Ivanov

    При проверке микрофона, если его нет, скрипт падает с ошибкой

    На демке тоже самое. Кто нибудь сталкивался с этой проблемой, как решить?
  14. D

    Получение дополнительной информации при падениях/дисконнектах сессии и стрима

    Добрый день. С большего все настроено и работает. Из неудобств - невозможность получения информации о причинах ошибки на .on(SESSION_STATUS.DISCONNECTED, (session)=>{}); .on(SESSION_STATUS.FAILED, (session)=>{}); .on(STREAM_STATUS.DISCONNECTED, (stream)=>{}); .on(STREAM_STATUS.FAILED...
  15. R

    Player start muted

    Hello! how to remove auto-mute from player? Regards, Rafael
Top