Volume calls to telephone users

Zoom offers a single call phone feature (- (BOOL) dialing out: nonnull NSString*)phone isCallMe:(BOOL)me withName:(nullable NSString*)username;) Can you tell me how to call telephone users in batches?

Hi @15604510000,

Thanks for the post. There is no interface that you could call telephone users at once, but you could call this interface one by one to make a bulk call.

Thanks!