react-native-trtc-voice-room
v0.5.5
Published
trtc语音聊天室
Downloads
4
Readme
react-native-trtc-voice-room
trtc语音聊天室
Installation
npm install react-native-trtc-voice-room
Usage
import TrtcVoiceRoom from "react-native-trtc-voice-room";
// ...
const result = await TrtcVoiceRoom.login(sdkAppId,userId,userSig);
const result = await TrtcVoiceRoom.createRoom(roomID,roomParam);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT