espressif / esp-adf

Espressif Audio Development Framework
Other
1.53k stars 671 forks source link

Voip calls from esp to mobile app (AUD-4638) #1014

Open arpitsahu0740 opened 1 year ago

arpitsahu0740 commented 1 year ago

Hey, I want to implement voip calls from my esp to a mobile app. Is it possible? And can we stream video too along with voice?

ahhfzhang commented 1 year ago

Hi @arpitsahu0740

  1. yes, for voip you can use linphone mobile app
  2. for stream video you can use esp_rtc example

Thanks.

arpitsahu0740 commented 1 year ago

How can i add sip calling to my existing app instead of using linphone mobile app?

ahhfzhang commented 1 year ago

Then you need to implement a SIP client in your app.

arpitsahu0740 commented 1 year ago

Can you suggest a way to do that?