Interface StartAudioCallExceptionCallback

    • Method Detail

      • onFailedToStartAudioCall

        void onFailedToStartAudioCall​(@NonNull
                                      StartAudioCallErrorType type,
                                      @Nullable
                                      java.lang.String details)
        Error while starting an audio call. See error type for details
        Parameters:
        type - Type of the error
        details - Error message; Can be null
      • onUiWasNeverShown

        void onUiWasNeverShown()
        The ui must be at least shown once after initialization, otherwise this error is thrown.