Hide/Show Record button, Launch polls & Create polls using SDK

Is it possible to do the following with zoom client Android SDK(Not the fully customized one)

  1. Hide/Show Record button
  2. Launch polls using SDK
  3. Create polls using SDK

SDK version is: v5.2.41727.0928

Hi @jenny.gadhavi, thanks for using the dev forum.

  1. The record button cannot be hid individually, but the entire bottom toolbar which contains it can be hid. This can be done by setting no_bottom_toolbar to true on your MeetingOptions instance.
  2. According to this support article, polling is only available through our desktop clients. This is not currently available through the mobile app or SDK.
  3. See answer to 2.

Thanks!