Description: According to new Google Play Rules, a video showing how the app uses the Camera, Microphone & screen share permissions is needed. This is required for releasing new updates to 100ms apps on the Google Play Store. They require a video preferably a YouTube link which shows how the app uses Foreground Notification Service for audio, video & screen-share.

Screenshot 2024-03-15 at 10.35.12 PM.png

FOREGROUND_SERVICE_CAMERA

Script:

This app is an example of how 100ms SDKs can be used to build video calling applications. The FOREGROUND_SERVICE_CAMERA permission allows the user to continue to access the camera from the background for video chat. It allows users to multitask without interrupting their ongoing video calls.

FOREGROUND_SERVICE_MEDIA_PROJECTION

Script:

This app is an example of how 100ms SDKs can be used to build video calling applications. The FOREGROUND_SERVICE_MEDIA_PROJECTION permission allows the user to capture screen contents and record system audio necessary for the screen-sharing functionality of our video chat app. This is used to share the contents with other participants in the room.

FOREGROUND_SERVICE_MICROPHONE

Script:

This app is an example of how 100ms SDKs can be used to build video calling applications. The FOREGROUND_SERVICE_MICROPHONE is used to capture the microphone from the background so that the ongoing video call is not interrupted if the users want to multitask. This provides flexibility, enhances productivity and allows convenience for our users.

FOREGROUND_SERVICE_MEDIA_PROJECTION

https://youtu.be/Y4Cs5lC8ry8

FOREGROUND_SERVICE_CAMERA

https://youtu.be/bvV7xfWiphs