nubomediaTI / Kurento-iOS

Kurento Toolbox for iOS
Apache License 2.0
120 stars 76 forks source link

Set MediaConstraints into NBMWebRTCPeer #15

Open ArtsiomHainetdzinau opened 8 years ago

ArtsiomHainetdzinau commented 8 years ago

Hi guys,

First for all thank you for your work. It is really cool framework. My question about public API of NBMWebRTCPeer. Is it possible to add interface for setting of video media constraints? There is setupLocalVideoWithConstraints method in .m file of NBMWebRTCPeer. Now videoConstraints always nil. It would be cool to add possibility customise this parameter. Could you add this API?

Thank you