AgoraIO / API-Examples

Play with AgoraSDK and have fun! Everything you need to start learning Agora.
294 stars 217 forks source link

enableVideoImageSource in Android SDK sample does not work #372

Closed locandpad closed 6 months ago

locandpad commented 6 months ago

Hi, I need to toggle between streaming video feeds and static image, from the description, this API should satisfy my requirement, however, I cannot get it to work, I have also tried the RTC Live Streaming sample from this repo but nothing happens.

Ref: https://github.com/AgoraIO/API-Examples/blob/8e0365ba02525d6af9e3c08e31aee2a03aff28c8/Android/APIExample/app/src/main/java/io/agora/api/example/examples/advanced/LiveStreaming.java#L192

*EDIT: I found out that only the remote user can see the image, the local user can't. Is there a way to make it that local user VideoView also displays the image instead of current video stream?

locandpad commented 6 months ago

Closed, answered here: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/1552