All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sinch.sdk.domains.voice.VoiceService Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.sinch.sdk.domains.voice;

/**
 * Voice service
 *
 * @see https://developers.sinch.com/docs/voice/
 * @since 1.0
 */
public interface VoiceService {

  /**
   * Callouts Service instance
   *
   * @return service instance for project
   * @since 1.0
   */
  CalloutsService callouts();

  /**
   * Conference Service instance
   *
   * @return service instance for project
   * @since 1.0
   */
  ConferencesService conferences();

  /**
   * Calls Service instance
   *
   * @return service instance for project
   * @since 1.0
   */
  CallsService calls();

  /**
   * Applications Service instance
   *
   * @return service instance for project
   * @since 1.0
   */
  ApplicationsService applications();

  /**
   * Webhooks helpers instance
   *
   * @return instance service related to webhooks helpers
   * @since 1.0
   */
  WebHooksService webhooks();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy