You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/PeerObjectiveC/PeerObjectiveC/ViewController.m:122:16: Incompatible block pointer types assigning to 'void (^)(RTCSessionDescription *__strong, NSDictionary *__strong)' from 'void (^)(RTCSessionDescription *__strong)'
If fixed this given another parameter (not used?) to it, can fix the issue. Compile again and got another error:/PeerObjectiveC/PeerObjectiveC/ViewController.m:221:10: No visible @interface for 'Peer' declares the selector 'callWithId:'
The text was updated successfully, but these errors were encountered:
/PeerObjectiveC/PeerObjectiveC/ViewController.m:122:16: Incompatible block pointer types assigning to 'void (^)(RTCSessionDescription *__strong, NSDictionary *__strong)' from 'void (^)(RTCSessionDescription *__strong)'
If fixed this given another parameter (not used?) to it, can fix the issue. Compile again and got another error:/PeerObjectiveC/PeerObjectiveC/ViewController.m:221:10: No visible @interface for 'Peer' declares the selector 'callWithId:'
The text was updated successfully, but these errors were encountered: