# Cause For Echo in multi user audio chat

**URL:** https://forum.kirupa.com/t/cause-for-echo-in-multi-user-audio-chat/252224
**Category:** flash
**Created:** [February 18, 2008, 6:07am UTC](https://forum.kirupa.com/t/cause-for-echo-in-multi-user-audio-chat/252224 "2008-02-18T06:07:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Saddu](https://avatars.discourse-cdn.com/v4/letter/s/f05b48/32.png) [@Saddu](https://forum.kirupa.com/u/Saddu)
#### Post date: [February 18, 2008, 6:07am UTC](https://forum.kirupa.com/t/cause-for-echo-in-multi-user-audio-chat/252224/1 "2008-02-18T06:07:07Z")

</div>

Hi all,

Am doing a multi user audio chat application, I would like to know what are the cause for echo in that, i have echoSuppression set to true, and also i would like to know how to use the netstream.play() method.

I have some piece of code like this,

First am playing a livestream like this,

NS.play(“livestream1”);

Here comes my question,

Next when i want to play a second stream “livestream2” (after closing the first stream “livestream1”) can i use the NS.play(“livestream2”) directly or i should give a NS.stop() and then start playing the second live stream.

Please advice me on this.

Thanks,  
Saddu.
