Skip to content

Commit

Permalink
ios: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jan 6, 2023
1 parent 9b83a95 commit 5c515f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RCTWebRTC/WebRTCModule+RTCPeerConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ - (void)peerConnection:(RTC_OBJC_TYPE(RTCPeerConnection) *)peerConnection didAdd
}

- (void)peerConnection:(RTC_OBJC_TYPE(RTCPeerConnection) *)peerConnection
didRemoveReceiver:(RTC_OBJC_TYPE(RTCRtpReceiver) *)v {
didRemoveReceiver:(RTC_OBJC_TYPE(RTCRtpReceiver) *)rtpReceiver {
dispatch_async(self.workerQueue, ^{
NSMutableDictionary *params = [NSMutableDictionary new];

Expand Down

0 comments on commit 5c515f0

Please sign in to comment.