Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

shugen002/VoiceJoinStandalone

Repository files navigation

哔哩哔哩与观众连麦第三方独立客户端

出货了

介绍

与观众连麦功能出来很久了,可没有见到任何的第三方工具让不使用直播姬的用户可以用上这个功能,于是就按照声网(agora.io)的开发文档,加上一点Electron和Vue整出了这个东西

功能

  • 与观众连麦。

  • 模拟BiliBili Link 开播,让观众端显示与观众连麦按钮

感谢

感谢 Il Harper 贡献了部分Call UI。

感谢 lzghzr 在登录代码的编写中提供的指导。

开发

Clone this repository, install dependencies and run using either dev, debug or build command.

# Clone this repository
git clone https://github.com/shugen002/VoiceJoinStandalone

# change directory to cloned path
cd VoiceJoinStandalone

# Install dependencies
npm install

# Run in `debug` mode, to debug app using VSCODE
npm run debug

# Run in `dev` mode
npm run dev

# Build installer for this app
npm run build