Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 authored Jun 12, 2023
1 parent 3fb6639 commit 1c70a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ live.on('live', () => {

(Keep)LiveWS 和 (Keep)LiveTCP 的大部分API基本上一样, 区别在本文末尾有注明

### new LiveWS(roomid [, { address, protover, key }])
### new LiveWS(roomid [, { address, protover, key, authBody }])

### new LiveTCP(roomid [, { host, port, protover, key }])
### new LiveTCP(roomid [, { host, port, protover, key, authBody }])

- `roomid` 房间号

Expand Down

0 comments on commit 1c70a53

Please sign in to comment.