<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: CODE HEALER</title>
    <description>The latest articles on DEV Community by CODE HEALER (@code_healer_e01164fa18627).</description>
    <link>https://dev.to/code_healer_e01164fa18627</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1548715%2Ff3b7598c-7c55-4028-ace2-043411ad5868.png</url>
      <title>DEV Community: CODE HEALER</title>
      <link>https://dev.to/code_healer_e01164fa18627</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/code_healer_e01164fa18627"/>
    <language>en</language>
    <item>
      <title>I want to implement P2P connection via Signaling Server</title>
      <dc:creator>CODE HEALER</dc:creator>
      <pubDate>Fri, 31 May 2024 13:24:48 +0000</pubDate>
      <link>https://dev.to/code_healer_e01164fa18627/i-want-to-implement-p2p-connection-via-signaling-server-5167</link>
      <guid>https://dev.to/code_healer_e01164fa18627/i-want-to-implement-p2p-connection-via-signaling-server-5167</guid>
      <description>&lt;p&gt;I have signaling server and I want to implement P2P connection via signaling server.&lt;br&gt;
Here is the information of signaling server.&lt;br&gt;
&lt;a href="https://p2p.vantagemdm.com:8890"&gt;https://p2p.vantagemdm.com:8890&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Supported Socket API functions
connect
disconnect
reconnect_error
connect_error
error&lt;/li&gt;
&lt;li&gt;Supported signalling/socket events are. Send ping to ensure that connection will remain alive
 /v1/alive  (every 10 seconds)
 /v1/ready
 /v1/stream/start
 /v1/stream/destroy
 /v1/stream/joined
 /v1/stream/leaved
 /v1/sdp/peer_ice
 /v1/error&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I want some advice from expert at WebRTC and Signaling.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
