1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-24 12:24:51 +02: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:
Thiago Camargo 2007-03-21 14:00:02 +00:00 committed by thiago
parent 56dc8bd953
commit 68b1c10c35

View file

@ -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() {