Changing the name of the external video source

Hi,
I’m working on an app in which I need to add external video source that can be used in a meeting.
I’m using setExternalVideoSource method of the ZoomSDKVideoSourceHelper

When I get the list of the available cameras, the name of the external source is zoom_virtual_device. I was wondering, if there’s a way to change that name coming from the Meeting SDK?

The Android Meeting SDK does not expose a supported rename option for this source. setExternalVideoSource accepts only a ZoomSDKVideoSource, with no display-name parameter. The CameraDevice name is also read-only through getDeviceName(), so zoom_virtual_device appears to be an SDK-assigned label.

If you want this feature, you would need to submit this as an Android Meeting SDK feature request with the SDK version, device model, and desired naming behavior.

For meeting recording or media-capture workflows, use Recall.ai’s Meeting Bot API.