Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local and remote video not call delegate function #157

Open
mostafaahmedelsayed opened this issue May 9, 2020 · 1 comment
Open

local and remote video not call delegate function #157

mostafaahmedelsayed opened this issue May 9, 2020 · 1 comment

Comments

@mostafaahmedelsayed
Copy link

local and remote video not call delegate function and that is my code

    self.client = ARDAppClient.init()
       
            self.client?.serverHostUrl = "https://apprtc.appspot.com"
            self.client?.connectToRoom(withId: "room21234", options: nil)

    self.localVideo.delegate = self
    self.remoteVideo.delegate = self
@ArjunBhilare
Copy link

Hello @mostafaahmedelsayed

I've installed this demo, when I click on run. The project builds successfully but it does not run on device. Could you please help me on how to resolve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants