GithubHelp home page GithubHelp logo

anyrtc / flutter-rtm Goto Github PK

View Code? Open in Web Editor NEW
7.0 9.0 0.0 904 KB

Flutter-RTM 基于 anyRTC RTM SDK 开发, 包含点对点消息、频道消息、呼叫邀请等功能,适用于在线教育、直播、社交等场景。

License: MIT License

Kotlin 34.97% Dart 30.36% Ruby 1.61% Objective-C 32.53% Java 0.53%
anyrtc webrtc rtm flutter kotlin dart im

flutter-rtm's People

Contributors

jhdync avatar lxzbug avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter-rtm's Issues

初始化报错

Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 87 named com.apple.commcenter.coretelephony.xpc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service on pid 87 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}

	Future _create() async {
	      RtcEngine engine = await RtcEngine.create('771d911fad6380e5ad3c558380267e08');
	      print(engine);
	      engine.setEventHandler(RtcEngineEventHandler(
	          error: (err) {
	            print('报错了___$err');
	          },
	          joinChannelSuccess: (String channel, String uid, int elapsed) {
	            print('joinChannelSuccess ${channel} ${uid}');
	            setState(() {
	              // _joined = true;
	            });
	          }, userJoined: (String uid, int elapsed) {
	        // print('userJoined ${uid}');
	        setState(() {
	          // _remoteUid = uid;
	        });
	      }, userOffline: (String uid, UserOfflineReason reason) {
	        // print('userOffline ${uid}');
	        setState(() {
	          // _remoteUid = null;
	        });
	      }));
      
  }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.