Git Product home page Git Product logo

webrtc's Introduction

WebRTC

Issue reports and pull requests will not be attended.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 11.0 or higher
  • macOS 10.14 or higher

Bitcode

Bitcode disabled by default

Installation

WebRTC is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WebRTC', :git => 'https://github.com/xquezme/WebRTC.git', :tag => '88.00.33197'

Build Author

Pimenov Sergey, [email protected]

License

This project is available under the MIT license. See the LICENSE file for more info. WebRTC is available under the BSD license. See the LICENSE.html file for more info.

webrtc's People

Contributors

xquezme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

webrtc's Issues

Not working with web

Hi Bro,
I have tested it with one iOS and other google chrome in Mac , it did not work.
But iOS to iOS works just fine , any help appreciated

Unauthorised User (401) Error & ICMP Error from iOS Mobile Application

Hi Team,

We are using xquezme/webrtc in our mobile application and we are seeing intermittent call connection issues when it gets initiated from an iOS application. We aren't sure as to why this issue keeps popping up intermittently and disappears when we try again after sometime.

We also encounter another issue that fails the call connection initiated from iOS application with ICMP error message.

Wireshark Logs generated while using this component can be found in the URL share below:

https://drive.google.com/open?id=1PjyX7kPtrPk1pGOtn1ttiZgrgQ19Env7

Any Help on this would be greatly appreciated.

Thanks,
Arun

Support for tvOS ?

Hey can you add support for tvOS ... or have some scripts to build for tv?

When I set the resolution to 1080P I get black screen

When I set the resolution to 1080P I get black screen

    - (RTCMediaConstraints *)defaultMediaAudioConstraints {
      NSDictionary *mandatory = @{
                                    @"minWidth" : @"1920",
                                    @"minHeight" : @"1080"
                                    };
 
      RTCMediaConstraints *constraints  = [[RTCMediaConstraints alloc] initWithMandatoryConstraints:mandatory
                                                                                optionalConstraints:nil];    return constraints;}

bitCode enable??

I build your project with bitCode enable, but fail ? Why you said enable bitCode by default since M56?? Please help , thx.

dyld: Library not loaded: /System/Library/Frameworks/MetalKit.framework/MetalKit

I have added framework to the target,but only run the framework on 8.1 simulators ,it doesn't work, the error is this:
dyld: Library not loaded: /System/Library/Frameworks/MetalKit.framework/MetalKit
Referenced from: /private/var/mobile/Containers/Bundle/Application/8454DA05-F872-497A-A44A-F6261169E57B/EUCIMManager.app/Frameworks/WebRTC.framework/WebRTC
Reason: image not found

how can i make a call with audio-only

i want to make a call audio-only , but when i set OfferToReceiveVideo false , offer sdp still has "m=video" line , the call has no audio output when i switch audio-only

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.