Giter Club home page Giter Club logo

Comments (5)

coolwr avatar coolwr commented on June 22, 2024

In the ARDAppClient there are 2 methods swapCameraToFront and swapCameraToBack methods.

In the sample app demo ARTCVideoChatViewController you could call [self.client swapCameraToFront] and [self.client swapCameraToBack].

from apprtc-ios.

royherma avatar royherma commented on June 22, 2024

I don't have those methods...and I am using the most recent version from the pod.These are the only methods exposed in the ARDAppClient header:

@interface ARDAppClient : NSObject

@property(nonatomic, readonly) ARDAppClientState state;
@property(nonatomic, weak) id<ARDAppClientDelegate> delegate;
@property(nonatomic, strong) NSString *serverHostUrl;

- (instancetype)initWithDelegate:(id<ARDAppClientDelegate>)delegate;

// Establishes a connection with the AppRTC servers for the given room id.
// TODO(tkchin): provide available keys/values for options. This will be used
// for call configurations such as overriding server choice, specifying codecs
// and so on.
- (void)connectToRoomWithId:(NSString *)roomId
                    options:(NSDictionary *)options;

// Disconnects from the AppRTC servers and any connected clients.
- (void)disconnect;

from apprtc-ios.

coolwr avatar coolwr commented on June 22, 2024

Did you check out https://github.com/ISBX/apprtc-ios/blob/master/Lib/ARDAppClient.h

from apprtc-ios.

royherma avatar royherma commented on June 22, 2024

I saw this from a past project, but any idea why its not the version being pulled from pod 'AppRTC' ? I'll try to see if i can specifically pull that version (if its available). How did you install it on your project, or did you just use the demo project?

from apprtc-ios.

royherma avatar royherma commented on June 22, 2024

weird..both of my projects (one with the more robust ARDAppClient and one without) seem to have version 1.0.2 of AppRTC. Any ideas? What happens if you create a new project and do pod 'AppRTC', do you see those methods in the file? @coolwr

Btw - thanks for the help :)

from apprtc-ios.

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.