Recent content by antu123

  1. antu123

    issue with switch camera flashphoner in react

    hello can you review my code? we are not getting issue in it please check below code .
  2. antu123

    issue with switch camera flashphoner in react

    hello @Max when we are streaming with iPhone with camera list first camera working. but on website load or hit url on browser that time list last camera working https://dev.redrivericehawks.com/cpu-aws/
  3. antu123

    issue with switch camera flashphoner in react

    hello we are getting localVideo null value onload page time. but when we click on test button localVideo value is <video id="localVideo" class="display"></video> please check below screen short
  4. antu123

    issue with switch camera flashphoner in react

    hello from this line ( await Flashphoner.getMediaAccess(this.getConstraints(), localVideo); ) code not working. on page load time. but when I click on test button working fine. startTest = async () => { let localVideo = this.state.localVideo; try { await...
  5. antu123

    issue with switch camera flashphoner in react

    hello @Max when we are streaming with iPhone latest version streaming not publish may be before camera open not working that's why publish streaming also not working https://dev.redrivericehawks.com/cpu-aws
  6. antu123

    issue with switch camera flashphoner in react

    hello @Max Press Test button, then press Release. working fine. But I my requirement is different . When open URL or hit on browser that time auto open camera same like press Test button. I don't want to press Test button.
  7. antu123

    issue with switch camera flashphoner in react

    hello already use this (if you want to test camera and microphone capturing, please look at this code sample (from Media Devices example).) but my requirement is different How to set camera view without publish stream in react js ?? no I don't want to test camera and microphone capturing. I...
  8. antu123

    issue with switch camera flashphoner in react

    hello @Max Is it possible to open the camera view without the publishing the stream (react js) How to set camera view without publish stream in react js ??
  9. antu123

    issue with switch camera flashphoner in react

    Two Way Streaming React example is works but the statistics collection code not working
  10. antu123

    issue with switch camera flashphoner in react

    Already use and check the sample.....
  11. antu123

    issue with switch camera flashphoner in react

    hello publishStream is undefined if (publishStream) { ... } not run this conditions in loadStats function loadStats = (stream) => { this.setState({ publishStream: stream, }); var publishStream = this.state.publishStream; console.log("publishStream"...
  12. antu123

    rest-api issue

    getting error.... but other api working
  13. antu123

    issue with switch camera flashphoner in react

    getting error.... how to set property correctly. also how to calling loadStats fun.
  14. antu123

    issue with switch camera flashphoner in react

    console.log(publishStream); console.log(stats); if (publishStream) { ... } not working
  15. antu123

    issue with switch camera flashphoner in react

    hello @Max also when downloading recoding streaming video quality is very low please check below src folder.
Top