Fix android slow test missing dredDuration arg
This commit is contained in:
parent
120c0b301c
commit
30a6caeb54
@ -197,7 +197,7 @@ public final class GroupCall {
|
||||
adminPasskey,
|
||||
hkdfExtraInfo,
|
||||
audioLevelsIntervalMillis,
|
||||
dredDuration,
|
||||
dredDurationByte,
|
||||
// Returns a borrowed RC.
|
||||
factory.getNativePeerConnectionFactory(),
|
||||
// Returns a borrowed RC.
|
||||
|
||||
@ -435,7 +435,7 @@ public class CallLinksTest extends CallTestBase {
|
||||
CallManager callManager = CallManager.createCallManager(observer);
|
||||
|
||||
GroupCall.Observer callObserver = mock();
|
||||
GroupCall call = callManager.createCallLinkCall("sfu.example", ENDORSEMENT_PUBLIC_KEY, new byte[] { 1, 2, 3 }, EXAMPLE_KEY, null, new byte[] {}, null, new AudioConfig(), callObserver);
|
||||
GroupCall call = callManager.createCallLinkCall("sfu.example", ENDORSEMENT_PUBLIC_KEY, new byte[] { 1, 2, 3 }, EXAMPLE_KEY, null, new byte[] {}, null, null, new AudioConfig(), callObserver);
|
||||
assertEquals(call.getKind(), GroupCall.Kind.CALL_LINK);
|
||||
|
||||
call.connect();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user