Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadqomarudin authored Oct 22, 2020
1 parent 5644ad3 commit 2ebae04
Showing 1 changed file with 72 additions and 2 deletions.
74 changes: 72 additions & 2 deletions README.md
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

[![Platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Gradle Version](https://img.shields.io/badge/gradle-4.0-green.svg)](https://docs.gradle.org/current/release-notes)
[![Awesome Badge](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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.
```

0 comments on commit 2ebae04

Please sign in to comment.