-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working when deployed in AWS #6
Comments
To summarize:
So it means something is wrong with the client side not server side, I guess. |
yes, but i don't know what to do, its working perfectly in local, here is my client code. [](import React, { Component } from 'react'; getUrlVars(){
} startCall(isCaller, friendID, config) { rejectCall() { endCall(isStarter) { render() {
} render(, document.getElementById('root')); |
This is a security setting in aws and has to do with servers and proxy. hope it helps |
You might need to use a TURN server as a ICE candidate. |
how I see in client parts ? |
the above image is captured while working in AWS, and the peer screens are not sharing...
the below image is captured while working in local environment and is working perfectly.
where i am wrong, Thanks in advance
The text was updated successfully, but these errors were encountered: