Skip to content

Commit efd69f3

Browse files
committed
feat: add document
feat: show websocket state feat: transfer file code perf feat: video controls feat: ice state change alter feat: remove p2p check feat: website page update feat: update doc feat: update shell feat: update index page fix: change nickname notify fix: change nickname content filter fix: live share url role error
1 parent b1c6241 commit efd69f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1708
-753
lines changed

README.md

Lines changed: 102 additions & 113 deletions
Large diffs are not rendered by default.

bin/auto-pull-and-start-docker.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ docker run \
7878
-e MYSQL_DATABASE=webchat \
7979
-e MYSQL_USER=tlrtcfile \
8080
-e MYSQL_PASSWORD=tlrtcfile \
81-
-v $(dirname "$PWD")/docker/mysql/data/mysql.env:/tlrtcfile/docker/mysql/mysql.env \
8281
-v $(dirname "$PWD")/docker/mysql/data/db:/var/lib/mysql \
8382
-v $(dirname "$PWD")/docker/mysql/data/my.cnf:/etc/mysql/conf.d/my.cnf \
8483
-v $(dirname "$PWD")/docker/mysql/data/log:/var/log/mysql \
@@ -132,7 +131,6 @@ docker run \
132131
-e tl_rtc_file_notify_open \
133132
-e tl_rtc_file_notify_qiwei_normal \
134133
-e tl_rtc_file_notify_qiwei_error \
135-
-v $(dirname "$PWD")/tlrtcfile.env:/tlrtcfile/tlrtcfile.env \
136134
--link mysql \
137135
-d iamtsm/tl-rtc-file-api tlapi
138136

@@ -174,6 +172,5 @@ docker run \
174172
-e tl_rtc_file_notify_open \
175173
-e tl_rtc_file_notify_qiwei_normal \
176174
-e tl_rtc_file_notify_qiwei_error \
177-
-v $(dirname "$PWD")/tlrtcfile.env:/tlrtcfile/tlrtcfile.env \
178175
--link mysql \
179176
-d iamtsm/tl-rtc-file-socket tlsocket

doc/README_EN.md

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)