Search code examples
wordpressvideo-streaminghtml5-videovideochat

Wordpress peer to peer video chat(Admin to user) plugin or paid service


I have to implement Peer to peer video chat on WordPress recommend any integration or service from third party on economic price


Solution

  • For P2P web based videochat there are 2 possible technologies:

    • RTMFP using Adobe Flash
    • WebRTC using HTML5

    You can review some starting options by browsing the WP plugin repository for WordPress Videochat Plugins or documentation and tutorials for WebRTC or RTMFP if you want to code everything yourself.