Function changeConversationOptions

  • Включить/выключить опции звонка

    Parameters

    • changes: {
          REQUIRE_AUTH_TO_JOIN: undefined | boolean;
          AUDIENCE_MODE: undefined | boolean;
          WAITING_HALL: undefined | boolean;
          ASR: undefined | boolean;
          FEEDBACK: undefined | boolean;
      }
      • REQUIRE_AUTH_TO_JOIN: undefined | boolean
      • AUDIENCE_MODE: undefined | boolean
      • WAITING_HALL: undefined | boolean
      • ASR: undefined | boolean
      • FEEDBACK: undefined | boolean

    Returns Promise<void>