feat: add mic gain set and get methods
This commit is contained in:
parent
a740475d56
commit
7608d79d64
8 changed files with 83 additions and 8 deletions
|
|
@ -272,6 +272,14 @@ class LinphoneBridge {
|
|||
onRegistrationStateChanged(registrationState.rawValue)
|
||||
onCallStateChanged(callState.rawValue)
|
||||
}
|
||||
|
||||
func setMicGain(level: Float) {
|
||||
core.micGainDb = level
|
||||
}
|
||||
|
||||
func getMicGain() -> Float {
|
||||
return core.micGainDb
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - CoreDelegate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue