Skip to content

Commit 2ebae04

Browse files
Update README.md
1 parent 5644ad3 commit 2ebae04

File tree

1 file changed

+72
-2
lines changed

1 file changed

+72
-2
lines changed

README.md

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,72 @@
1-
# MeetingApp
2-
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.
1+
# Meeting App
2+
3+
[![Platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)
4+
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.html)
5+
[![Gradle Version](https://img.shields.io/badge/gradle-4.0-green.svg)](https://docs.gradle.org/current/release-notes)
6+
[![Awesome Badge](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://java-lang.github.io/awesome-java)
7+
8+
👨‍💻 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.
9+
10+
# Source
11+
Repo to demonstrate Meeting App in Android app. This is a follow up on the youtube at :
12+
13+
[AndroidVideoMeeting](https://www.youtube.com/playlist?list=PLam6bY5NszYNR54PiY_NN7hGS858xinq-)
14+
15+
# Demo App
16+
17+
<p align="center">
18+
<a href="https://github.com/achmadqomarudin/MeetingApp/releases/latest/download/app-demo.apk">
19+
<img src="https://www.inspirefm.org/wp-content/uploads/button-apk.png" height="100">
20+
</a>
21+
</p>
22+
23+
<table style="width:100%">
24+
<tr>
25+
<th>Example 1</th>
26+
<th>Example 2</th>
27+
<th>Example 3</th>
28+
</tr>
29+
<tr>
30+
<td><img src="screenshots/1.jpg"/></td>
31+
<td><img src="screenshots/2.jpg"/></td>
32+
<td><img src="screenshots/3.jpg"/></td>
33+
</tr>
34+
<tr>
35+
<th>Example 4</th>
36+
<th>Example 5</th>
37+
<th>Example 6</th>
38+
</tr>
39+
<tr>
40+
<td><img src="screenshots/4.jpg"/></td>
41+
<td><img src="screenshots/5.jpg"/></td>
42+
<td><img src="screenshots/6.jpg"/></td>
43+
</tr>
44+
<tr>
45+
<th>Example 7</th>
46+
<th>Example 8</th>
47+
<th>Example 9</th>
48+
</tr>
49+
<tr>
50+
<td><img src="screenshots/7.jpg"/></td>
51+
<td><img src="screenshots/8.jpg"/></td>
52+
<td><img src="screenshots/9.jpg"/></td>
53+
</tr>
54+
</table>
55+
56+
# License
57+
58+
```
59+
Copyright (C) Achmad Qomarudin
60+
61+
Licensed under the Apache License, Version 2.0 (the "License");
62+
you may not use this file except in compliance with the License.
63+
You may obtain a copy of the License at
64+
65+
http://www.apache.org/licenses/LICENSE-2.0
66+
67+
Unless required by applicable law or agreed to in writing, software
68+
distributed under the License is distributed on an "AS IS" BASIS,
69+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70+
See the License for the specific language governing permissions and
71+
limitations under the License.
72+
```

0 commit comments

Comments
 (0)