GithubHelp home page GithubHelp logo

Comments (8)

DoHienHDT avatar DoHienHDT commented on June 7, 2024 2

@hurali97 @CSantosM @jatins52 It worked when I added senderConectionId.

  func iceCandidateMethod(params: Dictionary<String, Any>) {
        DispatchQueue.main.async { 
        
            if params["senderConnectionId"] != nil {
                self.key = "senderConnectionId"
            } else {
               self.key = "endpointName"
            }
            if (params[self.key] as? String == self.userId) {
               self.saveIceCandidate(json: params, endPointName: nil)
            } else {
               self.saveIceCandidate(json: params, endPointName: params[self.key] as? String) 
           }
      }
 }

from openvidu-ios-app.

phngoctam avatar phngoctam commented on June 7, 2024 1

The first things I cloned this project , after that I change some code (ex : forHTTPHeaderField => Authorization: Basic EncodeBase64 , web socket url from https to wss … => based on android project)

Finally , I can connect with android and web well (android or web screen are all display full of video streams from iOS ) but iOS screen cannot display video streams or any sound from android or web.

Please help me fix it!

Many thanks!

from openvidu-ios-app.

CSantosM avatar CSantosM commented on June 7, 2024

Hello @hurali97

It is a known issue and we are working on it.
The app has not been mantained and we're trying to recover it.

We don't know when the app will be ready to use. A PR would be welcome.
Regards

from openvidu-ios-app.

jatins52 avatar jatins52 commented on June 7, 2024

@hurali97 is audio working?

from openvidu-ios-app.

ai86647191 avatar ai86647191 commented on June 7, 2024

I tried to make the changes you said in the code, but I still can't see the video on the iOS device. Excuse me, apart from what you said, what else has been modified

from openvidu-ios-app.

jhonatangeison avatar jhonatangeison commented on June 7, 2024

hello friend, are you going to continue this project?

from openvidu-ios-app.

shivaprasad avatar shivaprasad commented on June 7, 2024

@hurali97 @CSantosM @jatins52 It worked when I added senderConectionId.

  func iceCandidateMethod(params: Dictionary<String, Any>) {
        DispatchQueue.main.async { 
        
            if params["senderConnectionId"] != nil {
                self.key = "senderConnectionId"
            } else {
               self.key = "endpointName"
            }
            if (params[self.key] as? String == self.userId) {
               self.saveIceCandidate(json: params, endPointName: nil)
            } else {
               self.saveIceCandidate(json: params, endPointName: params[self.key] as? String) 
           }
      }
 }

This issue is still open, are will someone help to sort this out?

from openvidu-ios-app.

Vellore-yamini1 avatar Vellore-yamini1 commented on June 7, 2024

Has anyone successfully rendered the remote video track?

I am trying to build an application to make video calls by integrating OPENVIDU with xcode 12. Everything works fine and I am able to receive the remote video track as well, but it doesn't get rendered on RTCMTLVideoView. I also tried to render it using RTCEAGLVideoView but couldn't do it. Has anyone successfully rendered the remote video track? Any help would be highly appreciated.

from openvidu-ios-app.

Related Issues (3)

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.