Git Product home page Git Product logo

Comments (6)

jlavyan avatar jlavyan commented on August 24, 2024

Hi i want help with this issue

login screen
buddy list / call a user in the list
in call UI (end call, mute, hold)
incoming call notification UI (pop up/notification).

what you think, only those simple screen is needed ?

from webrtc-jingle-client.

lukeweber avatar lukeweber commented on August 24, 2024

That would be awesome. As you can see, current app needs a bit of work :)

@hailg is currently working on #69 and had mentioned interest in building some UI. His ticket shouldn't impact you per se as his work should ideally be a unique target and way to use the core library. Then again, if XmppFramework is working well, it might be the most suitable platform for building an app on iOS.

Maybe hai can update us on his status, or has a pull request almost ready, and you guys could collaborate a little, or just sync so you guys don't overlap.

from webrtc-jingle-client.

hailg avatar hailg commented on August 24, 2024

Hi, currently I'm working on a project likes Line or WeChat. At mobile side, we are using:

  1. Xmppframework (https://github.com/robbiehanson/XMPPFramework): to connect to our ejabberd server and do XMPP stuff.
  2. Modify webrtc-jingle-client to share the same socket with xmppframework (because Apple allow only 1 socket to be alive in background mode)
  3. UI stuff including: login screen, chats screen, contacts screen, in-called screen, call notification,...
    So, actually, our project maybe suit with your need and we will post it on github when we have the first runnable version. It is maybe at the end of this month (March 2013).

from webrtc-jingle-client.

jlavyan avatar jlavyan commented on August 24, 2024

hi, Thank you
then ok, I need video too
I will work on video geting video call, then we can add h264 hardware encode functionality too
I will focus on video, getting first video call then improve that
Thanks

from webrtc-jingle-client.

jlavyan avatar jlavyan commented on August 24, 2024

and one question
have work adding AudioUnit echo cancelation on that os not ?
I think apple AudioUnit AEC more better
Thanks

from webrtc-jingle-client.

lukeweber avatar lukeweber commented on August 24, 2024

In response to AEC for apple, I noticed in the latest code, they seem to be disabling AEC from webrtc, so I think this is covered.

#if defined(IOS)
// On iOS, VPIO provides built-in EC and AGC.
options.echo_cancellation.Set(false);
options.auto_gain_control.Set(false);

https://code.google.com/p/libjingle/source/browse/trunk/talk/media/webrtc/webrtcvoiceengine.cc

I'll try to merge all of this code in today.

from webrtc-jingle-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.