OnRecorderInfoUpdated

Occurs when the recording information is updated.


            
             

After you successfully register this callback and enable the local audio and video recording, the SDK periodically triggers this callback according to the value of recorderInfoUpdateInterval you set in MediaRecorderConfiguration. This callback reports the filename, duration, and size of the current recording file.

Parameters

info
Information of the recording file. See RecorderInfo.