Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 228b0e7dc6
commit 217866c588

@ -588,7 +588,7 @@ class PeerConnectionClient: NSObject, RTCPeerConnectionDelegate, RTCDataChannelD
if strongSelf.peerConnection != nil {
remoteVideoTrack = strongSelf.remoteVideoTrack
}
objc_sync_exit(self)
objc_sync_exit(strongSelf)
delegate.peerConnectionClient(strongSelf, didUpdateRemote: remoteVideoTrack)
}

Loading…
Cancel
Save