Advanced-Video
Advanced-Video copied to clipboard
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. display incoming call using callkit 2. answer the call...
@Override public void onCaptureVideoFrame(int videoFrameType, int width, int height, int bufferLength, int yStride, int uStride, int vStride, int rotation, long renderTimeMs) { byte[] buf = new byte[bufferLength]; byteBufferCapture.limit(bufferLength); byteBufferCapture.get(buf); byteBufferCapture.flip();...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Hi Team, Agora iOS SDK is having some issues with the audio sessions. I am not able to listen to the sound of the incoming calls. It happens sometimes. Let's...
I always stuck when i start working on video raw data, I mean I donn't where to start and how to get the raw data, where to implement that c++...
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3. Commits d69edfd 1.2.3 847473a test all branches 0bd87ec Fix unintialized memory access dc097f3 test newer versions of Node See full diff in compare view...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.2. Commits f6b83ed Mark version 6.4.2 f51895b Fix potentially-exponential regular expression in use-strict-scanning 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp...
https://github.com/AgoraIO/Advanced-Video/tree/dev/backup/Screensharing/Agora-Screen-Sharing-Android I downloaded this git repo and created app_id with my account when clicking on "Start sharing your screen" button it's showing an empty view while debugging I found token...
fix mispelling