Skip to content
Snippets Groups Projects
Commit cfc6a358 authored by Yun Liu's avatar Yun Liu
Browse files

Fix bug ticket 67

parent a72c0dfd
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,8 @@ AudioRtp::closeRtpSession () {
_debugException("! ARTP Exception: when stopping audiortp\n");
throw;
}
AudioLayer* audiolayer = Manager::instance().getAudioDriver();
audiolayer->stopStream();
}
////////////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment