Videochat implementation for Nativescript

253 views Asked by At

Can anyone please guide me how can I implement videochat within a nativescript application?. I have been looking around and I don't find a way to do it.

1

There are 1 answers

0
evanfuture On

I'm still not at the point where I could make it work natively, so I would fall back on using a web-view. This would also help to setup the sockets and handshakes needed for two way live chats, like webRTC.