<HTML>
<HEAD>
<TITLE>Problem starting two audio calls</TITLE>
</HEAD>
<BODY>
<FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello,<BR>
<BR>
I’m trying to make two calls from my computer to two clients. Creating the first call works fine but trying to make the second call generates me this error:</SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial"> </FONT></SPAN><FONT SIZE="2"><FONT FACE="Lucida Console"><SPAN STYLE='font-size:10pt'>media stream failed: RTPTransport object provided is not in the "INIT" state, but in the "LOCAL" state.<BR>
</SPAN></FONT></FONT><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>This problem only appears when I have use_ice=True for that account. Here is the code for starting the second call, maybe I’m wrong here<BR>
</SPAN></FONT><BLOCKQUOTE><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Lucida Console"><SPAN STYLE='font-size:10pt'>audioStream = AudioStream(self.account)<BR>
NotificationCenter().add_observer(audioStream)<BR>
session.add_stream(audioStream)<BR>
<BR>
</SPAN></FONT></FONT></BLOCKQUOTE></BLOCKQUOTE><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>My guess is that I end up using the RTPTransport object from my previous call. How can I fix this?<BR>
<BR>
Thanks in advance<BR>
Mihai Richard</SPAN></FONT>
</BODY>
</HTML>