meshenger-android icon indicating copy to clipboard operation
meshenger-android copied to clipboard

P2P Voice/Video phone App for local networks.

Results 41 meshenger-android issues
Sort by recently updated
recently updated
newest added

If there is no (router) wlan on 2 phones that I want to connect, just either WiFi Direct between the 2 phones or Android Hotspot on the first and the...

I have installed the MESHENGER apk versions 1.0 and also version 3.03 on my Android phones (Android 8 - 9 and 10) and they work very well except one issue....

I add `setLocalRenderer` in `RTCCall`, set`org.webrtc.SurfaceViewRenderer @+id/localRenderer`visibility`visible` and try: add blow in `RTCCall.handleMediaStream` ```java localRenderer.init(this.sharedContext, null); upStream.videoTracks.get(0).setEnabled(true); upStream.videoTracks.get(0).addSink(localRenderer); ``` or add blow in `RTCCall.createStream` ```java VideoTrack videoTrack = getVideoTrack(); videoTrack.setEnabled(true);...

This is a reminder for myself to see if https://github.com/netguru/videochatguru-android as webrtc wrapper might solve the remaining issues to be fixed. (e.g. Audio/Headphones) If it depends on google services or...

Is the app following the standard negotiation? I was trying to build a desktop client app that would be compatible with meshenger, but can't seem to establish the video/audio after...

I'm not sure if you are still supporting this project, but I can not use it to call when connected to the same hotspot. Also the documentation doesn't seem to...

bug

This would be a major feature...

enhancement

It would be nice to have a random name by default, and then be able to change the name.

This is not very reliable and does network activity even when no call is in progress. So it might simplify a few things.

enhancement