shivammaindola / AndroidWebRTC

Checkout step by step tutorial.
https://medium.com/@shivammaindola07/step-by-step-guide-to-build-webrtc-native-android-app-47898caa1594
122 stars 48 forks source link

how to send messages between peers? #16

Open ToysoftInc opened 1 year ago

ToysoftInc commented 1 year ago

If I add a text field in the index.html how I do send the message to the Android app? I see there is sendMessage() in main.js but how I do actually call this function from the index.html if I have some UI there? Sorry but i'm new with java script.

Thanks