Live data from Hacker News

Viewing profile — gopikrishnan

gopikrishnan

HN member
Joined
Sat, Oct 12, 2013, 5:27 PM UTC
HN karma
13
Public activity
8 items

About gopikrishnan

iOS, NodeJS, ReactJS, ReactNative.

http://cocoahead.tumblr.com/

https://twitter.com/gopitude

Recent public activity

  1. comment
    Comment #31303367

    MUSIC Tribe | Bangalore, India | Onsite | Full-time | iOS, Android, C++ We are MUSIC Tribe, a musical company empowering people through our brands - Midas, Klark Teknik, Lab Gruppe…

  2. comment
    Comment #30928829

    MUSIC Tribe | Bangalore, India | Onsite | Full-time | iOS, Android, C++ We are MUSIC Tribe, a musical company empowering people through our brands - Midas, Klark Teknik, Lab Gruppe…

  3. comment
    Comment #23468553

    check this out: https://peer.school/ webRTC classroom app, open-sourced.

  4. comment
    Comment #23437865

    its pretty much easy and it doesnt require any third party libs. check the demo https://webrtc.github.io/samples/src/content/peerconnection/... code: https://github.com/webrtc/samp…

  5. comment
    Comment #23437833

    I use {reactJS,socket.io,simple-peer,nodeJS}. you can skip the reactjs. There are a lot of tutorials available for video chat apps using webrtc+socket.io. https://appr.tc/ is open-…

  6. comment
    Comment #23436597

    I'm not sure why originally it was set, independent. But, it helped me to play around munging SDP.

  7. comment
    Comment #23436529

    There are native libraries available for both iOS and Android. I didn't want end-user to install any. Just to click the invitation link and start chatting.

  8. comment
    Comment #23436264

    I'm using webRTC for a video chat project that I'm developing now. I had a hard time making it work on iOS browsers and ended up supporting iOS Safari alone. Though all iOS browser…