mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-18 21:02:04 +01: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:
parent
d0b9454b75
commit
b63f8ca333
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue