Immediately Request Local Recording On Join

If you are trying to record, there are a couple of things to take note of.

  1. Make sure you already have permission to do so. This means the user is host / co-host or is given recording permission. You might be getting an error here, as you are trying to join the meeting, but have not successfully joined yet, hence you are unable to “ask for recording permission”

  2. Call the startRecording method when you are “in meeting”. If you try to call startRecording while trying to join, it will not work.

Typically I would call startRecording from the meeting status callback. This is guarantee my status is “in meeting” before calling startRecording.