Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
iOSTeam
/
Majiabao
/
TealiveModule
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c90d32a
authored
Dec 22, 2025
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复26.0以上主播声音特别小问题,以及推不上流
parent
168f7314
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
LocalPodSpec/GDStreamPushHelper/GDStreamPushHelper/Classes/Capture/GDCaptureHelper.swift
LocalPodSpec/GDStreamPushHelper/GDStreamPushHelper/Classes/Capture/GDCaptureHelper.swift
View file @
5c90d32a
...
...
@@ -103,7 +103,7 @@ public class GDCaptureHelper: BaseViewModel, LCCameraOutputDelegate, AgoraVideoS
if
(
state
==
.
started
)
{
self
.
engine
?
.
liveSession
?
.
setEchoCancellationEnabled
(
true
)
self
.
engine
?
.
setEchoCancellationEnabled
(
tru
e
)
self
.
engine
?
.
setEchoCancellationEnabled
(
fals
e
)
}
DispatchQueue
.
main
.
async
{[
weak
self
]
in
self
?
.
stateChangedHandler
?(
state
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment