VideoUIKit-Flutter
VideoUIKit-Flutter copied to clipboard
Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
**Is your feature request related to a problem? Please describe.** It is not really a problem but it is quiet challenging to get the screen sharing functionality to work on...
* What went wrong: Execution failed for task ':iris_method_channel:buildCMakeDebug[arm64-v8a]'. > com.android.ide.common.process.ProcessException: ninja: Entering directory `/home/stack/.pub-cache/hosted/pub.dev/iris_method_channel-1.1.0/android/.cxx/Debug/636m311p/arm64-v8a' [1/2] Building CXX object CMakeFiles/iris_method_channel.dir/iris_event.cc.o FAILED: CMakeFiles/iris_method_channel.dir/iris_event.cc.o /home/stack/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --gcc-toolchain=/home/stack/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64 --sysroot=/home/stack/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DDART_SHARED_LIB -Diris_method_channel_EXPORTS -g -DANDROID...
https://github.com/AgoraIO-Community/VideoUIKit-Flutter/issues/137#issue-1718845438 having the same issue when I pinned the remote user.
**Describe the bug** The iOS native screen sharing button stays on the screen even when navigating to other pages **To Reproduce** 1. Start a screen share, or just enable the...
**Is your feature request related to a problem? Please describe.** Current cloud recording doesn't notify other users that a recording has started. **Describe the solution you'd like** Other users get...
**Is your feature request related to a problem? Please describe.** We are trying to show the thumbnail image of the live video for the audience but we can't find a...
**Describe the bug** RenderModeType class is not exposed, and doesn't let you change it  is.
**Describe the bug** A log keep repeating as long as the user in video call by AgoraVideoViewer: `Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatibility mapping behavior...
**Is your feature request related to a problem? Please describe.** Not a problem, but just will make it less user error prone
When the user joined the channel or leave the channel the callbacks method called several time. I have to update the nodes in firebase. how can I handle this, because...