Invite a SIP room system to a meeting functionality in Custom UI

Description
Invite a SIP room system to a meeting functionality in Custom UI

Which version?
v4.6.21666.0428

Additional context
We are able to invite a SIP room system to meeting in the default UI using ZOOM iOS SDK sample, also verified Put on hold feature with default UI. These features are not available when custom UI option is selected.

We would like to know that invite a SIP room system to a meeting and Put on Hold features are available in ZOOM iOS SDK using custom UI.

Hi @skrn,

Thanks for using SDK. Let me forward this to the engineering team and get back to you shortly.

Thanks!

Hi @skrn,

You may using the following interface to invite a SIP room system:

/*!
 @brief The user calls out to invite the room device. 
 @param device The room device.
 @return YES means the method is called successfully, otherwise not.
 */
- (BOOL)callRoomDevice:(nonnull MobileRTCRoomDevice*)device;

Thanks!