mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Added Support for Mute
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7644 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
9c929fd9cd
commit
28be8ecb39
1 changed files with 8 additions and 0 deletions
|
@ -200,6 +200,14 @@ public abstract class JingleSession extends JingleNegotiator {
|
|||
this.jingleMediaManager = jingleMediaManager;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the JingleMediaSession of this Jingle Session
|
||||
* @return the JingleMediaSession
|
||||
*/
|
||||
public JingleMediaSession getJingleMediaSession() {
|
||||
return jingleMediaSession;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the session responder
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue