Is it possible to implement Continuity Camera in the Mac Menu Bar App?

App preview(Features not implemented):

Only one helpful document: https://developer.apple.com/documentation/appkit/supporting_continuity_camera_in_your_mac_app

Providing those menu items for a menubar-only app might be a bit trickier since the API is based on the responder chain.

I searched google and StackOverflow, but no answer.

Is it possible to implement this in the Mac Menu Bar App?

Thanks.