<?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: Stephen Adebayo</title>
    <description>The latest articles on DEV Community by Stephen Adebayo (@stephen_adebayo_df57fd4ea).</description>
    <link>https://dev.to/stephen_adebayo_df57fd4ea</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%2F1673752%2F761152ed-cda1-49ab-89a2-f3879270b16e.jpeg</url>
      <title>DEV Community: Stephen Adebayo</title>
      <link>https://dev.to/stephen_adebayo_df57fd4ea</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stephen_adebayo_df57fd4ea"/>
    <language>en</language>
    <item>
      <title>🚀 Integrating Video Calls in React Native with Jitsi Meet</title>
      <dc:creator>Stephen Adebayo</dc:creator>
      <pubDate>Sat, 12 Jul 2025 12:48:19 +0000</pubDate>
      <link>https://dev.to/stephen_adebayo_df57fd4ea/integrating-video-calls-in-react-native-with-jitsi-meet-4907</link>
      <guid>https://dev.to/stephen_adebayo_df57fd4ea/integrating-video-calls-in-react-native-with-jitsi-meet-4907</guid>
      <description>&lt;p&gt;🚀 Integrating Video Calls in React Native with Jitsi Meet (Why I Switched from Raw WebRTC)&lt;/p&gt;

&lt;p&gt;Recently, I integrated video conferencing into a mobile healthcare app called Anonymous Care — a platform connecting consultants (doctors) and patients, often anonymously.&lt;/p&gt;

&lt;p&gt;The app was built with React Native (Expo-ejected), and I had previously worked with WebRTC directly — managing peer connections, signaling, TURN/STUN servers, and media streams manually. It worked, but maintaining it at scale became complex.&lt;/p&gt;

&lt;p&gt;For this project, I chose Jitsi Meet, a powerful, open-source video conferencing solution built on top of WebRTC. It offers:&lt;/p&gt;

&lt;p&gt;✅ Built-in signaling&lt;br&gt;
✅ Free use and modify &lt;br&gt;
✅ Secure, encrypted rooms&lt;br&gt;
✅ Native SDKs for iOS/Android&lt;br&gt;
✅ Customizable UI&lt;br&gt;
✅ Easy self-hosting support&lt;/p&gt;

&lt;p&gt;🛠️ What I Did:&lt;br&gt;
     Ejected from Expo to support native module integration&lt;br&gt;
•Installed the @jitsi/react-native-sdk&lt;br&gt;
•Fixed issues like missing event listeners (&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzndrg5qsfxz5c386u5ff.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzndrg5qsfxz5c386u5ff.jpeg" alt=" " width="800" height="1066"&gt;&lt;/a&gt;onConferenceTerminated, etc.)&lt;br&gt;
•Handled Android camera/mic permissions manually&lt;br&gt;
•Cleaned up sessions on unmount to avoid crashes&lt;/p&gt;

&lt;p&gt;🔁 Why I Recommend Jitsi:&lt;br&gt;
•It’s fully open source, actively maintained by the community&lt;br&gt;
•Saves time while giving full control&lt;br&gt;
•Ideal for building chat, edtech, telehealth, or internal tools&lt;/p&gt;

&lt;p&gt;💬 Have you used Jitsi before or implemented your own video call solution? I’d love to hear about it!&lt;/p&gt;

&lt;h1&gt;
  
  
  ReactNative #WebRTC #JitsiMeet #OpenSource #MobileDev #Telehealth #VideoCalling #SoftwareEngineering #DevExperience
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>reactnative</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
