Interface RequestToJoinMeetingCompletionHandler


  • public interface RequestToJoinMeetingCompletionHandler
    Declares a completion handler used to report the status of a RequestToJoinMeeting request.
    • Method Detail

      • onSuccess

        void onSuccess​(UnifiedPortalMeetingInfo meetingInfo)
        Success operation.
        Parameters:
        meetingInfo - Meeting information required to setup a call. Not null if the request was successfully completed.
      • onError

        void onError​(UnifiedPortalError error)
        Operation failed.
        Parameters:
        error - Not null if the request failed. Represents the error associated with the request.