-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In xirsys_connect.js, the secure method is also expecting secret etc on the client side.
// Secure method
var xirsysConnect = {
secureTokenRetrieval : true,//change this to true for authenticating from server
server : '/webrtc/',//<-- Path To Server Auth (node server listens to this path)
data : {
domain : '< www.yourdomain.com >',
application : 'default',
room : 'default',
ident : '< Your username (not your email) >',
secret : '< Your secret API token >',
secure : 1
}
};
Metadata
Metadata
Assignees
Labels
No labels