-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 更新小程序 calling 版本,提升稳定性
- Loading branch information
Showing
78 changed files
with
1,917 additions
and
16,221 deletions.
There are no files selected for viewing
344 changes: 215 additions & 129 deletions
344
MiniProgram/TUIKit/miniprogram/TUI-Calling/components/TUICalling/TRTCCalling/TRTCCalling.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
MiniProgram/TUIKit/miniprogram/TUI-Calling/components/TUICalling/TRTCCalling/libSrcConfig.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import TSignaling from './node_module/tsignaling-wx'; | ||
import TRTC from './node_module/trtc-wx' | ||
import TIM from './node_module/tim-wx-sdk'; | ||
|
||
|
||
export { | ||
TSignaling, | ||
TRTC, | ||
TIM | ||
} |
4,034 changes: 1 addition & 4,033 deletions
4,034
...UIKit/miniprogram/TUI-Calling/components/TUICalling/TRTCCalling/node_module/tim-wx-sdk.js
Large diffs are not rendered by default.
Oops, something went wrong.
333 changes: 2 additions & 331 deletions
333
...m/TUIKit/miniprogram/TUI-Calling/components/TUICalling/TRTCCalling/node_module/trtc-wx.js
Large diffs are not rendered by default.
Oops, something went wrong.
447 changes: 4 additions & 443 deletions
447
...it/miniprogram/TUI-Calling/components/TUICalling/TRTCCalling/node_module/tsignaling-wx.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,4 @@ class EventEmitter { | |
} | ||
} | ||
|
||
module.exports = EventEmitter | ||
export default EventEmitter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.