Search code examples
c#ucma

How can i add fake audio video to conversation created by UCMA application


I am running a sample of UCMA and would like to add Audio Video to the conversation , Can i add fake audio video to the call.

Any info / help would help me a lot.

Thanks in advance.


Solution

  • UCMA application calls can either be a BackToBackCall or a Call.

    If you are talking about back to back calls, then no as you have no control over the media at all.

    If you are talking about calls that terminate at the UCMA endpoint, then UCMA currently only supports audio, it does not support video. So with audio the application is responsible about what audio to "play" to the other side of the call.