Class SurveyCallFeature


  • public final class SurveyCallFeature
    extends CallFeature
    Feature to allow submit call quality survey feedback after the end of the call.
    • Method Detail

      • startSurvey

        public CompletableFuture<CallSurvey> startSurvey()
        Start Survey Process, returns an object that allow to configure votes. Either submit or ignore the return object after setup.
      • submitSurvey

        public CompletableFuture<CallSurveyResult> submitSurvey​(CallSurvey survey)
        Submit the survey information.
        Returns:
        submitted survey response information