voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

Support for video calls on iOS #54

Closed eVoloshchak closed 5 years ago

eVoloshchak commented 5 years ago

Yulia, thank you for this great module. Did i get it right, there is no support for video calls on iOS? Docs state that clientConfig.enableVideo = true is an Android only option. So basically on iOS devices i can see the remote video stream, but cannot send the local video stream back?

YuliaGrigorieva commented 5 years ago

Hello!

Thank you for reaching out!

Video calls are supported for both Android and iOS platforms. Voximplant React Native SDK supports on both platforms:

ClientConfig.enableVideo is the option to enable/disable video functionality in sdk on android, by default video functionality is enabled. On iOS platform it is impossible to disable video functionality, so it is always enabled.

Please let me know if you have any questions or you run into any issues.

Best regards, Yulia Grigorieva

eVoloshchak commented 5 years ago

Thank you!