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