fishjam-dev / react-native-membrane-webrtc

Apache License 2.0
78 stars 8 forks source link

Update Kotlin namaspaces and split JS logic into smaller chunks #163

Closed mironiasty closed 4 months ago

mironiasty commented 5 months ago

This PR is preparation for react-native-membrane-webrtc and react-native-client-sdk merge. I'm updating Kotlin namespaces to be consistent with the ones used in membrane-webrtc-android library.

I'm also splitting big index.ts file into smaller ones, to make it easier for editing and understanding. Also when logic from react-native-client-sdk will be added here, it will be easier to merge JS code.