ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.16k stars 618 forks source link

Nearby devices permission for Android SDK #6417

Open yashtandon113 opened 1 week ago

yashtandon113 commented 1 week ago

Short description

I see that the Android SDK asks for the nearby devices permission to run the app. If the nearby device's permission is not allowed, then the app crashes.

Steps to reproduce

  1. Launch the Android SDK on your device
  2. Allow all permissions other then nearby devices permission
  3. Try to run any sample inside the app

Expected behavior

The sample should work fine

Actual behavior

sample app does not work and crashes

lastpeony commented 1 week ago

Fix: https://github.com/ant-media/WebRTC-Android-SDK/pull/75