Update
This commit is contained in:
parent
b4fccc4d4c
commit
2dd9eb5eaf
@ -20805,7 +20805,7 @@ const connectRecvTransport = async () => {
|
|||||||
console.log('❗ Have VIDEO stream to consume');
|
console.log('❗ Have VIDEO stream to consume');
|
||||||
stream.addTrack(await getVideoTrask(videoParams))
|
stream.addTrack(await getVideoTrask(videoParams))
|
||||||
} else {
|
} else {
|
||||||
console.log('❗ Don\'t have AUDIO stream to consume');
|
console.log('❗ Don\'t have VIDEO stream to consume');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (audioParams) {
|
if (audioParams) {
|
||||||
|
@ -447,7 +447,7 @@ const connectRecvTransport = async () => {
|
|||||||
console.log('❗ Have VIDEO stream to consume');
|
console.log('❗ Have VIDEO stream to consume');
|
||||||
stream.addTrack(await getVideoTrask(videoParams))
|
stream.addTrack(await getVideoTrask(videoParams))
|
||||||
} else {
|
} else {
|
||||||
console.log('❗ Don\'t have AUDIO stream to consume');
|
console.log('❗ Don\'t have VIDEO stream to consume');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (audioParams) {
|
if (audioParams) {
|
||||||
|
Loading…
Reference in New Issue
Block a user