client-sdk-android icon indicating copy to clipboard operation
client-sdk-android copied to clipboard

share screen sound

Open StephenChow-beep opened this issue 1 year ago • 3 comments

How do I share screen sound? SCREEN_SHARE_AUDIO cannot be used.

StephenChow-beep avatar Jun 12 '24 13:06 StephenChow-beep

At the moment, this isn't possible.

davidliu avatar Jun 12 '24 13:06 davidliu

目前这还不可能。

Will this feature be added in the future? I currently cannot implement this function by modifying the source code, and the native method cannot achieve it.

StephenChow-beep avatar Jun 12 '24 14:06 StephenChow-beep

yeah, it'll be possible soon. we already have the capability of feeding in raw audio bytes from the libwebrtc side. (currently available in Rust, python, and node). it'll take a bit of effort to open that path up for our client SDKs

davidzhao avatar Jul 05 '24 19:07 davidzhao

Implemented in v2.10.0 by #528.

davidliu avatar Nov 04 '24 22:11 davidliu