์ด๋ํก์ webRTC ํ์ค ๊ธฐ์ ์ ์ด์ฉํ์ฌ web/app์์ ์ฝ๊ณ ๊ฐํธํ๊ฒ ์ค์๊ฐ ํต์ ์ ๊ตฌํํ ์ ์๋ SDK์
๋๋ค.
| feature | implemented | ios | android |
|---|---|---|---|
| Audio Call | โ๏ธ | โ๏ธ | โ๏ธ |
| Video Call | โ๏ธ | โ๏ธ | โ๏ธ |
| Chatting room | โ๏ธ | โ๏ธ | โ๏ธ |
| AudioMute | โ๏ธ | โ๏ธ | โ๏ธ |
| VideoMute | โ๏ธ | โ๏ธ | โ๏ธ |
| Video Switch | โ๏ธ | โ๏ธ | โ๏ธ |
npm i omnitalk-rn-sdk
์ฝ๊ณ ์์ธํ ๋ฌธ์๋ฅผ ์ ๊ณตํ๊ณ ์์ต๋๋ค.
์ด๋ํก์ ์ฌ์ฉํ๋ฉด์ ๋ฐ์ํ๋ ์ด์๋ ๊ถ๊ธ์ ์ issue ํญ๋ฅผ ์ด์ฉํด ์ฃผ์ธ์.
์ด๋ํก SDK๋ก ๊ตฌํ๋ ๊ฐ๋จํ ๊ธฐ๋ฅ ํ ์คํธ ๋ฐ๋ชจ๋ฅผ ์ ๊ณตํฉ๋๋ค.
- ๊ธฐ๋ณธ ๊ธฐ๋ฅ Function Test
- create session, room list, create room, join room, publish, subscribe, unsubscribe, destroy room
- Audio Call
- create session, session list, offer call, answer call, audio mute/unmute, make sip number
- Video Call
- create session, participants list, offer call, answer call, video mute/unmute, switch camera
- Chatting Room
- create session, create room, join room, get message user list, send message, send whisper
