US20210211609A1 - Methods and systems for calling into meeting - Google Patents

Methods and systems for calling into meeting Download PDF

Info

Publication number
US20210211609A1
US20210211609A1 US17/206,916 US202117206916A US2021211609A1 US 20210211609 A1 US20210211609 A1 US 20210211609A1 US 202117206916 A US202117206916 A US 202117206916A US 2021211609 A1 US2021211609 A1 US 2021211609A1
Authority
US
United States
Prior art keywords
function
meeting
video conference
calling
join
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US17/206,916
Inventor
Austin Brown
Matt FINNERAN
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SalesLoft Inc
Original Assignee
SalesLoft Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SalesLoft Inc filed Critical SalesLoft Inc
Priority to US17/206,916 priority Critical patent/US20210211609A1/en
Publication of US20210211609A1 publication Critical patent/US20210211609A1/en
Assigned to SALESLOFT, INC. reassignment SALESLOFT, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BROWN, AUSTIN, FINNERAN, Matt
Assigned to PNC BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT reassignment PNC BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT PATENT SECURITY AGREEMENT Assignors: SALESLOFT, INC.
Priority to US17/845,857 priority patent/US20220321619A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/14Systems for two-way working
    • H04N7/15Conference systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/14Systems for two-way working
    • H04N7/141Systems for two-way working between two video terminals, e.g. videophone
    • H04N7/147Communication arrangements, e.g. identifying the communication as a video-communication, intermediate storage of the signals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • FIG. 1A illustrates a system for calling into a video conference (e.g., meeting) without interacting with a user interface element, according to an embodiment.
  • a video conference e.g., meeting
  • FIG. 1B also illustrates a system for calling into a video conference (e.g., meeting) without interacting with a user interface element, according to an embodiment.
  • a video conference e.g., meeting
  • FIG. 2 illustrates calling into a Zoom meeting, according to an embodiment.
  • FIG. 3 illustrates calling into a WebEx meeting, according to an embodiment.
  • FIG. 4 illustrates calling into an UberConference meeting, according to an embodiment.
  • FIG. 5 illustrates calling into a Join.me meeting, according to an embodiment.
  • FIG. 6 illustrates calling into a GoToMeeting, according to an embodiment.
  • FIGS. 1A-1B illustrate a system for calling into a video conference (e.g., meeting) without interacting with a user interface element (e.g., a document object model (DOM), a graphical user interface (GUI), a user interface (UI)), according to an embodiment.
  • a user interface element e.g., a document object model (DOM), a graphical user interface (GUI), a user interface (UI)
  • the video conference can be joined using, for example, the Internet or an Intranet.
  • the DOM can be an application programming interface (API) (e.g., the graphical user interface (GUI). It can define the logical structure of documents and the way a document is accessed and manipulated.
  • API application programming interface
  • the video conference can be called without interacting with the DOM (or GUI, or UI) by, for example, entering meeting details (e.g., the name of the bot, the meeting ID), clicking buttons to activate the session, etc.).
  • meeting details e.g., the name of the bot, the meeting ID
  • the system can be used with previously existing code (e.g., see the examples of FIGS. 2 and 4 below, where Zoom and UberConference are used) or newly incorporated code (e.g., see the examples of FIGS. 3, 5 and 6 below, where WebEx, Join.me, and GoToMeeting are used).
  • a human conference participant computer 105 can join the video conference and optionally participate.
  • the human conference participant computer 105 can use a Web browser, desktop conferencing application, cell phone, etc.
  • a human conference host computer 110 can join the video conference and optionally participate.
  • the human conference host computer 110 can use a Web browser, desktop conferencing application, cell phone, etc.
  • a recording bot server 115 can join the video conference, and record the audio and/or video, but not participate.
  • the recording bot server 115 can use a Web browser with custom extensions and a frozen version of the functions referenced in FIGS. 2-6 below.
  • the recording bot server 115 can initiate a Chrome browser 150 with a custom extension designed for a particular video conference platform 155 (e.g., for WebEx, Join.me, GoToMeeting, Zoom, UberConference).
  • the appropriate Chrome extension module can be loaded based on the meeting platform in use.
  • the Chrome browser 150 can request a connection to the video conference platform.
  • a code freezer module 160 can intercept some of the requests for code that the video conference platform would return and instead return a frozen version of code that includes either modified versions of the code, or versions of code that expose certain underlying functions, as described in detail in FIGS. 2-6 .
  • the Chrome browser 150 can initiate custom-designed Chrome extensions (e.g., WebEx Chrome extension 165 , Join.me Chrome extension 170 , GoToMeeting Chrome extension 175 , Zoom Chrome extension 180 , UberConference Chrome extension 185 ) that can interact with the frozen code in order to record the meeting.
  • custom-designed Chrome extensions e.g., WebEx Chrome extension 165 , Join.me Chrome extension 170 , GoToMeeting Chrome extension 175 , Zoom Chrome extension 180 , UberConference Chrome extension 185 .
  • FIGS. 2-6 illustrates example methods for calling into a meeting without interacting with the DOM.
  • FIG. 2 references calling into a Zoom meeting, according to an embodiment.
  • FIG. 3 references calling into a WebEx meeting, according to an embodiment.
  • FIG. 4 references calling into an UberConference meeting, according to an embodiment.
  • FIG. 5 references calling into a Join.me meeting, according to an embodiment.
  • FIG. 4 references calling into a GoToMeeting, according to an embodiment.
  • a search can be performed for an underlying function that is used to call the bot directly without interacting with the DOM itself.
  • an existing function that is normally used to start the meeting can be found.
  • the function can reference the DOM (or GUI) as follows:
  • the found underlying function can be modified so that it takes parameters instead of referencing the DOM (or GUI).
  • the following can be used instead of the two lines above in bold that reference the DOM:
  • the modified function can be invoked with values obtained from our system instead of from the DOM (or GUI) in order to join the meeting bot. For example:
  • Webex's smartLaunchMeeting function can be invoked to start the meeting without interacting with the GUI (e.g., clicking any buttons):
  • the function that causes the page to join the meeting can be identified:
  • the code can be modified so that it no longer references the GUI. For example, see how the code in bold changes from the code illustrated for 405 :
  • the modified code can be invoked to launch the UberConference meeting:
  • an existing function that is called in the normal flow of a user joining the meeting is located.
  • the following function can be found:
  • the function is given a new (e.g., global) name so that it can be referenced in a later window. For example:
  • JOINME_LOGIN_ function ( ) ⁇ e.$broadcast(“Visitor.Join”, t.visitorNameCtrl.visitorName) ⁇
  • the new reference can be used to invoke the underlying function in a later window. For example:
  • an existing function that is called in the normal flow of a user joining a meeting can be located. For example:
  • the function is given a new (e.g., global) name so that it can be referenced in a later window. For example:
  • the new reference can be used to invoke the underlying function in a later window. For example:

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Multimedia (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Systems and methods for joining a video conference. A first function can be found, wherein the first function can interact with a user interface element and can be used to call a video conference bot. The first function can be replaced with a second function; wherein the second function can be used to call the video conference bot but may not interact with the user interface element. The second function can be used to join the video conference without interacting with the DOM.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • The present application is a continuation to U.S. application Ser. No. 16/518,367 filed on Jul. 22, 2019, titled “METHODS AND SYSTEMS FOR CALLING INTO MEETING.” This application is herein incorporated by reference in its entirety.
  • DESCRIPTION OF DRAWINGS
  • FIG. 1A illustrates a system for calling into a video conference (e.g., meeting) without interacting with a user interface element, according to an embodiment.
  • FIG. 1B also illustrates a system for calling into a video conference (e.g., meeting) without interacting with a user interface element, according to an embodiment.
  • FIG. 2 illustrates calling into a Zoom meeting, according to an embodiment.
  • FIG. 3 illustrates calling into a WebEx meeting, according to an embodiment.
  • FIG. 4 illustrates calling into an UberConference meeting, according to an embodiment.
  • FIG. 5 illustrates calling into a Join.me meeting, according to an embodiment.
  • FIG. 6 illustrates calling into a GoToMeeting, according to an embodiment.
  • DESCRIPTION OF EMBODIMENTS OF THE INVENTION
  • FIGS. 1A-1B illustrate a system for calling into a video conference (e.g., meeting) without interacting with a user interface element (e.g., a document object model (DOM), a graphical user interface (GUI), a user interface (UI)), according to an embodiment. The video conference can be joined using, for example, the Internet or an Intranet. The DOM can be an application programming interface (API) (e.g., the graphical user interface (GUI). It can define the logical structure of documents and the way a document is accessed and manipulated. The video conference can be called without interacting with the DOM (or GUI, or UI) by, for example, entering meeting details (e.g., the name of the bot, the meeting ID), clicking buttons to activate the session, etc.). The system can be used with previously existing code (e.g., see the examples of FIGS. 2 and 4 below, where Zoom and UberConference are used) or newly incorporated code (e.g., see the examples of FIGS. 3, 5 and 6 below, where WebEx, Join.me, and GoToMeeting are used).
  • In FIG. 1A, a human conference participant computer 105 can join the video conference and optionally participate. The human conference participant computer 105 can use a Web browser, desktop conferencing application, cell phone, etc. A human conference host computer 110 can join the video conference and optionally participate. The human conference host computer 110 can use a Web browser, desktop conferencing application, cell phone, etc. A recording bot server 115 can join the video conference, and record the audio and/or video, but not participate. The recording bot server 115 can use a Web browser with custom extensions and a frozen version of the functions referenced in FIGS. 2-6 below.
  • In FIG. 1B, the recording bot server 115 can initiate a Chrome browser 150 with a custom extension designed for a particular video conference platform 155 (e.g., for WebEx, Join.me, GoToMeeting, Zoom, UberConference). The appropriate Chrome extension module can be loaded based on the meeting platform in use. The Chrome browser 150 can request a connection to the video conference platform. In some embodiments, rather than have the video conference platform provide the Chrome browser 150 with its version of code, a code freezer module 160 can intercept some of the requests for code that the video conference platform would return and instead return a frozen version of code that includes either modified versions of the code, or versions of code that expose certain underlying functions, as described in detail in FIGS. 2-6. Upon receiving the frozen code, the Chrome browser 150 can initiate custom-designed Chrome extensions (e.g., WebEx Chrome extension 165, Join.me Chrome extension 170, GoToMeeting Chrome extension 175, Zoom Chrome extension 180, UberConference Chrome extension 185) that can interact with the frozen code in order to record the meeting.
  • FIGS. 2-6 illustrates example methods for calling into a meeting without interacting with the DOM. FIG. 2 references calling into a Zoom meeting, according to an embodiment. FIG. 3 references calling into a WebEx meeting, according to an embodiment. FIG. 4 references calling into an UberConference meeting, according to an embodiment. FIG. 5 references calling into a Join.me meeting, according to an embodiment. FIG. 4 references calling into a GoToMeeting, according to an embodiment.
  • With respect to the Zoom meeting in FIG. 2, In 205, a search can be performed for an underlying function that is used to call the bot directly without interacting with the DOM itself. For example, an existing function that is normally used to start the meeting can be found. In one embodiment, the function can reference the DOM (or GUI) as follows:
  •    function formSubmit( ) {
        var confNo = Trim($(‘#join-confno’).val( ));
        var username = $(‘#join-username’).val( );
       }
  • In 210, the found underlying function can be modified so that it takes parameters instead of referencing the DOM (or GUI). For example, the following can be used instead of the two lines above in bold that reference the DOM:
    • function formSubmit(confNo, userName)
  • In 215, the modified function can be invoked with values obtained from our system instead of from the DOM (or GUI) in order to join the meeting bot. For example:
    • joinmeeting.formSubmit(callInNumber, botName)
  • With respect to the WebEx meeting in FIG. 3, in 305, a function that WebEx uses to launch a meeting is identified:
  •   function _getLaunchCalendarMeetingFunc( ) {
       const elem = document.querySelector(“.meeting-join”)
       return elem &&
       elem._vue_ &&
       typeof elem._vue_.smartLaunchMeeting === ‘function’ &&
       elem._vue_.smartLaunchMeeting
      }
  • In 310, a differently named reference to Webex's smartLaunchMeeting function can be obtained:
    • const launchCalendarMeetingFunc=_getLaunchCalendarMeetingFunc( );
  • In 315, Webex's smartLaunchMeeting function can be invoked to start the meeting without interacting with the GUI (e.g., clicking any buttons):
    • launchCalendarMeetingFunc(‘thinclientjoin’);
  • With respect to the UberConference meeting in FIG. 4, in 405, the function that causes the page to join the meeting can be identified:
  • const obj = {
     _next: function(n) {
      // ...
      , u = r.name.$el.val( )
      , d = r.name.$el.val( )
      // ...
     }
    }
  • In 410, the code can be modified so that it no longer references the GUI. For example, see how the code in bold changes from the code illustrated for 405:
  • const obj = {
     _next: function(n) {
      // ...
      , u = _botName
      , u = _botEmail
    // ...
     }
    }
  • In 415, the modified code can be invoked to launch the UberConference meeting:
    • this._next( )
  • With respect to the to the Join.me meeting in FIG. 5, in 505, an existing function that is called in the normal flow of a user joining the meeting is located. For example, the following function can be found:
  •   function ( ) {
       e.$broadcast(“Visitor.Join”, t.visitorNameCtrl.visitorName)
      }
  • In 510, the function is given a new (e.g., global) name so that it can be referenced in a later window. For example:
  •   JOINME_LOGIN_ = function ( ) {
       e.$broadcast(“Visitor.Join”, t.visitorNameCtrl.visitorName)
      }
  • In 515, the new reference can be used to invoke the underlying function in a later window. For example:
  • JOINME_LOGIN_( )
  • With respect to the GoToMeeting in FIG. 6, in 605, an existing function that is called in the normal flow of a user joining a meeting can be located. For example:
  • function ( ) {e.submit( )}
  • In 610, the function is given a new (e.g., global) name so that it can be referenced in a later window. For example:
    • submitMyForm=function ( ) {e.submit( )}
  • In 615, the new reference can be used to invoke the underlying function in a later window. For example:
  • submitMyForm( )
  • While various embodiments have been described above, it should be understood that they have been presented by way of example and not limitation. It will be apparent to persons skilled in the relevant art(s) that various changes in form and detail may be made therein without departing from the spirit and scope. In fact, after reading the above description, it will be apparent to one skilled in the relevant art(s) how to implement alternative embodiments. Thus, the present embodiments should not be limited by any of the above-described embodiments.
  • In addition, it should be understood that any figures which highlight the functionality and advantages are presented for example purposes only. The disclosed methodology and system are each sufficiently flexible and configurable such that they may be utilized in ways other than that shown. For example, the steps and/or limitations may be performed in a different order then that shown in the specification and/or claims.
  • Although the term “at least one” may often be used in the specification, claims and drawings, the terms “a”, “an”, “the”, “said”, etc. also signify “at least one” or “the at least one” in the specification, claims and drawings.
  • Additionally, the terms “including”, “comprising” or similar terms in the specification, claims and drawings should be interpreted as meaning “including, but not limited to.”
  • Finally, it is the applicant's intent that only claims that include the express language “means for” or “step for” be interpreted under 35 U.S.C. 212, paragraph 6. Claims that do not expressly include the phrase “means for” or “step for” are not to be interpreted under 35 U.S.C. 212, paragraph 6.

Claims (1)

What is claimed is:
1. A method for joining a video conference, comprising:
finding a first function, wherein the first function interacts with a user interface element and is used to call a video conference bot;
replacing the first function with a second function; wherein the second function is used to call the video conference bot but does not interact with the user interface element; and
using the second function to join the video conference without interacting with the document object model (DOM).
US17/206,916 2018-08-01 2021-03-19 Methods and systems for calling into meeting Abandoned US20210211609A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US17/206,916 US20210211609A1 (en) 2019-07-22 2021-03-19 Methods and systems for calling into meeting
US17/845,857 US20220321619A1 (en) 2018-08-01 2022-06-21 Systems and methods for electronic notetaking and calling into electronic meetings

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US16/518,367 US11115624B1 (en) 2019-07-22 2019-07-22 Methods and systems for joining a conference
US17/206,916 US20210211609A1 (en) 2019-07-22 2021-03-19 Methods and systems for calling into meeting

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US16/518,367 Continuation US11115624B1 (en) 2018-08-01 2019-07-22 Methods and systems for joining a conference

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/524,653 Continuation-In-Part US10742695B1 (en) 2018-08-01 2019-07-29 Methods and systems of recording information related to an electronic conference system

Publications (1)

Publication Number Publication Date
US20210211609A1 true US20210211609A1 (en) 2021-07-08

Family

ID=76654764

Family Applications (2)

Application Number Title Priority Date Filing Date
US16/518,367 Active US11115624B1 (en) 2018-08-01 2019-07-22 Methods and systems for joining a conference
US17/206,916 Abandoned US20210211609A1 (en) 2018-08-01 2021-03-19 Methods and systems for calling into meeting

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US16/518,367 Active US11115624B1 (en) 2018-08-01 2019-07-22 Methods and systems for joining a conference

Country Status (1)

Country Link
US (2) US11115624B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11496330B2 (en) * 2020-11-07 2022-11-08 M/S. Amagi Media Labs Pvt. Ltd Video playout integrated with video conferencing for a group-watch video system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11663824B1 (en) 2022-07-26 2023-05-30 Seismic Software, Inc. Document portion identification in a recorded video

Family Cites Families (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2474083C (en) 2004-06-25 2011-01-25 Sivakumaran Sanmugasuntharam Caller id call memo system
US20070206759A1 (en) 2006-03-01 2007-09-06 Boyanovsky Robert M Systems, methods, and apparatus to record conference call activity
US8064342B2 (en) 2006-10-27 2011-11-22 Verizon Patent And Licensing Inc. Load balancing session initiation protocol (SIP) servers
US7760865B2 (en) 2006-11-17 2010-07-20 Microsoft Corporation Escalation from a conversation to a conference
US8631069B2 (en) 2007-03-01 2014-01-14 Oracle International Corporation Web and multi-media conference
WO2009027323A2 (en) * 2007-08-28 2009-03-05 Roeder Steffen Method for carrying out a multimedia communication based on a network protocol, particularly tcp/ip and/or udp
CN101447872B (en) 2007-11-27 2011-09-28 阿里巴巴集团控股有限公司 User identity authentication method, system thereof and identifying code generating maintenance subsystem
CA2648184C (en) 2007-12-28 2014-07-08 Bce Inc. Method and apparatus for conveying a calling party identifier
US9332408B2 (en) 2012-05-07 2016-05-03 Movius Interactive Corporation System and method for provision of a second line service to a telecommunications device
US9621561B2 (en) 2009-02-27 2017-04-11 Microsoft Technology Licensing, Llc Enabling trusted conferencing services
US8972869B1 (en) 2009-09-30 2015-03-03 Saba Software, Inc. Method and system for managing a virtual meeting
MX2012003649A (en) 2009-10-05 2012-05-08 Vonage Network Llc Method and apparatus for providing an identifier for a caller id function in a telecommunication system.
US20120137367A1 (en) 2009-11-06 2012-05-31 Cataphora, Inc. Continuous anomaly detection based on behavior modeling and heterogeneous information analysis
US8391455B2 (en) 2010-03-17 2013-03-05 Avaya Inc. Method and system for live collaborative tagging of audio conferences
US20110271210A1 (en) * 2010-04-30 2011-11-03 American Teleconferncing Services Ltd. Conferencing Application Store
US9392121B2 (en) 2010-09-20 2016-07-12 International Business Machines Corporation Seamlessly conferencing a previously-connected telephone call
US9538133B2 (en) 2011-09-23 2017-01-03 Jie Diao Conveying gaze information in virtual conference
US9449303B2 (en) 2012-01-19 2016-09-20 Microsoft Technology Licensing, Llc Notebook driven accumulation of meeting documentation and notations
US10198742B2 (en) 2012-06-29 2019-02-05 Groupon, Inc. Inbox management system
US9064259B2 (en) 2012-12-19 2015-06-23 Genesys Telecomminucations Laboratories, Inc. Customer care mobile application
US20140006611A1 (en) 2013-07-17 2014-01-02 Paul Andrew Perez Method and System for Using Timestamps and Algorithms Across Email and Social Networks to Identify Optimal Delivery Times for an Electronic Personal Message
US9703771B2 (en) 2015-03-01 2017-07-11 Microsoft Technology Licensing, Llc Automatic capture of information from audio data and computer operating context
GB201505864D0 (en) 2015-04-07 2015-05-20 Ipv Ltd Live markers
US9338289B1 (en) 2015-06-26 2016-05-10 Velocify, Inc. Automatic determination of caller identification data in outgoing calls
US9961199B2 (en) 2015-09-15 2018-05-01 T-Mobile Usa, Inc. Communication termination using hunt groups and implicit registration
US9699409B1 (en) * 2016-02-17 2017-07-04 Gong I.O Ltd. Recording web conferences
US10636317B2 (en) * 2016-05-26 2020-04-28 University Of South Carolina Automated remote learning device and system for using same
US11017298B2 (en) 2016-09-21 2021-05-25 Scianta Analytics Llc Cognitive modeling apparatus for detecting and adjusting qualitative contexts across multiple dimensions for multiple actors
SG10201608532PA (en) 2016-10-12 2018-05-30 Mastercard International Inc Methods, apparatus and devices for authenticating a call session
US10846612B2 (en) 2016-11-01 2020-11-24 Google Llc Actionable suggestions for activities
US10193940B2 (en) 2017-02-07 2019-01-29 Microsoft Technology Licensing, Llc Adding recorded content to an interactive timeline of a teleconference session
US10642889B2 (en) 2017-02-20 2020-05-05 Gong I.O Ltd. Unsupervised automated topic detection, segmentation and labeling of conversations
US20180268318A1 (en) 2017-03-17 2018-09-20 Adobe Systems Incorporated Training classification algorithms to predict end-user behavior based on historical conversation data
US10600420B2 (en) 2017-05-15 2020-03-24 Microsoft Technology Licensing, Llc Associating a speaker with reactions in a conference session
US20190068526A1 (en) 2017-08-25 2019-02-28 Facebook, Inc. Methods and systems for helper bot platform assistance
US11700137B2 (en) 2017-08-26 2023-07-11 Vmware, Inc. Collaborative access to virtual desktops
US20190102846A1 (en) 2017-10-04 2019-04-04 Boldleads.com, Inc. Systems and Methods For Increasing Lead Conversion Rates For Prospective Buyers and Sellers Of Real Estate
EP3499432A1 (en) 2017-12-12 2019-06-19 Siemens Aktiengesellschaft Bot for communications platform
US11385914B2 (en) 2018-01-02 2022-07-12 Microsoft Technology Licensing, Llc Hybrid intelligence approach to eliciting knowledge for inline notes
US11276407B2 (en) 2018-04-17 2022-03-15 Gong.Io Ltd. Metadata-based diarization of teleconferences

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11496330B2 (en) * 2020-11-07 2022-11-08 M/S. Amagi Media Labs Pvt. Ltd Video playout integrated with video conferencing for a group-watch video system

Also Published As

Publication number Publication date
US11115624B1 (en) 2021-09-07

Similar Documents

Publication Publication Date Title
US10594749B2 (en) Copy and paste for web conference content
US20210211609A1 (en) Methods and systems for calling into meeting
US10936143B2 (en) Automated resizing of application windows based on interactive states
US10542055B2 (en) Relationship-centric portals for communication sessions
US20220103566A1 (en) Automatic configuration and management of user permissions based on roles and user activity
US10067729B2 (en) Systems and methods for enabling internet co-browsing
US20120233155A1 (en) Method and System For Context Sensitive Content and Information in Unified Communication and Collaboration (UCC) Sessions
US9575938B2 (en) Real-time shared web browsing among social network contacts
US20200145616A1 (en) Enhancing meeting participation by an interactive virtual assistant
US9021367B2 (en) Metadata capture for screen sharing
US20160313908A1 (en) Methods and Systems for Transitioning between Native Content and Web Content
US8239453B2 (en) System and method for providing one class of users of an application a view of what another class of users of the application is visually experiencing
CN111344666A (en) Collaborative editing of source code with intelligent operations
US20170093590A1 (en) Multiplexed, multimodal conferencing
EP1434127A2 (en) Template-based customization of a user interface for a messaging application program
US9165286B2 (en) Electronic process-driven collaboration system
US20030061286A1 (en) Co-browsing system including form and focal-point synchronization capabilities for both secure and non-secure web documents
US20100082746A1 (en) System and method for web site driven collaborative web browsing
US8516143B2 (en) Transmitting data within remote application
US20120089928A1 (en) Independent viewing of web conference content by participants
KR20110063752A (en) Content recommendations based on browsing information
US20080130525A1 (en) Video conferencing with archival notes
US9092533B1 (en) Live, real time bookmarking and sharing of presentation slides
WO2017060866A1 (en) Methods and systems for selectively sharing content over a communication connection
US8726174B2 (en) Method and system for showing a display panel in a graphical user interface

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

AS Assignment

Owner name: SALESLOFT, INC., GEORGIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BROWN, AUSTIN;FINNERAN, MATT;SIGNING DATES FROM 20191126 TO 20191127;REEL/FRAME:058422/0721

AS Assignment

Owner name: PNC BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT, CALIFORNIA

Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:SALESLOFT, INC.;REEL/FRAME:058598/0831

Effective date: 20211229

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION