livekit / client-sdk-android

LiveKit SDK for Android
https://docs.livekit.io
Apache License 2.0
176 stars 69 forks source link

Any way to release android microfone when mute #375

Open EugeneGxUA opened 8 months ago

EugeneGxUA commented 8 months ago

Is there is any wayt to release micro of device when mute your self ?

Now if we want to release micro we need unpublishAudioTrack but this create history overflow at server side, when all users publish and unpublish tracks.

Maybe somehow we can setMicroEnabled(FALSE) and release device micro ?

Thanks