Ankit-Aggarwal / SwiftyWebRTC

Swift Framework for WebRTC
MIT License
159 stars 32 forks source link

New to swift need to call peerConnection.setConfiguration #11

Closed bearinld004 closed 6 years ago

bearinld004 commented 6 years ago

curious i wanna add some logic to this code base but im new to swift the objc header files have

- (BOOL)setConfiguration:(RTCConfiguration *)configuration;

tried to call it self.peerConnection?.setConfiguration( but does not work?

Is there another Im supposed to call this?

bearinld004 commented 6 years ago

oh nm swift 3 does some translations steps