Skip to main content
Participant
January 27, 2011
Question

how streaming?

  • January 27, 2011
  • 1 reply
  • 420 views

Hi

i'm develop a call-center with FMS and FMG, and I want save files of conversation. It's possible create a file with the conversation?

In the file main.asc in the function sendOnLeg, i'm doing:

                if (application.stream)
                {
    application.stream.record();
                    application.stream.play(obj.incomingStream);
                }

but the file only have the sound of inputstream (Microphone).

Thank you
              

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    January 27, 2011

    FMG sends video in h264 format so mp4: before record command is missing to record Video.

    Participant
    January 27, 2011

    I don't want use video. I want save a coversion of voice only.

    Thank you