@Cloud2 If i’m not mistakened, you no longer need explicit permission to access raw data in meeting SDK.
For Meeting SDK in general, here’s the step and re-req before you can access raw data,
- Meeting SDK joins the meeting
- Request for host / co-host or recording permission from the host. (either one is fine).
- Start “raw recording”. This does not start the actual recording yet
- Use the raw data call back to work on the YUV420 and PCM data.