crossle / janus-gateway-android

Implements Janus gateway video room on Android
MIT License
63 stars 30 forks source link

Call not being made from one device to another #16

Open sajidjutt7 opened 4 years ago

sajidjutt7 commented 4 years ago

I Have installed the app in mobile and emulator. Mobile is showing front camera after giving permissions explicitly. Emulator is now showing it as it doesnot have one. But when i run the apps in 2 devices - 1 actual mobile and 1 emulator Call is not getting made. from logs i can show the room ids is different for both.

for mobile “data”: { “videoroom”: “joined”, “room”: 1234, “description”: “Demo Room”, “id”: 6285911059968947, “private_id”: 794513885, “publishers”: [] } for emulator “data”: { “videoroom”: “joined”, “room”: 1234, “description”: “Demo Room”, “id”: 2864803617316933, “private_id”: 1799934300, “publishers”: [] }

crossle commented 4 years ago

Plz try two devices

heisGarvit commented 4 years ago

Here's the fix

https://github.com/crossle/janus-gateway-android/issues/6#issuecomment-493114710