1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 00:24:49 +02:00

Close Receiver and Transmitter after session Closed

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6817 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-01-26 00:38:38 +00:00 committed by thiago
parent d0b9454b75
commit b63f8ca333

View file

@ -152,7 +152,7 @@ public class AudioMediaSession extends JingleMediaSession implements MediaSessio
* Stops transmission and for NAT Traversal reasons stop receiving also.
*/
public void stopTrasmit() {
// Do nothing
mediaSession.close();
}
/**