-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5644ad3
commit 2ebae04
Showing
1 changed file
with
72 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,72 @@ | ||
# MeetingApp | ||
Android Video Meeting App or Conference App using Jitsi Meet SDK and Firebase. Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your android application. | ||
# Meeting App | ||
|
||
[](https://www.android.com) | ||
[](https://www.apache.org/licenses/LICENSE-2.0.html) | ||
[](https://docs.gradle.org/current/release-notes) | ||
[](https://java-lang.github.io/awesome-java) | ||
|
||
👨💻 Android Video Meeting App or Conference App using Jitsi Meet SDK and Firebase. Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your android application. | ||
|
||
# Source | ||
Repo to demonstrate Meeting App in Android app. This is a follow up on the youtube at : | ||
|
||
[AndroidVideoMeeting](https://www.youtube.com/playlist?list=PLam6bY5NszYNR54PiY_NN7hGS858xinq-) | ||
|
||
# Demo App | ||
|
||
<p align="center"> | ||
<a href="https://github.com/achmadqomarudin/MeetingApp/releases/latest/download/app-demo.apk"> | ||
<img src="https://www.inspirefm.org/wp-content/uploads/button-apk.png" height="100"> | ||
</a> | ||
</p> | ||
|
||
<table style="width:100%"> | ||
<tr> | ||
<th>Example 1</th> | ||
<th>Example 2</th> | ||
<th>Example 3</th> | ||
</tr> | ||
<tr> | ||
<td><img src="screenshots/1.jpg"/></td> | ||
<td><img src="screenshots/2.jpg"/></td> | ||
<td><img src="screenshots/3.jpg"/></td> | ||
</tr> | ||
<tr> | ||
<th>Example 4</th> | ||
<th>Example 5</th> | ||
<th>Example 6</th> | ||
</tr> | ||
<tr> | ||
<td><img src="screenshots/4.jpg"/></td> | ||
<td><img src="screenshots/5.jpg"/></td> | ||
<td><img src="screenshots/6.jpg"/></td> | ||
</tr> | ||
<tr> | ||
<th>Example 7</th> | ||
<th>Example 8</th> | ||
<th>Example 9</th> | ||
</tr> | ||
<tr> | ||
<td><img src="screenshots/7.jpg"/></td> | ||
<td><img src="screenshots/8.jpg"/></td> | ||
<td><img src="screenshots/9.jpg"/></td> | ||
</tr> | ||
</table> | ||
|
||
# License | ||
|
||
``` | ||
Copyright (C) Achmad Qomarudin | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
``` |