w-okada / trtc-simple-demo-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TRTC-Simple-Demo-TS

Super simple real-time communication demo with TRTC(Tencent Real-Time Communication) with Typescript.

This repository contains...

(1) super simple demo (hello-world)

(2) watermark demo (watermark)

(3) beauty filters demo (beauty-filters)

usage

All sample needs you to edit src/const.ts.

(1) super simple demo (hello-world)

$ git clone https://github.com/w-okada/trtc-simple-demo-ts.git  -b hello-world
$ cd trtc-simple-demo-ts
$ npm install
# edit src/const.ts
$ npm run start

and access the url shown in your terminal.

(2) watermark demo (watermark)

$ git clone https://github.com/w-okada/trtc-simple-demo-ts.git  -b watermark
$ cd trtc-simple-demo-ts
$ npm install
# edit src/const.ts
$ npm run start

(3) beauty filters demo (beauty-filters)

$ git clone https://github.com/w-okada/trtc-simple-demo-ts.git  -b beauty-filters
$ cd trtc-simple-demo-ts
$ npm install
# edit src/const.ts
$ npm run start

demo

(1) super simple demo (hello-world)

output2.mp4

(2) water mark demo (watermark)

output2.mp4

(3) beauty filters demo (beauty-filters)

output2.mp4

About


Languages

Language:TypeScript 70.9%Language:JavaScript 19.0%Language:CSS 7.2%Language:HTML 3.0%