diff --git a/packages/hms_room_kit/example/README.md b/packages/hms_room_kit/example/README.md index 213e4166a..a2ce9febb 100644 --- a/packages/hms_room_kit/example/README.md +++ b/packages/hms_room_kit/example/README.md @@ -1 +1,27 @@ + +# HMSROOMKIT Example App 🚀 + + This contains a sample application built using `hms_room_kit` +Steps to get on local machine= +1. Clone the hms_flutter_sdk +2. Cd inside the hms_room_kit package. +3. Cd inside the example directory. +4. Run the main file. + +Clone the Example app provided in the repo here. + +The "example" folder contains code relevant to the Example app. + +The Example application contains the implementation of hms_room_kit. + + + +For more clear understanding refer these- +https://www.100ms.live/docs/flutter/v2/quickstart/prebuilt + + +To Change the Join With Mute or UnMute or other settings refer; +"packages\hms_room_kit\lib\src\service\app_debug_config.dart" + + diff --git a/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml b/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml index 9d6f73398..ab36457be 100644 --- a/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml +++ b/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml @@ -2,6 +2,7 @@ package="com.example.sample_application"> + + android:windowSoftInputMode="adjustResize" + + >