Giter Club home page Giter Club logo

k2vin / yun2win-sdk-desktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yun2win/yun2win-sdk-desktop

0.0 1.0 0.0 3.31 MB

Yun2win为企业和开发者提供最安全的即时通讯(IM)云服务和基于Web RTC下的融合通讯云服务,通过yun2win的SDK及API,快速拥有IM(instant messaging)、实时音视频(Audio and video Communication)、屏幕共享(Screen sharing)、电子白板(whiteboard)通讯能力。

Home Page: http://www.yun2win.com

License: MIT License

JavaScript 84.61% CSS 11.86% HTML 3.53%

yun2win-sdk-desktop's Introduction

LOGO

yun2win-sdk-desktop V_0.0.2

Yun2win为企业和开发者提供最安全的即时通讯(IM)云服务和基于Web RTC下的融合通讯云服务,通过yun2win的SDK及API,快速拥有即时通讯(instant messaging)、实时音视频(Audio and video Communication)、屏幕共享(Screen sharing)、电子白板(whiteboard)通讯能力。

目录结构

┌── app
│   ├── assets :静态资源
│   │   ├── osx :mac相关资源
│   │   └── win :windows相关资源
│   ├── inject :内容注入脚本
│   │   ├── css :注入样式文件
│   │   └── js :注入脚本文件
│   ├── main :主进程代码
│   ├── node_modules :依赖模块
│   ├── render :渲染进程代码
│   │   ├── web :yun2win-sdk-web代码
├── dist :打包目录
└── node_modules :编译依赖模块

快速集成

1.现有应用添加IM功能 :

把编译好的可执行文件作为静态文件加入应用工程内,需要时以独立应用身份运行。调用方法:

Objective-C:

NSURL *appURL = [[NSBundle mainBundle] URLForResource:@"Y2WIMQuick" withExtension:@"app"];
[[NSWorkspace sharedWorkspace] openURL:appURL options:NSWorkspaceLaunchDefault configuration:@{NSWorkspaceLaunchConfigurationArguments: @[@"[email protected]",@"password=111111"]} error:nil];
C#

System.Diagnostics.Process.Start("\\\\psf\\Home\\Documents\\Y2WIMQuickStart-Electron\\dist\\win-unpacked\\Y2WRTCQuick.exe", "[email protected] password=111111");

2.开始一个新的应用

在此源码基础上修改进行二次开发,并修改icon、签名等信息后自行编译。

链接

官方网站 : http://www.yun2win.com
安卓 : https://github.com/yun2win/yun2win-sdk-android
iOS : https://github.com/yun2win/yun2win-sdk-iOS
Web : https://github.com/yun2win/yun2win-sdk-web
Server : https://github.com/yun2win/yun2win-sdk-server

License

liyueyun-SDK-iOS is available under the MIT license. See the LICENSE file for more info.

yun2win-sdk-desktop's People

Contributors

qs3673132 avatar yun2win avatar

Watchers

东北一哥 avatar

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.