<div dir="ltr">Hi All,<div><br></div><div>I am trying to play audio files into the conference for the following cases using freeswitch api.</div><div><br></div><div>1) play to all member in conference</div><div><br></div><div>command = "<span style="color:rgb(23,43,77);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:14px">conference <confname> play <file-path> async"</span> </div><div>2) play to specific member </div><div><br></div><div>command = "<span style="color:rgb(23,43,77);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:14px">conference <confname> play <file-path> <member_id> nomux</span>"</div><div><br></div><div><br></div><div>Current Behaviour :-<br></div><div><br></div><div>1) if i play an audio file to all members in the conference it is getting played. Meanwhile I tried to play a new audio file to the specific member it was getting played without muxing. mean previous audio got stopped and then new audio file got played and after that when new audio file stopped and if previous audio file is still streaming then it will also play to this member.</div><div><br></div><div>2) If i play an audio file to a conference member and then if i try to play a new audio file to all members it is getting played to all members except  the member who is already streaming another file. </div><div><br></div><div>Expected Behaviour:-</div><div><br></div><div>I don't want to miss any audio files. So is there any way to queue the audio files so that it would not miss any important notification audio in above cases.</div><div> </div><div>Any suggestion would be highly appreciated.</div><div><br></div><div>Thanks!</div></div>