04. Android Socket Client - Native Android Video Call using WebRTC and Nodejs signaling server

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Simple Native Android WebRTC project using Nodejs as signaling server
    android GitHub link :
    github.com/codewithkael/Nativ...
    Nodejs signaling server:
    github.com/codewithkael/Nativ...
    to use signaling server, simply download and install Nodejs latest version ,
    open WebRTC server folder inside your IDE (ex: visual studio code , ...)
    and then open the terminal inside your WebRTC server folder directory and
    write npm install and after installation , write npm start and that's all you need to do
    to run signaling server.
    #AndroidWebRTC #WebRTC #NativeWebRTC #NativeAndroidWebRTC #SignalingServer #NodeJs #Android #RTC
    #AndroidTutorial #AndroidWebrtcTutorial #AndroidNativeWebrtcTutorial #WebRTCAndroid #RTCAndroid

Komentáře • 12

  • @avadhuseynli5452
    @avadhuseynli5452 Před rokem +2

    i so happy for i will find your video here. thanks for this course about video call servises

  • @ehsanrajabi9309
    @ehsanrajabi9309 Před rokem +1

    That's great tutorial

  • @muhammadhasanian2783
    @muhammadhasanian2783 Před rokem +1

    Thanks for creating good videos!
    Please make vidoe about group call also

  • @user-nk9ef6uv2n
    @user-nk9ef6uv2n Před 9 měsíci

    i have run in 2 emulator but in both emulator showing black screen only in remoteview , only localview showing camera captured data can u suggest something?

  • @user-ob9ck3cc7p
    @user-ob9ck3cc7p Před 11 měsíci +1

    when I try to use my physical device as instructed it does not seem to work but for emulator it works..... what would be the problem?

    • @codewithkael
      @codewithkael  Před 11 měsíci +1

      Hey, It's IceServer address that you are adding to your peer connection. You should find a valid one.
      Check out my firebase webrtc course, the one with 20 videos. There is one valid IceServer in that course.

    • @user-ob9ck3cc7p
      @user-ob9ck3cc7p Před 11 měsíci

      @@codewithkael I tried the ice server in firebase webrtc course but still not working.... when I enter my username the server seems not to register the user on the nodejs server

    • @codewithkael
      @codewithkael  Před 11 měsíci +1

      @@user-ob9ck3cc7p try to clone my source from GitHub. you probably are missing something.