3.0.27 • Published 5 years ago
react-native-jocloud-rtc v3.0.27
说明
React Native Jocloud RTC Library。
使用
安装
yarn add react-native-jocloud-rtc
or
npm i --save react-native-jocloud-rtc
iOS Podfile
platform :ios, '9.0' #platform need 9.0 or upper
...
source 'https://github.com/CocoaPods/Specs.git' #添加项
source 'https://github.com/yyqapm/specs.git' #添加项
...
使用
import ThunderModule from "react-native-jocloud-rtc"
import { ThunderRemoteVideoView, ThunderLocalVideoView } from 'react-native-jocloud-rtc'
const react_native = require("react-native")
const ThunderEventEmitter = new react_native.NativeEventEmitter(ThunderModule)
...
ThunderModule.createEngine({'appId': appId, 'sceneId': sceneId}).then((value) => {
}).catch((code, err) => {
})
...
ThunderEventEmitter.addListener(`ThunderCallbackEvent`, (args) => {
listener(args);
});
3.0.27
5 years ago
3.0.25
5 years ago
3.0.24
5 years ago
3.0.23
5 years ago
3.0.22
5 years ago
3.0.21
5 years ago
1.0.57
5 years ago
3.0.20
5 years ago
3.0.2-0.1
5 years ago
1.0.56
5 years ago
3.2.20
5 years ago
1.0.55
5 years ago
1.0.54
5 years ago
1.0.53
5 years ago
1.0.51
5 years ago
1.0.50
5 years ago
1.0.52
5 years ago
1.0.49
5 years ago
1.0.44
5 years ago
1.0.48
5 years ago
1.0.47
5 years ago
1.0.46
5 years ago
1.0.45
5 years ago
1.0.43
5 years ago
1.0.42
5 years ago
1.0.41
5 years ago
1.0.39
5 years ago
1.0.40
5 years ago
1.0.38
5 years ago
1.0.37
5 years ago
1.0.36
5 years ago
1.0.35
5 years ago
1.0.34
5 years ago
1.0.33
5 years ago
1.0.32
5 years ago
1.0.31
5 years ago
1.0.30
5 years ago
1.0.29
5 years ago
1.0.28
5 years ago
1.0.27
5 years ago
1.0.26
5 years ago
1.0.25
5 years ago
1.0.24
5 years ago
1.0.23
5 years ago
1.0.22
5 years ago