v9_voip_sdk 1.0.13
v9_voip_sdk: ^1.0.13 copied to clipboard
VoIP SDK support for iOS and Android.
v9_voip_sdk #
VoIP SDK
Support #
- Currently support for iOS and Android.
- Support video and audio communication.
- Ability to use Callkit and PushNotifications.
- You can use it to build an iOS/Android app that can communicate with SIP server.
METHOD SUPPORTED #
Command | Description | Content |
---|---|---|
init | Init | Khởi chạy package channel |
setLicense | Set License | Đăng ký key/license cho package |
destroy | Destroy | Hủy bỏ đăng ký package channel |
register | Login/Register Extension | Đăng nhập số nội bộ vào hệ thống |
unregister | LogOut/UnRegister Extension | Đăng xuất số nội bộ khỏi hệ thống |
startCall | Make Call | Bắt đầu cuộc gọi |
pickUpCall | Received Call | Nhận/Trả lời cuộc gọi |
endCall | Hangup Call | Kết thúc cuộc gọi |
enableSpeaker | Enable Speaker | Bật loa ngoài |
mute | Mute/UnMute | Tắt âm/ Mở âm mic cuộc gọi |
hold | Hold/UnHold | Giữ máy/ Bỏ giữ máy cuộc gọi |
transferCall | Transfer Call | Chuyển cuộc gọi cho số nội bộ khác trong hệ thống |
API #
Comming soon!!!