Recent content by Oleksandr1997

  1. Oleksandr1997

    Closing the conference audio recording onClick

    Thank you. In fact, if I room.leave() or stream.stop() - but don't mute the microphone beforehand - people in the room can still hear me (that was our main found bug). I implemented everything the way you suggested, just using stream.muteAudio before disconnect, allows to reach a temporary...
  2. Oleksandr1997

    Closing the conference audio recording onClick

    Our server url https://server.witheyezon.com:8444 We have couple of questions: 1. Which user can close the conference (only maker?) 2. How many recordings are created after the conference ended? Is there possibility to make 1 recording with all the participants? 3. And what can be the reason...
  3. Oleksandr1997

    Closing the conference audio recording onClick

    I am really sorry, something is not right. I tried all the approaches u suggested, all of them don't work. I can see how it works in demo page: https://wcs5-us.flashphoner.com:8888/admin/demo.html. Can you show how to do correctly the "stop" stream button as it is done there?
  4. Oleksandr1997

    Closing the conference audio recording onClick

    I tried Flashphoner.releaseLocalMedia() - it didn't stop the local microphone (still shows microphone in tab).
  5. Oleksandr1997

    Closing the conference audio recording onClick

    I sent the log to the email.
  6. Oleksandr1997

    Closing the conference audio recording onClick

    I tried closing the recorder by both /stream/stopRecording and recorder/terminate. In first case the record stream returns the UNPUBLISHED status in the listener (the API method returns 200). In second case the state returned is FAILED (the API method also returns 200)
  7. Oleksandr1997

    Closing the conference audio recording onClick

    So, I do manage to find the recording stream, than I run the method to stop the recording. It is successful. But the tab still shows that the mic is recording. Do I have to manually close the mic on client? Do you have any advice how to do it? Thank you very much for your responses and support...
  8. Oleksandr1997

    Closing the conference audio recording onClick

    I sent the email to support team.
  9. Oleksandr1997

    Closing the conference audio recording onClick

    I did the way u suggested, when I called the find method on my publishing stream, I got the following response: data : [ { appKey: "roomApp", sessionId: "/85.222.123.34:63429/5.101.181.48:8443-873bc679-fdcd-420f-a204-316cec62c815", mediaSessionId: "0f17e5b1-5f9d-11ea-bc70-1d8ac4eaa069", name...
  10. Oleksandr1997

    Closing the conference audio recording onClick

    Hello. I was wondering, which method is required to stop the recording of audio on Web SDK (using conference for multiuser stream)? I looked at this example: https://github.com/flashphoner/flashphoner_client/blob/66cc393/examples/demo/streaming/conference/conference.js and I didn't find the...
  11. Oleksandr1997

    Publishing the audio in conference.

    Thank you very much! Is it possible not to use the display prop for publishing? (record stream for other members of the conference, but not display it).
  12. Oleksandr1997

    Publishing the audio in conference.

    I am implementing the conference with the 2 people - 1 person streams video from Android or iOS, and the second person is in browser and needs to receive the stream in conference and to publish only audio. We are doing it via conference to make in scalable in future. I was doing everything...
Top