mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
Media Refactoring - Test Updates
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7624 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
56dc8bd953
commit
68b1c10c35
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
JingleMediaManager jingleMediaManager = new JingleMediaManager() {
|
||||
// Media Session Implementation
|
||||
public JingleMediaSession createMediaSession(final PayloadType payloadType, final TransportCandidate remote, final TransportCandidate local) {
|
||||
return new JingleMediaSession(payloadType, remote, local) {
|
||||
return new JingleMediaSession(payloadType, remote, local, null) {
|
||||
|
||||
public void initialize() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue