Share Computer Sound

Hi @vipin_mishra

Thanks one more time!

Could you please share how I can get the computer audio MediaStreamTrack?

As I see I should modify initScreenPublisher method in the video-room component (Angular Openvidu-Call), to set audioSource as well, but I cannot find out the method which results computer audio.

const properties = this.oVSessionService.createProperties(videoSource, undefined, true, hasAudio, false);

undefined should be changed I think so…

Thanks