<div dir="ltr"><div>I created the recorder<br></div><div><div style="color:rgb(0,0,0);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,monospace;font-size:13px;white-space:pre"><span style="color:rgb(32,32,32)">recorder</span> = <span style="color:rgb(32,32,32)">WaveRecorder</span>(<span style="color:rgb(32,32,32)">SIPApplication</span>.<span style="color:rgb(32,32,32)">voice_audio_mixer</span>, <span style="color:rgb(9,101,69)">'/path/to/file/'</span>)</div><div style="color:rgb(0,0,0);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,monospace;font-size:13px;white-space:pre"><br></div></div><div>And when session started, I connected it to bridge:</div><div><div style="color:rgb(0,0,0);background-color:rgb(255,255,254);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,monospace;font-size:13px;line-height:20px;white-space:pre"><div></div><div><span style="color:rgb(32,32,32)">audio_stream</span> = <span style="color:rgb(32,32,32)">session</span>.<span style="color:rgb(32,32,32)">streams</span>[<span style="color:rgb(101,84,192)">0</span>]</div><div><span style="color:rgb(32,32,32)">audio_stream</span>.<span style="color:rgb(32,32,32)">bridge</span>.<span style="color:rgb(32,32,32)">add</span>(<span style="color:rgb(9,30,66);font-weight:bold">self</span>.<span style="color:rgb(32,32,32)">recorder</span>)</div></div></div><div><br></div><div>Everything works, but there are input and output speech in file.</div><div>Is there the right way to record only input stream?<br></div><div><br></div><div>Thank you.</div></div>