3.0.27 • Published 4 years ago

react-native-jocloud-rtc v3.0.27

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

说明

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

4 years ago

3.0.25

4 years ago

3.0.24

4 years ago

3.0.23

4 years ago

3.0.22

4 years ago

3.0.21

4 years ago

1.0.57

4 years ago

3.0.20

4 years ago

3.0.2-0.1

4 years ago

1.0.56

4 years ago

3.2.20

4 years ago

1.0.55

4 years ago

1.0.54

4 years ago

1.0.53

4 years ago

1.0.51

4 years ago

1.0.50

4 years ago

1.0.52

4 years ago

1.0.49

4 years ago

1.0.44

4 years ago

1.0.48

4 years ago

1.0.47

4 years ago

1.0.46

4 years ago

1.0.45

4 years ago

1.0.43

4 years ago

1.0.42

4 years ago

1.0.41

4 years ago

1.0.39

4 years ago

1.0.40

4 years ago

1.0.38

4 years ago

1.0.37

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago