You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two clients in protocol matrix and both of them are in the same room. One client is in my PC with build in microphone and camera, second one is in virtualBox with camera nad microphone from droidCAM. First client is starting the call, second is listening for call and answering it. I have an issue with answering this call. I tried two method:
a)call.anwer():
When i tried this method i got this error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'addTrack')
It was weird bacause the audio and media are both true so i did not know why it could not attach the tracks from my localStream. After that i thought to manually answer the code which you see in the code.
b)Manually answering th call:
You see that i manually sending the messages 'm.call.answer' but i got this warning: onAnswerReceived() did not get any SDPStreamMetadata! Can not send/receive multiple streams. I do not know what is the problem. IS it the SDP answer? Is it the media?
Please someone help me because i am tring to do this for 3 weeks and i do not now what is wrong.
The text was updated successfully, but these errors were encountered:
Hello,
Here is my code:
A)javascript:
b)html:
I have two clients in protocol matrix and both of them are in the same room. One client is in my PC with build in microphone and camera, second one is in virtualBox with camera nad microphone from droidCAM. First client is starting the call, second is listening for call and answering it. I have an issue with answering this call. I tried two method:
a)call.anwer():
When i tried this method i got this error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'addTrack')
It was weird bacause the audio and media are both true so i did not know why it could not attach the tracks from my localStream. After that i thought to manually answer the code which you see in the code.
b)Manually answering th call:
You see that i manually sending the messages 'm.call.answer' but i got this warning:
onAnswerReceived() did not get any SDPStreamMetadata! Can not send/receive multiple streams
. I do not know what is the problem. IS it the SDP answer? Is it the media?Please someone help me because i am tring to do this for 3 weeks and i do not now what is wrong.
The text was updated successfully, but these errors were encountered: