Skip to content

Commit 0d33107

Browse files
authored
Update README.md
1 parent ff9248b commit 0d33107

File tree

1 file changed

+18
-31
lines changed

1 file changed

+18
-31
lines changed

README.md

Lines changed: 18 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,25 @@
1-
# OverView
2-
Video call application using webrtc
1+
# Overview
2+
This project is a video call application built using WebRTC technology. With this application, you can make video calls on both web browsers and mobile devices.
33

44
# Getting Started
5-
After making the room
6-
<br>
7-
Enter the same number or same word as the room and press join on the other side
8-
9-
# Modularization
10-
11-
![스크린샷 2023-06-27 오후 7 48 36](https://github.com/lyh990517/WebRTC/assets/45873564/389bf280-e956-436e-b6e7-2cd97dccae30)
12-
13-
14-
# Used skill
15-
Language:Kotlin
16-
<br>
17-
UI: Jetpack compose + XML
18-
<br>
19-
Architecture: Clean Architecture + Multi Module
20-
<br>
21-
DI:Hilt
22-
<br>
23-
Asynchronous:Coroutine Flow
24-
<br>
25-
signaling: FireStore
26-
<br>
27-
networking: WebRTC
28-
<br>
29-
# App Preview
30-
<br>
5+
Here is a step-by-step guide on how to get started with this application:
6+
7+
1. **Creating a Room**
8+
9+
- Launch the app and select the option to "Create a New Room" or a similar choice.
10+
- A unique number or word will be assigned to the created room.
11+
12+
2. **Joining a Room**
3113

32-
![KakaoTalk_Photo_2023-06-27-20-03-36](https://github.com/lyh990517/WebRTC/assets/45873564/099c66ac-41a4-448f-8762-9ca9d6367218)
14+
- To join a room created by another user, enter the assigned number or word for that room and click the "Join" button.
15+
- When both users join the same room by using the same number or word, the video call will begin.
3316

34-
<br>
17+
With these simple steps, you can set up and enjoy video calls. Share the room number or word with other users to start a call together.
18+
19+
20+
# App Preview
3521

36-
![KakaoTalk_Photo_2023-06-27-20-03-30](https://github.com/lyh990517/WebRTC/assets/45873564/896427fd-d097-4f14-bbc0-bded0b245fa0)
22+
<img src="https://github.com/lyh990517/WebRTC/assets/45873564/099c66ac-41a4-448f-8762-9ca9d6367218" width="400" height="800">
23+
<img src="https://github.com/lyh990517/WebRTC/assets/45873564/896427fd-d097-4f14-bbc0-bded0b245fa0" width="400" height="800">
3724

3825

0 commit comments

Comments
 (0)