Description
The recording source for screen recordings is customizable via a delegate method but that method is never getting called, so customizations can’t be applied.
I’m calling the requestCustomizedLocalRecordingNotification
method on ZoomSDKMeetingRecordController
with true
to enable customizing the recording source. We’ve implemented the onCustomizedRecordingSourceReceived
delegate method on ZoomSDKMeetingRecordDelegate
but it never gets called. This is a new’ish issue, as I know this method was getting called at some point in the past but never gets called now. I’ve experimented with when to call requestCustomizedLocalRecordingNotification
, either before or after starting the recording, and that doesn’t help. requestCustomizedLocalRecordingNotification
returns ZoomSDKError_Success
, which is more surprising that the delegate method doesn’t get called.
Which version?
5.4.54528.1230