This commit is contained in:
Sergiu Toma 2022-12-19 14:05:44 +02:00
parent b4fccc4d4c
commit 2dd9eb5eaf
2 changed files with 2 additions and 2 deletions

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