1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

Yes, thank you test, you've made your point

This commit is contained in:
David Baker
2020-12-15 18:06:48 +00:00
parent 150e5fede4
commit c0a88b7f4e

View File

@ -142,7 +142,7 @@ describe('Call', function() {
await call.onAnswerReceived({
getContent: () => {
return {
version: 0,
version: 1,
call_id: call.callId,
party_id: 'the_correct_party_id',
answer: {
@ -156,7 +156,7 @@ describe('Call', function() {
call.onRemoteIceCandidatesReceived({
getContent: () => {
return {
version: 0,
version: 1,
call_id: call.callId,
party_id: 'the_correct_party_id',
candidates: [
@ -173,7 +173,7 @@ describe('Call', function() {
call.onRemoteIceCandidatesReceived({
getContent: () => {
return {
version: 0,
version: 1,
call_id: call.callId,
party_id: 'some_other_party_id',
candidates: [