Package us.zoom.sdk

Interface IDirectShareViaMeetingIDOrPairingCodeHandler


  • public interface IDirectShareViaMeetingIDOrPairingCodeHandler
    • Method Detail

      • tryWithMeetingNumber

        MobileRTCSDKError tryWithMeetingNumber​(long meetingNumber)
        Try to match with the specified meeting number.
        Parameters:
        meetingNumber - meetingNumber Specifies the meeting number.
        Returns:
        If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information.MobileRTCSDKError
      • tryWithPairingCode

        MobileRTCSDKError tryWithPairingCode​(java.lang.String pairingCode)
        Try to match with the pairing code.
        Parameters:
        pairingCode - airingCode Specifies the pairing code.
        Returns:
        If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information MobileRTCSDKError
      • cancel

        MobileRTCSDKError cancel()
        Delete the present direct sharing.
        Returns:
        If the function succeeds, the return value is SDKErr_Success.Otherwise failed. To get extended error information.MobileRTCSDKError