LINXD-2270-p2 #19

Closed
sergiu wants to merge 58 commits from LINXD-2270-p2 into develop
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2dd9eb5eaf - Show all commits

View File

@ -20805,7 +20805,7 @@ const connectRecvTransport = async () => {
console.log('❗ Have VIDEO stream to consume');
stream.addTrack(await getVideoTrask(videoParams))
} else {
console.log('❗ Don\'t have AUDIO stream to consume');
console.log('❗ Don\'t have VIDEO stream to consume');
}
if (audioParams) {

View File

@ -447,7 +447,7 @@ const connectRecvTransport = async () => {
console.log('❗ Have VIDEO stream to consume');
stream.addTrack(await getVideoTrask(videoParams))
} else {
console.log('❗ Don\'t have AUDIO stream to consume');
console.log('❗ Don\'t have VIDEO stream to consume');
}
if (audioParams) {