1.1.9 • Published 4 years ago

ekyc-video-call v1.1.9

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

EKyc VideoRecorder modules by InnovationLab

Cài đặt

Các modules phụ thuộc (Cài đặt trước khi cài đặt module chính)

react-native-keep-awake react-native-device-info react-native-app-settings react-native-system-setting react-native-sound react-native-camera rn-fetch-blob (Update lên phiên bản mới nhất)

yarn add ekyc-video-call

Copy các file resource (âm thanh, font files) vào project chính (Kiểm tra lại 4 file âm thanh beep.wav, turn_head.mp3, read_code.mp3, show_identity_card.mp3)

Sử dụng

import { VideoRecorder, CALLBACK_VALUE } from "ekyc-video-call";

<VideoRecorder
  endpoint={this.props.eKycServer}
  partnerCode={partnerCode}
  session={token}
  onGoHome={this._handleCallEnded}
  onClose={this._handleCallEnded}
/>;

Props

* partnerCode: partnerCode
* session: Token cho session hiện tại
* endpoint: Backend endpoint được sử dụng bởi module.
* onClose: Event khi user ấn close trong flow ekyc, đóng lại màn hình chứa component VideoRecorder, và trả lại một trong các trạng thái define trong  `CALLBACK_VALUE`
* onGoHome:  Event khi user ấn button `Về trang chủ` trong flow ekyc, đóng lại màn hình chứa component VideoRecorder, và trả lại một trong các trạng thái define trong `CALLBACK_VALUE`
1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago