Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7a9045b5
authored
Nov 24, 2025
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
016bd861
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
huaian/demo.html
huaian/js/demo.js
huaian/demo.html
View file @
7a9045b
...
...
@@ -346,7 +346,7 @@
<script
src=
"js/util.js?1212"
></script>
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/vant.min.js"
></script>
<script
src=
"js/demo.js?02020"
></script>
<script
src=
"js/demo.js?0202
11
0"
></script>
</body>
</html>
\ No newline at end of file
huaian/js/demo.js
View file @
7a9045b
...
...
@@ -1055,6 +1055,10 @@ async function init(){
intervalStr
=
setInterval
(()
=>
{
getProcess
()
},
1000
);
setTimeout
(()
=>
{
$
(
'#livekit-dummy-audio-el'
).
remove
();
},
1000
)
}
function
handleLocalTrackPublished
(
publication
,
participant
)
{
console
.
log
(
`本地轨道已发布:
${
publication
.
trackName
||
publication
.
source
}
`
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment