Skip to content

Nokecy/react-native-trtc-voice-room

Repository files navigation

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