mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 05:52:06 +01:00
Very small fix
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7906 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
17c6624112
commit
241ae7c276
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ public class AudioMediaSession extends JingleMediaSession implements MediaSessio
|
|||
try {
|
||||
System.out.println("start");
|
||||
mediaSession.start(true);
|
||||
this.mediaReceived("");
|
||||
}
|
||||
catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
|
Loading…
Reference in a new issue