You've already forked matrix-js-sdk
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:
@ -142,7 +142,7 @@ describe('Call', function() {
|
|||||||
await call.onAnswerReceived({
|
await call.onAnswerReceived({
|
||||||
getContent: () => {
|
getContent: () => {
|
||||||
return {
|
return {
|
||||||
version: 0,
|
version: 1,
|
||||||
call_id: call.callId,
|
call_id: call.callId,
|
||||||
party_id: 'the_correct_party_id',
|
party_id: 'the_correct_party_id',
|
||||||
answer: {
|
answer: {
|
||||||
@ -156,7 +156,7 @@ describe('Call', function() {
|
|||||||
call.onRemoteIceCandidatesReceived({
|
call.onRemoteIceCandidatesReceived({
|
||||||
getContent: () => {
|
getContent: () => {
|
||||||
return {
|
return {
|
||||||
version: 0,
|
version: 1,
|
||||||
call_id: call.callId,
|
call_id: call.callId,
|
||||||
party_id: 'the_correct_party_id',
|
party_id: 'the_correct_party_id',
|
||||||
candidates: [
|
candidates: [
|
||||||
@ -173,7 +173,7 @@ describe('Call', function() {
|
|||||||
call.onRemoteIceCandidatesReceived({
|
call.onRemoteIceCandidatesReceived({
|
||||||
getContent: () => {
|
getContent: () => {
|
||||||
return {
|
return {
|
||||||
version: 0,
|
version: 1,
|
||||||
call_id: call.callId,
|
call_id: call.callId,
|
||||||
party_id: 'some_other_party_id',
|
party_id: 'some_other_party_id',
|
||||||
candidates: [
|
candidates: [
|
||||||
|
Reference in New Issue
Block a user