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
local and remote video not call delegate function and that is my code