-
I'm trying to implement a simple mute toggle in an app that streams via RTMP, on HaishinKit Swift all I do is set muted to true in audioSettings but Haishinkit.kt has no such feature so I tried the following.
I'm completely at a loss on what to do here... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thank you for your quetion.
|
Beta Was this translation helpful? Give feedback.
Thank you for your quetion.
rtmpStream.audioSettings.muted = true
.