ConnectyCube / connectycube-cordova-samples

Cordova code samples for ConnectyCube platform
https://connecycube.com
Apache License 2.0
4 stars 5 forks source link

wrong parameters in the documentation #9

Closed azizcreativitykw closed 4 years ago

azizcreativitykw commented 4 years ago

in the documentation

https://developers.connectycube.com/js/videocalling?id=alwaysrelaycalls

const appConfig = { videocalling: { alwaysRelayCalls: true, }, };

in the library

https://cdn.jsdelivr.net/npm/connectycube@3.7.2/lib/cubeConfig.js

Screen Shot 2020-11-03 at 9 05 08 PM

ccvlad commented 4 years ago

"... Setting it to true means the calling media will be routed through TURN server all the time, and not directly P2P between users even if the network path allows it."

alwaysRelayCalls = false uses by default. You can set true if you needed.

azizcreativitykw commented 4 years ago

no, I am taking about videocalling its not videocalling rather its a videochat

ccvlad commented 4 years ago

Hmm... I didn't pay attention. Sorry for that. I will fix it in the documentation. So the videocalling is wrong name, use videochat as property name.

ccvlad commented 4 years ago

@azizcreativitykw

Fixed here: https://developers.connectycube.com/js/videocalling?id=alwaysrelaycalls

Thank you!