ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

local and remote video not call delegate function #157

Open mostafaahmedelsayed opened 4 years ago

mostafaahmedelsayed commented 4 years ago

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 commented 3 years ago

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?