hope this meets you well
I'm working on a nativescript project and i would like to add video call functionality to the app, i have searched online, i found https://market.nativescript.org/plugins/nativescript-webrtc-plugin, but i really don't understand the example there.
there's a part in the docs
iceServers: [
// Optional defaults to google stun servers
{
url: 'stun:stun.l.google.com:19302'
},
{
url: 'serverRequiresAuth',
username: 'username',
password: 'password'
}
]
Question 1: Where do i get the username/password or is it "username" and "password"
Question 2: How do i connect a call from one device to another
if you have worked with this plugin before or you know another alternative, i would really appreciate and explanation