CN116244010A - Conference collaboration tool processing system, method and device - Google Patents

Conference collaboration tool processing system, method and device Download PDF

Info

Publication number
CN116244010A
CN116244010A CN202310154378.6A CN202310154378A CN116244010A CN 116244010 A CN116244010 A CN 116244010A CN 202310154378 A CN202310154378 A CN 202310154378A CN 116244010 A CN116244010 A CN 116244010A
Authority
CN
China
Prior art keywords
tool
collaboration tool
conference
collaboration
program interface
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.)
Granted
Application number
CN202310154378.6A
Other languages
Chinese (zh)
Other versions
CN116244010B (en
Inventor
李亚鑫
刘成锋
李凯
杨凡
张晨
付长伟
潘紫璇
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.)
Alibaba China Co Ltd
Original Assignee
Alibaba China Co Ltd
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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN202310154378.6A priority Critical patent/CN116244010B/en
Publication of CN116244010A publication Critical patent/CN116244010A/en
Application granted granted Critical
Publication of CN116244010B publication Critical patent/CN116244010B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/109Time management, e.g. calendars, reminders, meetings or time accounting
    • G06Q10/1093Calendar-based scheduling for persons or groups
    • G06Q10/1095Meeting or appointment

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a conference collaboration tool development method, a release method, a registration method, a use method, an update method, a sharing method, a processing method and a system. The development method comprises the steps of obtaining a collaborative tool development kit, wherein the development kit provides a collaborative tool application layer program interface; determining a target user; acquiring a webpage code of a collaboration tool of the target user written based on the application layer program interface; the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls the conference layer program interface, so that collaboration tool content is shared among the conference clients through a conference server. By adopting the processing mode, the target user can develop a cooperative tool suitable for the office characteristics of the target user, thereby being beneficial to improving the conference communication effect and communication efficiency of the target user and improving the tool cooperative performance.

Description

Conference collaboration tool processing system, method and device
Technical Field
The application relates to the technical field of network conferences, in particular to a conference collaboration tool processing system, a conference collaboration tool processing method, a conference collaboration tool processing device and electronic equipment.
Background
The audio/video conference system refers to a system device for two or more individuals or groups in different places to mutually transmit sound, image and file data through a transmission line and multimedia devices, so as to realize instant and interactive communication and realize simultaneous conference.
The audio-video conference system can also provide collaboration tools for users on the basis of realizing real-time audio and video, such as conference summary generation, virtual background generation, interactive whiteboard generation, remote assistance and the like, and provides richer audio-video interactive collaboration experience for users before, during and after a conference. The conference system includes a server and a client, wherein the client is an application developed based on a native language (Native). Currently, conference system collaboration tools are also developed based on local languages, namely: collaboration tools are part of the functionality of the native application of the conference client.
However, in the process of implementing the present invention, the inventors found that the above technical solution has at least the following problems: 1) The collaboration tool is a self-contained function of the conference client, and the conference client needs to be updated if the collaboration tool is updated, so that the dynamic online/offline collaboration tool cannot be realized; 2) The collaboration tool developed by adopting the local language cannot be used in a cross-platform manner, and multi-version collaboration tools applicable to different systems need to be developed, so that the collaboration tool has higher development cost and longer development period; 3) Without an open collaboration tool development kit (SDK), third party developers cannot develop collaboration tools based on audio and video capabilities, and conference clients have limited collaboration tools themselves, and therefore, poor tool collaboration.
Disclosure of Invention
The application provides a conference collaboration tool processing system of a conference system, which aims to solve the problems that a dynamic online/offline collaboration tool cannot be realized, the development cost of the collaboration tool is high and the tool collaboration is poor in the prior art. The application additionally provides a conference collaboration tool processing method, a conference collaboration tool processing device and electronic equipment.
The application provides a conference collaboration tool development method, which is used for collaboration tool development clients and comprises the following steps:
acquiring a collaborative tool development kit, wherein the development kit provides a collaborative tool application layer program interface;
determining a target user;
acquiring a webpage code of a collaboration tool corresponding to the target user written based on the application layer program interface;
the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
Optionally, the method further comprises:
acquiring an application system program interface of the target user;
the acquiring the webpage code of the collaboration tool corresponding to the target user written based on the application layer program interface comprises the following steps:
Acquiring the webpage codes written based on the application layer program interface and the application system program interface;
and the collaboration tool page acquires application information from the application system of the target user through the application system program interface, and shares the application information through the conference server.
Optionally, the application layer program interface obtains the collaboration tool content from the conference system by calling the local layer program interface.
Optionally, the application layer program interface is written in a web script language, the local layer program interface is written in a local language of the conference client, and the application layer program interface calls the local layer program interface through a bridge mode.
Optionally, the sharing manner of the collaboration tool content includes: a sharing mode for fusing the collaborative tool content and the video picture;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
and the collaboration tool page calls an image drawing interface of a local layer through the application layer program interface to draw collaboration tool content into an image, fuses and renders the collaboration tool content image and a local video picture through the conference layer program interface, and transmits the fused picture to a remote conference client.
Optionally, the sharing manner of the collaboration tool content includes: a collaboration tool window sharing mode;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
the collaboration tool page calls a window type tool sharing interface of a local layer through the application layer program interface to acquire a collaboration tool window; the collaboration tool window is communicated to a teleconference client through a conference layer program interface.
Optionally, the sharing manner of the collaboration tool content includes: a card sharing mode;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
the collaboration tool page calls a card type tool sharing interface of a local layer through the application layer program interface to generate a collaboration tool content card; the collaboration tool content card is transmitted to the teleconferencing client through the conference layer program interface.
The application also provides a conference collaboration tool issuing method, which is used for a collaboration tool server and comprises the following steps:
receiving a collaborative tool release request;
storing a first corresponding relation between a first user and a collaboration tool according to first user information, collaboration tool information and a webpage code of the collaboration tool carried by the collaboration tool release request, and storing the webpage code;
providing corresponding collaborative tool information for a conference client related to a first user according to the first corresponding relation;
the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
Optionally, the first user is an enterprise-level user of the conference system, the collaboration tool corresponding to the first user is an enterprise-level collaboration tool, and the conference client related to the first user includes a conference client used by a subordinate user of the enterprise-level user;
or the first user is an enterprise department level user, the collaboration tool corresponding to the first user is an enterprise department level collaboration tool, and the conference client related to the first user comprises a conference client used by a subordinate user of the enterprise department level user;
Or the first user is a third-party collaboration tool user, the collaboration tool corresponding to the first user is a third-party collaboration tool, and the conference client related to the first user comprises a conference client used by a registered user of the third-party collaboration tool;
or the first user is a conference system side user, the collaboration tool corresponding to the first user is a conference system collaboration tool, and the conference client related to the first target user comprises a conference client used by a registered user of the conference system collaboration tool.
The application also provides a conference collaboration tool issuing method, which is used for a collaboration tool issuing client, and comprises the following steps:
acquiring first user information, collaboration tool information and a webpage code of a collaboration tool;
sending a collaboration tool issuing request to a collaboration tool server side, so that the server side stores a first corresponding relation between a first user and a collaboration tool according to first user information, collaboration tool information and a webpage code of the collaboration tool carried by the collaboration tool issuing request, stores the webpage code, and provides corresponding collaboration tool information for a conference client side related to the first user according to the first corresponding relation;
The method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
The application also provides a conference collaboration tool registration method, which is used for a collaboration tool server and comprises the following steps:
receiving a collaborative tool user registration request;
and storing a second corresponding relation between the second user and the collaboration tool according to the second user information and the collaboration tool information carried by the collaboration tool user registration request, wherein the second corresponding relation is used for providing corresponding collaboration tool information for the conference client of the second user.
Optionally, the method further comprises:
acquiring a third corresponding relation between the first user and the second user;
acquiring a collaborative tool set corresponding to the second user according to the third corresponding relation and the first corresponding relation;
and if the collaborative tool information carried by the collaborative tool user registration request belongs to the collaborative tool set, storing a second corresponding relation between a second user and the collaborative tool.
The application also provides a conference collaboration tool registration method, which comprises the following steps:
acquiring a collaborative tool set;
and sending a collaborative tool user registration request to a collaborative tool server side, so that the server side stores a second corresponding relation between a second user and a collaborative tool according to second user information and collaborative tool information carried by the collaborative tool user registration request, wherein the second corresponding relation is used for providing corresponding collaborative tool information for a conference client side of the second user.
Optionally, the acquiring the collaborative tool set includes:
and acquiring a collaborative tool set of a first user corresponding to the second user.
The application also provides a conference collaboration tool using method, which is used for a collaboration tool server and comprises the following steps:
acquiring a corresponding relation between a user and a collaborative tool;
acquiring a webpage code of a collaboration tool corresponding to the target user according to the corresponding relation;
providing the webpage code to a conference client associated with the target user;
the web page code is used for loading a collaboration tool page through a web page container by the conference client, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through the conference server.
Optionally, the method further comprises:
receiving an authentication request of a target user for a target collaboration tool, wherein the authentication request is sent by the conference client;
acquiring a webpage code of the target collaboration tool stored by the server side as a first webpage code;
comparing the second webpage code of the target cooperative tool carried by the authentication request with the first webpage code, and if the first webpage code is the same as the second webpage code, sending authentication passing information back to the conference client so that the conference client loads the webpage of the target cooperative tool according to the authentication passing information.
Optionally, the target user is an enterprise-level user, the collaboration tool corresponding to the target user is an enterprise-level collaboration tool, and the conference client related to the target user includes a conference client used by a subordinate user of the enterprise-level user;
or the target user is an enterprise department level user, the collaboration tool corresponding to the target user is an enterprise department level collaboration tool, and the conference client related to the target user comprises a conference client used by a subordinate user of the enterprise department level user;
Or the target user is a third party collaboration tool user, the collaboration tool corresponding to the target user is a third party collaboration tool, and the conference client related to the target user comprises a conference client used by a registered user of the third party collaboration tool;
or the target user is a conference system side user, the collaboration tool corresponding to the target user is a conference system collaboration tool, and the conference client related to the target user comprises a conference client used by a registered user of the conference system collaboration tool.
The application also provides a conference collaboration tool using method, which is used for the conference client and comprises the following steps:
acquiring collaborative tool information related to a user provided by a collaborative tool server;
acquiring a webpage code of a target collaboration tool according to the collaboration tool information, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
loading a collaborative tool page through a webpage container according to the webpage code;
and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
Optionally, the method further comprises:
and the collaboration tool page acquires application information from the application system of the user through the application system program interface, and shares the application information through the conference server.
The application also provides a conference collaboration tool updating method, which is used for a collaboration tool server and comprises the following steps:
acquiring collaborative tool updating information corresponding to a target user;
and sending the update information to a conference client associated with the target user, so that the conference client updates a collaboration tool.
Optionally, the updating information includes: the collaboration tool adds information, the collaboration tool deletes information, and/or the collaboration tool web page code updates information.
The application also provides a conference collaboration tool updating method, which is used for the conference client and is characterized by comprising the following steps:
receiving collaborative tool updating information corresponding to a user and provided by a collaborative tool server;
and updating the collaboration tool according to the collaboration tool updating information.
The application also provides a conference collaboration tool sharing method, which is used for conference clients and is characterized by comprising the following steps:
acquiring a webpage code of a collaboration tool provided by a collaboration tool server, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
Loading a collaborative tool page through a webpage container according to the webpage code;
the collaboration tool page calls an image drawing interface of a collaboration tool local layer through the application layer program interface to draw collaboration tool content into an image;
and fusing and rendering the collaborative tool content image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client.
The application also provides a conference collaboration tool sharing method, which is used for conference clients and comprises the following steps:
acquiring a webpage code of a collaboration tool provided by a collaboration tool server, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
loading a collaborative tool page through a webpage container according to the webpage code;
the collaboration tool page calls a window type tool sharing interface of a collaboration tool local layer through the application layer program interface to acquire a collaboration tool window;
the collaboration tool window is communicated to a teleconference client through a conference layer program interface.
The application also provides a conference collaboration tool sharing method, which is used for conference clients and comprises the following steps:
acquiring a webpage code of a collaboration tool provided by a collaboration tool server, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
Loading a collaborative tool page through a webpage container according to the webpage code;
the collaboration tool page calls a card type tool sharing interface of a local layer through the application layer program interface to generate a collaboration tool content card;
the collaboration tool content card is transmitted to the teleconferencing client through the conference layer program interface.
The application also provides a conference collaboration tool sharing method, which is used for conference clients and comprises the following steps:
acquiring a webpage code of an intelligent business card tool provided by a collaborative tool server, wherein the webpage code comprises a code for calling a collaborative tool application layer program interface by adopting a webpage language;
loading an intelligent business card tool page through a webpage container according to the webpage code;
the intelligent business card tool page calls an image drawing interface of a collaboration tool local layer through the application layer program interface to draw the intelligent business card into an image;
and fusing and rendering the intelligent business card image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client.
Optionally, the method further comprises:
acquiring a conference type;
if the conference type is an internal conference, acquiring internal business card information of a user, and drawing the internal business card information into an image;
And if the conference type is an external conference, acquiring external business card information of the user, and drawing the external business card information into an image.
The application also provides a conference collaboration tool processing system, comprising:
the collaboration tool server side is used for providing collaboration tool webpage codes for the conference client side, wherein the webpage codes comprise codes for calling a collaboration tool application layer program interface by adopting a webpage language;
the conference client is used for loading a collaborative tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
The application also provides a conference collaboration tool development system, comprising:
the collaborative tool development client is used for acquiring a collaborative tool development kit, and the development kit provides a collaborative tool application layer program interface; acquiring a webpage code of a collaboration tool written based on the application layer program interface, and sending a collaboration tool release request to a collaboration tool server; the collaborative tool server is used for receiving a collaborative tool release request; storing the webpage codes; the webpage codes are provided for the conference client, the webpage codes are used for loading a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface, so that collaboration tool content is shared through the conference server.
The application also provides a conference collaboration tool processing method, which is used for a collaboration tool server and comprises the following steps:
acquiring a collaboration tool webpage code, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
sending the webpage code to a conference client so that the conference client loads a collaboration tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
Optionally, the method further comprises: acquiring user permission information of the collaboration tool; and if the user information of the conference client meets the user authority information, providing the webpage code for the conference client.
Optionally, the method further comprises: and sending the collaboration tool update information to the conference client so that the conference client updates the collaboration tool information in the collaboration tool kit.
The application also provides a conference collaboration tool processing method, which is used for a conference client and comprises the following steps:
Acquiring a collaboration tool webpage code, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
loading a collaborative tool page through a webpage container according to the webpage code;
and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
Optionally, the method further comprises: acquiring collaborative tool list information; registering a collaboration tool to the conference client according to the list information; the collaboration tool is displayed in a collaboration tool box.
Optionally, the method further comprises: acquiring collaborative tool update information; updating collaborative tool registration information of the conference client according to the update information; and displaying the updated collaboration tool in the collaboration tool box.
Optionally, the collaboration tool includes: a first collaboration tool that shares information through the conference video frames;
the collaborative tool operation options include: sharing information operation options through conference video pictures;
the collaborative tool operation request includes: request for sharing information through conference video pictures;
The application layer program interface comprises: setting a video layer image interface for indicating sharing of collaborative tool information through a conference video picture;
the local layer program interface at least comprises: the collaborative tool information interface is used for acquiring collaborative tool information; the collaborative tool picture generation interface is used for generating a collaborative tool picture according to the collaborative tool information;
the network conference program interface includes: the system comprises a picture fusion interface, a video picture rendering interface and a video picture sending interface;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
the set video layer image interface calls the collaboration tool information interface through the JS bridge to acquire the collaboration tool information;
generating the collaborative tool picture according to the collaborative tool information through the collaborative tool picture generation interface;
fusing the collaboration tool picture and the conference video picture through the picture fusion interface;
rendering the fused picture through the video picture rendering interface;
And sending the fused picture through the video picture sending interface.
Optionally, the collaboration tool includes: a second collaboration tool shared through the card;
the application layer program interface comprises: a card form sharing setting interface for indicating sharing of the collaboration tool by the card;
the local layer program interface at least comprises: a conference message interface;
the network conference program interface includes: a conference server communication interface;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
the card form sharing setting interface calls the conference message interface;
the conference message interface invokes the conference server communication interface to share collaboration tools among conference clients in card form.
Optionally, the collaboration tool includes: a third collaboration tool shared through the window;
the application layer program interface comprises: a shared window setting interface for indicating sharing of a collaboration tool through the shared window;
the local layer program interface at least comprises: desktop and window collection interface;
The collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
and the shared window setting interface calls the desktop and window acquisition interface so as to share the collaboration tool among the conference clients through the shared window.
The application also provides a conference collaboration tool processing method, which is used for collaboration tool development clients and comprises the following steps:
acquiring a first development tool package, wherein the first development tool package provides a collaborative tool application layer program interface written by adopting a network script language;
acquiring a collaborative tool webpage code written based on the application layer program interface, wherein the webpage code comprises a code for calling the application layer program interface by adopting a webpage language;
the webpage codes are issued to the collaborative tool server side, so that the collaborative tool server side provides the webpage codes for the conference client side, and the conference client side loads collaborative tool pages through a webpage container according to the webpage codes; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
The application also provides an electronic device comprising:
a processor; and
a memory for storing a program for implementing the method of any one of the above, the apparatus being powered on and running the program of the method by the processor.
The present application also provides a computer-readable storage medium having instructions stored therein that, when executed on a computer, cause the computer to perform the various methods described above.
The present application also provides a computer program product comprising instructions which, when run on a computer, cause the computer to perform the various methods described above.
Compared with the prior art, the application has the following advantages:
according to the conference collaboration tool processing system, collaboration tool webpage codes are provided for a conference client through a collaboration tool server, and the webpage codes comprise codes for calling a collaboration tool application layer program interface by adopting a webpage language; the conference client loads a collaboration tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server. By adopting the processing mode, a developer can develop the collaboration tool by adopting a webpage language based on a collaboration tool application layer program interface, and the conference client loads a collaboration tool page through a webpage container, so that cross-platform use of the collaboration tool is realized, and the developer does not need to develop a multi-version collaboration tool applicable to different systems, so that the development cost can be effectively reduced, and the development period is shortened. In addition, the third party developer can develop the collaboration tool suitable for the office features of the third party developer based on the open collaboration tool development kit (comprising the collaboration tool application layer program interface), so that the tool collaboration can be effectively improved. Furthermore, the system can load updated collaboration tools through the web page container by decoupling the collaboration tools from the conference client, so that dynamic online/offline collaboration tools can be realized.
According to the conference collaboration tool development method, a collaboration tool development tool package is obtained, and the development tool package provides a collaboration tool application layer program interface; determining a target user; acquiring a webpage code of a collaboration tool of the target user written based on the application layer program interface; the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls the conference layer program interface, so that collaboration tool content is shared among the conference clients through a conference server. By adopting the processing mode, the target user can develop a cooperative tool suitable for the office characteristics of the target user, thereby being beneficial to improving the conference communication effect and communication efficiency of the target user and improving the tool cooperative performance.
Drawings
FIG. 1 is a schematic diagram of an embodiment of a conference collaboration tool processing system provided herein;
FIG. 2 is a schematic diagram of a scenario of an embodiment of a meeting collaboration tool processing system provided herein;
FIG. 3 is a specific schematic diagram of a conference client architecture of an embodiment of a conference collaboration tool processing system provided herein;
FIG. 4 is a user interface schematic diagram of an embodiment of a conferencing collaboration tool processing system provided herein for loading collaboration tools via a video stream;
FIG. 5 is a flow diagram of sharing information via video streams for an embodiment of a conferencing collaboration tool processing system provided herein;
FIG. 6 is a flow diagram of a shared application of an embodiment of a conference collaboration tool processing system provided herein;
fig. 7 is a schematic flow chart of an embodiment of a conference collaboration tool processing method provided in the present application.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present application. This application is, however, susceptible of embodiment in many other ways than those herein described and similar generalizations can be made by those skilled in the art without departing from the spirit of the application and the application is therefore not limited to the specific embodiments disclosed below.
In the application, a conference collaboration tool development method, a release method, a registration method, a use method, an update method, a sharing method, a processing method, a corresponding device and system, and an electronic device are provided. The various schemes are described in detail below in the examples.
In the prior art, developers have needed to develop collaboration tools in the native language of the conference client. For example, the conference client is an android system, and the local language is JAVA; the conference client is an iOS system and the local language is Object C. Collaborative tools manufactured by adopting a local language cannot be used in a cross-platform mode, and collaborative tools aiming at different conference client operating systems need to be developed by adopting different languages, such as an android version, an iOS version, a windows version and the like, are required to be developed for one collaborative tool. Because of adopting the local language to develop a plurality of multi-version collaboration tools suitable for different operating systems, the development cost is higher and the development period is slower. In addition, the prior art does not provide a tool kit special for collaborative tool development for a third party developer, and the developer can only make collaborative tools based on a bottom layer interface (conference SDK) of a conference system, so that the third party developer outside the conference system cannot make collaborative tools, and conference users can only use general collaborative tools provided by the conference system, cannot make collaborative tools suitable for own office features, and therefore, the tool consistency is poor. Furthermore, the collaboration tool manufactured based on the bottom layer interface of the conference system is a part of the conference client, and the new collaboration tool can only be used by updating the conference client and cannot dynamically perform functions in the online conference.
In the system provided by the embodiment of the application, a collaboration tool development mode based on webpage codes is provided for a developer. By adopting the development mode, a collaborative tool which can be used in a cross-platform manner can be manufactured without developing multi-version collaborative tools, so that the development cost can be effectively reduced, and the development period is shortened. The system provided by the embodiment of the application provides the collaborative tool development kit for the user, so that a third party developer can develop collaborative tools suitable for the office characteristics of the third party developer, and the tool cooperativity can be effectively improved. Furthermore, the system provided by the embodiment of the application decouples the collaboration tool from the conference client, and the conference client can load the newly manufactured collaboration tool in real time, so that the dynamic up/down online meeting function can be realized.
First embodiment
Please refer to fig. 1, which is a schematic diagram of a conference collaboration tool processing system of the present application. In this embodiment, the system may include: collaboration tool server 1, conference client 2.
The conference collaboration tool processing system is used for managing conference collaboration tools applicable to a voice/video conference system, and the collaboration tools can provide audio/video interaction collaboration experience for users before, during and after a conference. The collaboration tool in this embodiment is a collaboration tool developed using a web page language, such as a collaboration tool written using H5 code.
The collaboration tool server 1 is a device that provides collaboration tool management services, and may be a physical server or a virtual server in specific implementation. The collaboration tool server 1 may store collaboration tool web page codes and collaboration tool information. The collaboration tool webpage code is a program code written in a webpage language, the webpage language can be H5 language, the webpage code comprises a code for calling a collaboration tool application layer program interface (application layer API interface), and the application layer program interface can be written in a script language such as JavaScript. The collaboration tool information includes, but is not limited to, a collaboration tool name and a resource address, which is the download address of the collaboration tool web page code. In specific implementation, the information of the collaboration tool may further include a tool owner, a version number, a tool icon, a release state, a release time, an audit state, and the collaboration tool information may be set according to specific application requirements. Table 1 below lists example data of the collaborative tool information in the present embodiment, and a brief description is made of various information.
Figure BDA0004095620140000101
Figure BDA0004095620140000111
TABLE 1 information of collaboration tool
The conference client 2 is a device used by conference users, such as a personal computer, a portable computer, a tablet computer, a smart phone, etc. The operating system of the conference client may be an android system, an iOS system, or a windows system. As shown in fig. 2, the system architecture of the conference client 2 is as follows from top to bottom: collaboration tool page, collaboration tool development SDK, web page container, bridge (e.g. JS bridge, jsBr bridge), collaboration tool SDK, conference SDK. The tool box of the conference client 2 comprises a collaboration tool which is manufactured by adopting the system provided by the embodiment of the application and is written in a webpage language, and the tool box of the conference client 2 can also comprise a self-contained collaboration tool which is written in a local language, such as a basic collaboration tool of a conference summary and the like.
In this embodiment, the collaboration tool server 1 provides collaboration tool web code to the conference client, where the web code includes code for calling a collaboration tool application layer program interface using a web language, where the application layer program interface is written using a scripting language such as JavaScr ipt; the conference client 2 loads a collaboration tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface (local layer API interface) through the application layer program interface, and the local layer program interface calls a conference layer program interface (conference layer API interface) so as to share collaboration tool content through a conference server.
In specific implementation, the collaboration tool page includes collaboration tool operation options; and responding to a collaboration tool operation request initiated by the operation option, calling a collaboration tool local layer program interface by the application layer program interface corresponding to the operation option through a JS bridge, wherein the local layer program interface calls a network conference program interface to realize a collaboration tool function corresponding to the operation option, and the local layer program interface and the network conference program interface are written in a local language of the conference client.
As shown in fig. 2, the system provided in this embodiment may provide, to the conference client 2, a collaboration tool web page code through the collaboration tool server 1, where the collaboration tool page is a page made based on a collaboration tool application layer program interface in the collaboration tool development SDK (Apps Deve lop SDK) written in JS language, such as an H5 page. The web page code includes code that invokes a collaborative tool application layer programming interface in a web page language, which may be written in a scripting language such as javascript. Conference client 2 loads collaboration tool pages for use by conference users through a web page container (e.g., webview, JSCore, etc.). The collaboration tool application layer program interface running in the web page container communicates with the collaboration tool local layer program interface in the collaboration tool SDK written in the client local language (e.g., android local language is JAVA) through JsBr idge. The collaboration tool local layer program interface invokes a network conference layer program interface in the conference SDK also written in the client local language, where the network conference layer program interface includes a program interface for implementing basic conference functions, such as an audio-video function interface of the conference client. By adopting the processing mode, the collaboration tool is decoupled from the conference client, and the updated collaboration tool, such as a newly manufactured tool, a content updated tool and the like, can be used without updating the conference client, so that the dynamic online/offline collaboration tool is realized. In addition, the collaboration tool page is written in a webpage language, and can be applied to conference clients of different systems without developing collaboration tools for the different systems respectively, so that development cost can be effectively reduced, and development period is shortened.
As shown in fig. 3, in the system provided in this embodiment, a collaboration tool development SDK, a web page container, a JS bridge, and a collaboration tool SDK are newly added in a conference UI layer (e.g., conference Cocoa UI) of an existing conference client architecture. In addition, the conference system architecture also includes an existing conference SDK. The collaboration tool development SDK is written in Java script language and comprises a plurality of collaboration tool application layer program interfaces (application layer program interfaces for short) which can be called by webpage codes, the application layer program interfaces are visible to a developer, and the developer calls the application layer program interfaces by using the webpage codes to finish the development of the collaboration tool. The web page container is used to load a collaboration tool page written in web page code through which a user uses the collaboration tool. The JSBr bridge (JSBr bridge) is used to realize two-way communication between the conference client local (nature side) and the Web page container (Web side). The collaboration tool SDK includes a collaboration tool native layer program interface (abbreviated as native layer program interface) written in a native language that is available for invocation by an application layer program interface, the native layer program interface being invisible to a developer. The local layer program interface invokes an existing web conference program interface in the existing conference SDK.
The JavaScr ipt is operated in a separate JS Context (Webview container, JSOORE and the like) and isolated from the original operating environment, and through a JSBr bridge, the Web terminal (webpage container) can call an interface of the Native terminal (conference client), and the Native terminal can also call the JavaScr ipt interface of the Web terminal through the JSBr bridge to realize mutual bidirectional call. If the Nat-ve terminal is an android system and the native language of the Nat-ve terminal is Java, the Web terminal can call a Java interface of the Nat-ve terminal through a JS bridge. If the native language of the native terminal is Object C, the Web terminal can call the Object C interface of the native terminal through the JS bridge. If the Native end is a window system and the native language of the Native end is C language, the Web end can call the C language interface of the Native end through the JS bridge.
Collaborative tool development SDK provided collaborative tool application layer programming interfaces including, but not limited to: an API related to member management, an API related to meeting messages, and an API related to collaboration tool sharing. Among other things, APIs related to member management may include: a member list interface (e.g., memberLi st), an online member list interface (e.g., on l ienMemberLi st), a meeting information interface (e.g., meetingi nfo), a publisher information interface (e.g., pub l i sher I nfo), and so forth. The APIs related to meeting messages may include: a send message interface (e.g., postMessage), a message handling interface (e.g., onmessage), and so forth. APIs associated with collaborative tool sharing may include: setting a video layer image interface (also known as an image rendering interface, such as setVideoLayer Image), clearing a video layer image interface (such as c learVideoLayer Image), setting a virtual background image interface (such as setVi rtua l Background Image), clearing a virtual background image interface (such as c learVi rtua l Background Image), and so forth.
As shown in fig. 3, the collaboration tool local layer program interface provided by the collaboration tool SDK includes, but is not limited to: the system comprises a member information interface, a conference message interface, a device management interface, a media management interface, a collaboration tool sharing interface, a collaboration tool authentication verification and image drawing interface. The collaboration tool SDK may also include event class APIs including, but not limited to: member change events, meeting message events, device change events, media change events, collaboration tool sharing events, collaboration tool authentication events. The member information interface can acquire member information from the conference system, and the conference information interface is used for processing conference information; the collaboration tool sharing interface is used for sharing the collaboration tool to a remote participant, and the sharing mode can be a window sharing mode or a card sharing mode; the collaboration tool authentication and verification interface is used for authenticating and verifying collaboration tools which are requested to be loaded by a user, and a conference client cannot load illegal collaboration tools which are not verified; the image drawing interface is used for generating an image for the collaborative tool page, and the image can be fused with the conference video picture to realize an information sharing mode fused with the video picture.
The program interface provided by the existing conference SDK is referred to as a netmeeting program interface in this embodiment, where the netmeeting program interface includes, but is not limited to: screen\video acquisition rendering, media signaling\control, virtual background\beauty\AI setting, and device management. The conference SDK may also provide conference control signaling such as member in-and-out-of-conference/mute messages, whiteboard/remote control, conference information/member list header information.
Collaborative tools for system processing provided by embodiments of the present application include, but are not limited to: the first collaboration tool of collaboration tool information is shared through the conference video picture, the second collaboration tool of the application is shared through the window, and the third collaboration tool of the application is shared through the card. The first collaboration tool includes, but is not limited to: the intelligent business card can also be other collaboration tools capable of sharing collaboration tool information through conference video pictures. The second and third co-tools each include, but are not limited to: interactive whiteboard, voting, and collaborative document.
In one example, the conference client 2 is further configured to obtain collaboration tool list information from the collaboration tool server 1; registering a collaboration tool to the conference client 2 according to the list information; as shown in fig. 2, the collaboration tool may be displayed in a collaboration tool box.
In one example, the collaboration tool includes: a first collaboration tool that shares information through the conference video frames; the collaborative tool operation options include: sharing information operation options through conference video pictures; the collaborative tool operation request includes: request for sharing information through conference video pictures; the application layer program interface comprises: setting a video layer image interface for indicating sharing of collaborative tool information through a conference video picture; the local layer program interface at least comprises: the collaborative tool information interface is used for acquiring collaborative tool information; the collaborative tool picture generation interface is used for generating a collaborative tool picture according to the collaborative tool information; the network conference program interface includes: the system comprises a picture fusion interface, a video picture rendering interface and a video picture sending interface. Correspondingly, the conference client 2 is specifically configured to invoke the collaboration tool information interface by using the set video layer image interface through the JS bridge to obtain the collaboration tool information; generating the collaborative tool picture according to the collaborative tool information through the collaborative tool picture generation interface; fusing the collaboration tool picture and the conference video picture through the picture fusion interface; rendering the fused picture through the video picture rendering interface; and sending the fused picture through the video picture sending interface. In specific implementation, a webRTC of the conference SDK may be used to write a collaborative tool picture generation interface, a picture fusion interface, a video picture rendering interface, and a video picture transmission interface.
As shown in fig. 5, when a conference user of the conference client a opens the collaboration toolbox, collaboration tool list information written in a web page language may be obtained; registering a corresponding collaboration tool to the conference client A according to the collaboration tool list information; after the registration is successful, the corresponding collaborative tool name is displayed in the collaborative tool box. When a user uses a first collaboration tool, a collaboration tool picture generation interface in a conference SDK is called to generate an image (collaboration tool picture) to be fused, the picture fusion interface in the conference SDK is called to fuse the collaboration tool picture with a video conference picture, a video picture rendering interface in the conference SDK is called to render the fused picture, and a video picture sending interface in the conference SDK is called to send the fused picture to a conference client B.
In one example, the first collaboration tool is a smart business card, and the smart business card settings page is loaded through a web page container. As shown in fig. 4, when the local user of the conference client a uses the "intelligent business card" tool in the video conference, basic user information such as name, department, job and the like can be input in the "intelligent business card setting window", virtual background can be customized, and the position of the portrait in the video conference picture can be set, and the operation option of sharing information through the conference video picture is "immediate application". And displaying the customized virtual background of the local user in the video conference picture, and displaying the portrait of the local user and the basic user information on the virtual background. In the implementation, the conference client of the local user can collect the environment image, and the human figure of the local user is cut out from the environment image through the face recognition technology and is displayed on the virtual background. The fusion picture of the business card information and the video picture can be sent to the conference client B through the basic conference function of the conference client, so that a remote user can see the fusion picture.
In specific implementation, the intelligent business card setting page may include an operation option for setting a custom virtual background, and the application layer program interface corresponding to the operation option may be a virtual background image setting interface. The intelligent business card setting page may further include an operation option to cancel the virtual background, and the application layer program interface to which the operation option may correspond may be to cancel the virtual background image interface. As shown in fig. 4, the smart card settings page may also include an operation option to cancel shared information ("out of use"), which may correspond to the application layer program interface that may be a video layer image interface.
In one example, the collaboration tool includes: a second collaboration tool shared through the card; the application layer program interface comprises: a card form sharing setting interface for indicating the sharing of the application by the card; the local layer program interface at least comprises: a conference message interface; the network conference program interface includes: and a conference server communication interface. Correspondingly, the conference client 2 is specifically used for calling the conference message interface by the card form sharing setting interface; the conference message interface invokes the conference server communication interface to share collaboration tools among conference clients in card form.
In one example, the collaboration tool includes: a third collaboration tool shared through the window; the application layer program interface comprises: a shared window setting interface for indicating sharing of a collaboration tool through the shared window; the local layer program interface at least comprises: desktop and window collection interface; correspondingly, the conference client 2 is specifically configured to call the desktop and window collection interface through the shared window setting interface, so as to share the collaboration tool between conference clients through the shared window. In specific implementation, a desktop and a window acquisition interface can be written by adopting webRTC of a conference SDK.
As shown in fig. 6, when the conference user of the conference client a uses the third collaboration tool, the desktop and window collection interface in the conference SDK are called to share the collaboration tool between the conference clients.
In one example, the conference client 2 is further configured to obtain collaboration tool update information from the collaboration tool server 1; updating collaborative tool registration information of the conference client according to the update information; and displaying the updated collaboration tool in the collaboration tool box, thereby realizing the function of dynamic up/down in the conference.
In one example, the system further comprises a collaborative tool development client 3 for obtaining a collaborative tool development SDK, the collaborative tool development SDK providing the application layer program interface; acquiring the webpage code written based on the application layer program interface, and publishing the webpage code to the collaborative tool server 1; the conference client 2 is specifically configured to provide the local layer program interface through a collaboration tool SDK.
The collaborative tool development client 3 is a device used by a collaborative tool developer, such as a personal computer, a portable computer, and the like. The developer can be a developer of the conference system, and the collaboration tool manufactured by the developer can be used as a general collaboration tool of the conference system for various conference users to select. The developer can also be a third party developer, such as a developer of a certain conference user, and the collaboration tool manufactured by the developer can be used as a special collaboration tool of the conference user and is only used by the user. For example, a meeting user is a user of an enterprise, and a developer of the enterprise adopts the system provided by the embodiment of the application to manufacture a collaboration tool suitable for the office features of the enterprise.
As shown in fig. 2, the system provided in this embodiment may provide a collaboration tool development SDK to a user (developer) who develops a collaboration tool through the collaboration tool server 1, the developer may download the tool package from the collaboration tool server 1, may add the tool package to the web page creation software of the collaboration tool development client 3, write the collaboration tool in the web page creation software in a web page language based on an application layer program interface provided by the collaboration tool development SDK, and then issue the created collaboration tool to the collaboration tool server 1 for use by the user of the conference system. The web page making software may be Dreamweaver, frontpage, etc. Thus, a third party developer outside the conference system can more conveniently manufacture a collaboration tool suitable for the office characteristics of the third party developer, so that the tool collaboration of the conference system is improved.
The system provided in this embodiment may provide the collaboration tool development SDK to the developer through the collaboration tool server 1, or may provide the collaboration tool development SDK to the developer through other manners, such as providing the collaboration tool development SDK to the developer through a development tool distribution platform.
In specific implementation, the conference client 2 of multiple systems can be installed on the collaborative tool development client 3, the conference clients 2 of different systems are implemented by adopting different languages, for example, the conference client of an android system is implemented by using JAVA language, the conference client 2 of an iOS system is implemented by using Object C language, and the conference client of a window system (Windows system) is implemented by using C++ language. After the developer of the collaboration tool completes the collaboration tool, the newly manufactured collaboration tool can be tested through conference clients of different systems.
As can be seen from the foregoing embodiments, in the conference collaboration tool processing system provided in the embodiments of the present application, a collaboration tool web code is provided to a conference client through a collaboration tool server, where the web code includes a code for calling a collaboration tool application layer program interface using a web language, and the application layer program interface is written using a JavaScr ipt language; the conference client loads a collaboration tool page through a webpage container according to the webpage code, wherein the collaboration tool page comprises collaboration tool operation options; responding to a collaboration tool operation request initiated by the operation option, calling a collaboration tool local layer program interface by the application layer program interface corresponding to the operation option through a JS bridge, calling a network conference program interface by the local layer program interface to realize a collaboration tool function corresponding to the operation option, and writing the local layer program interface and the network conference program interface by adopting a local language of the conference client. By adopting the processing mode, a developer can develop the collaboration tool by adopting a webpage language based on a collaboration tool application layer program interface, and the conference client loads a collaboration tool page through a webpage container, so that cross-platform use of the collaboration tool is realized, and the developer does not need to develop a multi-version collaboration tool applicable to different systems, so that the development cost can be effectively reduced, and the development period is shortened. In addition, the third party developer can develop the collaboration tool suitable for the office features of the third party developer based on the open collaboration tool development kit (comprising the collaboration tool application layer program interface), so that the tool collaboration can be effectively improved. Furthermore, the system can load updated collaboration tools through the web page container by decoupling the collaboration tools from the conference client, so that dynamic online/offline collaboration tools can be realized.
Second embodiment
In the above embodiment, a conference collaboration tool processing system is provided, and correspondingly, the application also provides a conference collaboration tool processing method, which is used for a terminal device used by a collaboration tool developer, such as a personal computer. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
Fig. 7 is a flow chart of a processing method of a conference collaboration tool according to an embodiment of the present application. In this embodiment, the method may include the steps of:
step S701: a first development kit is obtained that provides a collaborative tool application layer programming interface written in a web scripting language.
Step S703: and acquiring collaborative tool webpage codes written based on the application layer program interface, wherein the webpage codes comprise codes for calling the application layer program interface by adopting a webpage language.
Step S705: the webpage codes are issued to the collaborative tool server side, so that the collaborative tool server side provides the webpage codes for the conference client side, and the conference client side loads collaborative tool pages through a webpage container according to the webpage codes; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
As can be seen from the above embodiments, in the conference collaboration tool processing method provided in the embodiments of the present application, a first development tool package is obtained, where the first development tool package provides a collaboration tool application layer program interface written in a web script language; acquiring a collaborative tool webpage code written based on the application layer program interface, wherein the webpage code comprises a code for calling the application layer program interface by adopting a webpage language; the webpage codes are issued to the collaborative tool server side, so that the collaborative tool server side provides the webpage codes for the conference client side, and the conference client side loads collaborative tool pages through a webpage container according to the webpage codes; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server. By adopting the processing mode, a developer can develop the collaboration tool by adopting a webpage language based on a collaboration tool application layer program interface, and the conference client loads a collaboration tool page through a webpage container, so that cross-platform use of the collaboration tool is realized, and the developer does not need to develop a multi-version collaboration tool applicable to different systems, so that the development cost can be effectively reduced, and the development period is shortened. In addition, the third party developer can develop the collaboration tool suitable for the office features of the third party developer based on the open collaboration tool development kit (comprising the collaboration tool application layer program interface), so that the tool collaboration can be effectively improved. Furthermore, the system can load updated collaboration tools through the web page container by decoupling the collaboration tools from the conference client, so that dynamic online/offline collaboration tools can be realized.
Third embodiment
In the foregoing embodiment, a conference collaboration tool processing system is provided, and correspondingly, the application further provides a conference collaboration tool processing method for a collaboration tool server. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
In this embodiment, the method may include the steps of:
step S301: and acquiring the collaboration tool webpage codes, wherein the webpage codes comprise codes for calling a collaboration tool application layer program interface by adopting a webpage language.
Step S303: sending the webpage code to a conference client so that the conference client loads a collaboration tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
In one example, the method may further comprise the steps of: acquiring user permission information of the collaboration tool; and if the user information of the conference client meets the user authority information, providing the webpage code for the conference client.
In one example, the method may further comprise the steps of: and sending the collaboration tool update information to the conference client so that the conference client updates the collaboration tool information in the collaboration tool kit.
As can be seen from the foregoing embodiments, in the conference collaboration tool processing method provided in the embodiments of the present application, a collaboration tool web code is provided to a conference client through a collaboration tool server, where the web code includes a code for calling a collaboration tool application layer program interface by using a web language; the conference client loads a collaboration tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server. By adopting the processing mode, a developer can develop the collaboration tool by adopting a webpage language based on a collaboration tool application layer program interface, and the conference client loads a collaboration tool page through a webpage container, so that cross-platform use of the collaboration tool is realized, and the developer does not need to develop a multi-version collaboration tool applicable to different systems, so that the development cost can be effectively reduced, and the development period is shortened. In addition, the third party developer can develop the collaboration tool suitable for the office features of the third party developer based on the open collaboration tool development kit (comprising the collaboration tool application layer program interface), so that the tool collaboration can be effectively improved. Furthermore, the system can load updated collaboration tools through the web page container by decoupling the collaboration tools from the conference client, so that dynamic online/offline collaboration tools can be realized.
Fourth embodiment
In the foregoing embodiment, a conference collaboration tool processing system is provided, and correspondingly, the application further provides a conference collaboration tool processing method for a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
Fig. 4 is a flow chart of a processing method of a conference collaboration tool according to an embodiment of the present application. In this embodiment, the method may include the steps of:
step S401: and acquiring the collaboration tool webpage codes, wherein the webpage codes comprise codes for calling a collaboration tool application layer program interface by adopting a webpage language.
Step S403: and loading the collaborative tool page through a webpage container according to the webpage code.
Step S405: and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
In one example, the method may further comprise the steps of: acquiring collaborative tool list information; registering a collaboration tool to the conference client according to the list information; the collaboration tool is displayed in a collaboration tool box.
In one example, the method may further comprise the steps of: acquiring collaborative tool update information; updating collaborative tool registration information of the conference client according to the update information; and displaying the updated collaboration tool in the collaboration tool box.
In one example, the collaborative tool operation options include: sharing information operation options through conference video pictures; the collaborative tool operation request includes: request for sharing information through conference video pictures; the application layer program interface comprises: setting a video layer image interface for indicating sharing of collaborative tool information through a conference video picture; the local layer program interface at least comprises: the collaborative tool information interface is used for acquiring collaborative tool information; the collaborative tool picture generation interface is used for generating a collaborative tool picture according to the collaborative tool information; the network conference program interface includes: the system comprises a picture fusion interface, a video picture rendering interface and a video picture sending interface; the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including: the set video layer image interface calls the collaboration tool information interface through the JS bridge to acquire the collaboration tool information; generating the collaborative tool picture according to the collaborative tool information through the collaborative tool picture generation interface; fusing the collaboration tool picture and the conference video picture through the picture fusion interface; rendering the fused picture through the video picture rendering interface; and sending the fused picture through the video picture sending interface.
In one example, the collaboration tool includes: a second collaboration tool shared through the card; the application layer program interface comprises: a card form sharing setting interface for indicating sharing of the collaboration tool by the card; the local layer program interface at least comprises: a conference message interface; the network conference program interface includes: a conference server communication interface; the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including: the card form sharing setting interface calls the conference message interface; the conference message interface invokes the conference server communication interface to share collaboration tools among conference clients in card form.
In one example, the collaboration tool includes: a third collaboration tool shared through the window; the application layer program interface comprises: a shared window setting interface for indicating sharing of a collaboration tool through the shared window; the local layer program interface at least comprises: desktop and window collection interface; the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including: and the shared window setting interface calls the desktop and window acquisition interface so as to share the collaboration tool among the conference clients through the shared window.
As can be seen from the above embodiments, in the conference collaboration tool processing method provided in the embodiments of the present application, a collaboration tool web page code is obtained, where the web page code includes a code for calling a collaboration tool application layer program interface by using a web page language; loading a collaborative tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server. By adopting the processing mode, a developer can develop the collaboration tool by adopting a webpage language based on a collaboration tool application layer program interface, and the conference client loads a collaboration tool page through a webpage container, so that cross-platform use of the collaboration tool is realized, and the developer does not need to develop a multi-version collaboration tool applicable to different systems, so that the development cost can be effectively reduced, and the development period is shortened. In addition, the third party developer can develop the collaboration tool suitable for the office features of the third party developer based on the open collaboration tool development kit (comprising the collaboration tool application layer program interface), so that the tool collaboration can be effectively improved. Furthermore, the system can load updated collaboration tools through the web page container by decoupling the collaboration tools from the conference client, so that dynamic online/offline collaboration tools can be realized.
Fifth embodiment
In the above embodiment, a method for processing a conference collaboration tool is provided, and correspondingly, the application also provides a device for processing a conference collaboration tool. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool processing device, comprising: the system comprises a webpage code acquisition unit and a webpage code transmission unit.
The system comprises a webpage code acquisition unit, a collaboration tool application layer program interface and a collaboration tool application layer program interface, wherein the webpage code acquisition unit is used for acquiring a collaboration tool webpage code which comprises codes for calling the collaboration tool application layer program interface by adopting a webpage language; the webpage code sending unit is used for sending the webpage code to the conference client side so that the conference client side loads a collaboration tool page through a webpage container according to the webpage code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
In one example, the apparatus further comprises: the authentication unit is used for acquiring the user authority information of the collaboration tool; and if the user information of the conference client meets the user authority information, providing the webpage code for the conference client.
In one example, the apparatus further comprises: and the updating information sending unit is used for sending the collaborative tool updating information to the conference client so that the conference client updates the collaborative tool information in the collaborative tool kit.
Sixth embodiment
In the above embodiment, a method for processing a conference collaboration tool is provided, and correspondingly, the application also provides a device for processing a conference collaboration tool. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool processing device, comprising: the system comprises a webpage code acquisition unit, a page loading unit and a content sharing unit.
The system comprises a web page code acquisition unit, a collaboration tool application layer program interface and a collaboration tool application layer program interface, wherein the web page code acquisition unit is used for acquiring a collaboration tool web page code which comprises a code for calling the collaboration tool application layer program interface by adopting a web page language.
And the page loading unit is used for loading the collaborative tool page through the webpage container according to the webpage codes.
And the content sharing unit is used for calling a collaboration tool local layer program interface through the application layer program interface by the collaboration tool page, and calling a conference layer program interface by the local layer program interface so as to share collaboration tool content through a conference server.
In one example, the apparatus may further include: the collaborative tool processing unit is used for acquiring collaborative tool list information; registering a collaboration tool to the conference client according to the list information; the collaboration tool is displayed in a collaboration tool box.
In one example, the apparatus may further include: the collaborative tool updating unit is used for acquiring collaborative tool updating information; updating collaborative tool registration information of the conference client according to the update information; and displaying the updated collaboration tool in the collaboration tool box.
In one example, the collaborative tool operation options include: sharing information operation options through conference video pictures; the collaborative tool operation request includes: request for sharing information through conference video pictures; the application layer program interface comprises: setting a video layer image interface for indicating sharing of collaborative tool information through a conference video picture; the local layer program interface at least comprises: the collaborative tool information interface is used for acquiring collaborative tool information; the collaborative tool picture generation interface is used for generating a collaborative tool picture according to the collaborative tool information; the network conference program interface includes: the system comprises a picture fusion interface, a video picture rendering interface and a video picture sending interface; the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including: the set video layer image interface calls the collaboration tool information interface through the JS bridge to acquire the collaboration tool information; generating the collaborative tool picture according to the collaborative tool information through the collaborative tool picture generation interface; fusing the collaboration tool picture and the conference video picture through the picture fusion interface; rendering the fused picture through the video picture rendering interface; and sending the fused picture through the video picture sending interface.
In one example, the collaboration tool includes: a second collaboration tool shared through the card; the application layer program interface comprises: a card form sharing setting interface for indicating sharing of the collaboration tool by the card; the local layer program interface at least comprises: a conference message interface; the network conference program interface includes: a conference server communication interface; the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including: the card form sharing setting interface calls the conference message interface; the conference message interface invokes the conference server communication interface to share collaboration tools among conference clients in card form.
In one example, the collaboration tool includes: a third collaboration tool shared through the window; the application layer program interface comprises: a shared window setting interface for indicating sharing of a collaboration tool through the shared window; the local layer program interface at least comprises: desktop and window collection interface; the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including: and the shared window setting interface calls the desktop and window acquisition interface so as to share the collaboration tool among the conference clients through the shared window.
Seventh embodiment
In the above embodiment, a method for processing a conference collaboration tool is provided, and correspondingly, the application also provides a device for processing a conference collaboration tool. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool processing device, comprising: the system comprises a development packet acquisition unit, a webpage code acquisition unit and a webpage code release unit.
The development kit acquisition unit is used for acquiring a first development kit which provides a collaborative tool application layer program interface written by adopting a network script language; the system comprises a webpage code acquisition unit, a control unit and a control unit, wherein the webpage code acquisition unit is used for acquiring collaborative tool webpage codes written based on the application layer program interface, and the webpage codes comprise codes for calling the application layer program interface by adopting a webpage language; the conference client side loads a collaboration tool page through a web page container according to the web page code; and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
Eighth embodiment
In the foregoing embodiment, a conference collaboration tool processing system is provided, and correspondingly, the application further provides a conference collaboration tool development method for a collaboration tool development client. The method corresponds to the embodiment of the system described above. Since the method embodiments are substantially similar to the system embodiments, the description is relatively simple, and reference should be made to the description of the method embodiments for relevant points. The method embodiments described below are merely illustrative.
The conference collaboration tool development method of the embodiment comprises the following steps:
step S801: a collaboration tool web page development toolkit is obtained, the development toolkit providing a collaboration tool application layer program interface.
Step S803: and determining a target user.
Step S805: and acquiring the webpage codes of the collaboration tool corresponding to the target user, which are written based on the application layer program interface.
The web page code is used for loading a collaboration tool page through a web page container by the conference client, the web page code comprises a code for calling the application layer program interface through a web page language, the operation page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a web conference layer program interface so that collaboration tool content is shared among the conference clients through the conference server.
Collaborative tool content may include content derived from the target user's own application system, such as daily work task information, work documents, etc. of the participant user. Collaborative tool content may also include content that originates from the conferencing system, such as the name of the participant user, the department of the department, and so on. The collaboration tool content may also include content entered by the participant user in the collaboration tool page, such as voting content information entered by the participant user, processing information for daily work tasks, and so forth.
In particular implementations, the collaboration tool development client may display an application layer programming interface to a developer, who writes web page code of the collaboration tool corresponding to the target user based on the application layer programming interface. The local conference client acquires the webpage codes, loads a collaboration tool page in a webpage container mode, and shares collaboration tool contents to the remote conference client B through calling processing of three levels of program interfaces of a collaboration tool application layer, a collaboration tool local layer and a network conference layer.
The collaboration tool application layer program interface may be written in a web script language such as javascript ipt, etc., the collaboration tool local layer program interface may be written in a local language of the conference client, and the application layer program interface and the local layer program interface may perform bidirectional communication through a bridge mode (such as JSBr bridge). The application layer program interface may invoke one or more native layer program interfaces, which may invoke one or more conference layer program interfaces.
The target user may be an enterprise-level user of the conferencing system, also referred to as a tenant of the conferencing system, such as a certain bank or a certain merchant. The collaboration tools of enterprise-level users are referred to as enterprise-level collaboration tools, which may be used by employees of the respective enterprise when conducting a web conference.
The target user may also be an enterprise department level user of the conference system, which belongs to the enterprise level user, such as a department subordinate to a certain bank. The collaboration tool of the enterprise department level user is called an enterprise department level collaboration tool, and the enterprise department level collaboration tool can be used by staff of corresponding departments when the staff of the corresponding departments hold a network conference. When a department employee holds a network conference, not only the enterprise department level collaboration tool of the department where the department employee is located, but also the enterprise level collaboration tool of the enterprise where the department employee is located can be used.
The target user may also be a third party collaboration tool provider user of the conferencing system, such users also referred to as third party collaboration tool users. The collaboration tool of the third party collaboration tool user is called a third party collaboration tool, the third party collaboration tool can be used by various users of the conference system, the users can use the third party collaboration tool in a payment mode, and the third party collaboration tool can also be used by the users for free.
The target user may in turn be a provider user of the conference system, which type of user is also referred to as a conference system side user. The collaboration tool of the users of the conference system side is called a conference system collaboration tool, and the conference system collaboration tool can be used by various users of the conference system.
In one example, the collaborative tool content includes content derived from a target user's own application system. In this case, the method may further include the steps of: acquiring an application system program interface of the target user; accordingly, step S805 may be implemented as follows; and acquiring the webpage codes written based on the application layer program interface and the application system program interface. The collaboration tool page obtains application information, such as work task information, work documents and the like of the participant user, from the application system of the target user through the application system program interface, and the application information can be shared as collaboration tool content among conference clients. By adopting the processing mode, when a user holds a network conference, the content of the own system of the user can be obtained through the collaboration tool, then the local layer program interface of the collaboration tool can be called through the application layer program interface of the collaboration tool, and the conference layer program interface is called through the local layer program interface, so that the content of the own system of the user can be shared between conference clients through the conference server, and conference communication is carried out between the participants according to own application information of the participants.
In one example, the collaboration tool content includes content sourced from a conferencing system. In this case, the application layer program interface obtains the collaborative tool content from the conferencing system by invoking the native layer program interface. For example, the information of the participant user is stored in the conference system, the participant user information can be obtained from the conference system through the local layer program interface, and the participant can set a sharing mode of the participant user information through the collaboration tool, and the participant user information is transmitted to the remote client for display as collaboration tool content in the mode.
In one example, collaborative tool content includes content entered by participant users in a collaborative tool page, and user input information may be shared as collaborative tool content between conference clients. By adopting the processing mode, when a user holds a network conference, the content to be shared can be input through the collaboration tool, then the collaboration tool local layer program interface can be called through the collaboration tool application layer program interface, and the conference layer program interface is called through the local layer program interface, so that the user input information can be shared between conference clients through the conference server.
The sharing manner of the collaboration tool content between conference clients includes, but is not limited to: and a sharing mode of fusing the collaboration tool content and the video picture, a collaboration tool window sharing mode and a card sharing mode. Various sharing modes are described below.
(1) Sharing mode for fusing collaboration tool content and video picture
In a sharing mode of fusing collaboration tool content and video frames, the collaboration tool page calls an image drawing interface of a local layer through an application layer program interface (such as an image drawing interface of an application layer) to draw the collaboration tool content into an image, a local video frame (a video frame of a local participant) is collected through a conference layer program interface, the generated collaboration tool content image and the local video frame are fused and rendered, the video frame fused with the collaboration tool content is transmitted to a remote conference client through a conference server, and the remote participant can see the collaboration tool content operated by the local participant in the video frame of the local participant.
For example, the collaboration tool is an intelligent business card, and fuses business card information of the local participant user with a video frame of the local participant, and the remote participant can see the business card information of the local participant in the video frame of the local participant.
(2) Collaborative tool window sharing mode
The collaboration tool page is displayed in a collaboration tool window, the collaboration tool page calls a window type tool sharing interface of a local layer through an application layer program interface to acquire the collaboration tool window, the collaboration tool window and a local video picture can be fused and rendered through a conference layer program interface, the video picture fused with the collaboration tool window is transmitted to a remote conference client through a conference system, and a remote participant can see the collaboration tool window opened by the local participant in the video picture of the local participant.
For example, a collaboration tool is a work reporting tool customized for an enterprise, a local participant user uses the tool to initiate a work report in place of a work document, and the work reporting tool window is transmitted to a teleconference client, so that the remote participant can see the local participant's work reporting tool window in the local participant's video frame, and the remote participant can operate the window.
(3) Card sharing mode
The collaboration tool page invokes a card type tool sharing interface of the local layer through an application layer program interface to generate a collaboration tool content card, wherein the bottom layer of the card can be a collaboration tool window link; and transmitting the collaboration tool content card to the remote conference client through the conference layer program interface, wherein after clicking the card, the remote participant can see collaboration tool content shared by the local participant.
As can be seen from the above embodiments, according to the conference collaboration tool development method provided by the embodiments of the present application, a collaboration tool development tool package is obtained, and the development tool package provides a collaboration tool application layer program interface; determining a target user; acquiring a webpage code of a collaboration tool corresponding to a target user written based on the application layer program interface; the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls the conference layer program interface, so that collaboration tool content is shared among the conference clients through a conference server. By adopting the processing mode, the target user can develop a cooperative tool suitable for the office characteristics of the target user, and the conference communication effect and communication efficiency of the target user are improved, so that the tool cooperative performance is improved.
Ninth embodiment
In the above embodiment, a method for developing a collaboration tool for a conference is provided, and correspondingly, the application also provides a device for developing a collaboration tool for a conference, where the device can be deployed on a collaboration tool development client, and the client can be a terminal device such as a personal computer. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool development device, comprising: the system comprises a development kit acquisition unit, a target user determination unit and a webpage code acquisition unit.
The development tool package acquisition unit is used for acquiring a collaborative tool development tool package, wherein the development tool package provides a collaborative tool application layer program interface; a target user determining unit for determining a target user; a web page code obtaining unit, configured to obtain a web page code of a collaboration tool written based on the application layer program interface and corresponding to the target user; the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
In one example, the apparatus may further include: an application system program interface obtaining unit, configured to obtain an application system program interface of the target user; correspondingly, the webpage code obtaining unit is specifically configured to obtain the webpage code written based on the application layer program interface and the application system program interface; and the collaboration tool page acquires application information from the application system of the target user through the application system program interface, and shares the application information through the conference server.
In one example, the application layer program interface obtains the collaborative tool content from a conferencing system by invoking the native layer program interface.
In specific implementation, the application layer program interface is written in a webpage script language, the local layer program interface is written in a local language of the conference client, and the application layer program interface calls the local layer program interface through a bridge mode.
In one example, the sharing manner of the collaboration tool content includes: a sharing mode for fusing the collaborative tool content and the video picture; correspondingly, the collaboration tool page calls an image drawing interface of a local layer through the application layer program interface to draw collaboration tool content into an image, the collaboration tool content image and a local video picture are fused and rendered through the conference layer program interface, and the fused picture is transmitted to the remote conference client.
In one example, the sharing manner of the collaboration tool content includes: a collaboration tool window sharing mode; correspondingly, the collaborative tool page calls a window type tool sharing interface of a local layer through the application layer program interface to acquire a collaborative tool window; the collaboration tool window is communicated to a teleconference client through a conference layer program interface.
In one example, the sharing manner of the collaboration tool content includes: the sharing mode of the collaboration tool content comprises the following steps: a card sharing mode; correspondingly, the collaborative tool page calls a card type tool sharing interface of a local layer through the application layer program interface to generate a collaborative tool content card; the collaboration tool content card is transmitted to the teleconferencing client through the conference layer program interface.
Tenth embodiment
In the foregoing embodiment, a method for developing a collaboration tool for a conference is provided, and correspondingly, the present application further provides a method for publishing a collaboration tool for a collaboration tool server. This method corresponds to embodiment eight of the method described above. Since the method embodiment is substantially similar to the method embodiment eight, the description is relatively simple, and reference is made to the description of the method embodiment eight for relevant points. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool issuing method, which comprises the following steps:
step S1001: a collaboration tool publication request is received.
The collaboration tool issuing request may be initiated by a collaboration tool development client or a collaboration tool issuing client to a collaboration tool server. The collaboration tool issuing request may include first user information, collaboration tool information, and a web page code of the collaboration tool.
The first user may be an organization type user including, but not limited to: enterprise level users, enterprise department level users, third party collaboration tool users, conference system side users.
Collaborative tool information including, but not limited to: collaborative tool names, tool icons, version numbers, etc.
Step S1003: and storing a first corresponding relation between the first user and the collaboration tool according to the first user information, the collaboration tool information and the webpage code of the collaboration tool carried by the collaboration tool release request, and storing the webpage code. The following table shows the first correspondence data of the present embodiment.
Figure BDA0004095620140000241
Figure BDA0004095620140000251
Step S1005: and providing corresponding collaborative tool information for the conference client related to the first user according to the first corresponding relation.
The method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
In implementation, if the first user is an enterprise-level user of the conference system and the collaboration tool corresponding to the first user is an enterprise-level collaboration tool, the conference client related to the first user includes a conference client used by a subordinate user of the enterprise-level user. For example, tool A1 in the table above may be used by all employees of bank A when holding a web conference.
If the first user is an enterprise department level user and the collaboration tool corresponding to the first user is an enterprise department level collaboration tool, the conference client associated with the first user includes a conference client used by a subordinate user of the enterprise department level user. For example, tool A2 in the table above may be used by staff in the beijing branch of bank a when holding a web conference, and staff in the Tianjin branch may not be available.
If the first user is a third party collaboration tool user and the collaboration tool corresponding to the first user is a third party collaboration tool, the conference client related to the first user comprises a conference client used by a registered user of the third party collaboration tool. For example, tools C1 and C2 in the table above are available to meeting users who have registered the tools. The registered user may be an organization type user, such as an enterprise level user, or may be a personal user, such as a certain employee of bank a. In implementations, the conference client associated with the first user may also include a conference client used by a non-registered user.
If the first user is a conference system side user and the collaboration tool corresponding to the first user is a conference system collaboration tool, the conference client related to the first target user comprises a conference client used by a registered user of the conference system collaboration tool. For example, tools Z1 and Z2 in the table above are available to conference users who have registered the tools. The registered user may be an organization type user (such as an enterprise level user) or an individual user (such as a certain employee of bank a). In implementations, the conference client associated with the first user may also include a conference client used by a non-registered user.
As can be seen from the above embodiments, in the conference collaboration tool publishing method provided by the embodiments of the present application, a collaboration tool publishing request is received; storing a first corresponding relation between a first user and a collaboration tool according to first user information, collaboration tool information and a webpage code of the collaboration tool carried by the collaboration tool release request, and storing the webpage code; providing corresponding collaborative tool information for a conference client related to a first user according to the first corresponding relation; the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server. By adopting the processing mode, the conference system side and other users can issue the collaboration tool, and other users can improve conference communication effect and communication efficiency by issuing the collaboration tool suitable for the office characteristics of the users, so that tool collaboration is improved.
Eleventh embodiment
In the above embodiment, a conference collaboration tool publishing method is provided, and correspondingly, the application also provides a conference collaboration tool publishing device, which can be deployed at a collaboration tool server. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool issuing device, comprising: the system comprises a release request receiving unit, an information storage unit and an information providing unit.
A release request receiving unit for receiving a collaborative tool release request; the information storage unit is used for storing a first corresponding relation between a first user and the collaboration tool according to the first user information, the collaboration tool information and the webpage code of the collaboration tool carried by the collaboration tool release request and storing the webpage code; the information providing unit is used for providing corresponding collaborative tool information for a conference client related to a first user according to the first corresponding relation; the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
The first user is an enterprise-level user of the conference system, the collaboration tool corresponding to the first user is an enterprise-level collaboration tool, and the conference client related to the first user comprises a conference client used by a subordinate user of the enterprise-level user; or the first user is an enterprise department level user, the collaboration tool corresponding to the first user is an enterprise department level collaboration tool, and the conference client related to the first user comprises a conference client used by a subordinate user of the enterprise department level user; or the first user is a third-party collaboration tool user, the collaboration tool corresponding to the first user is a third-party collaboration tool, and the conference client related to the first user comprises a conference client used by a registered user of the third-party collaboration tool; or the first user is a conference system side user, the collaboration tool corresponding to the first user is a conference system collaboration tool, and the conference client related to the first target user comprises a conference client used by a registered user of the conference system collaboration tool.
Twelfth embodiment
In the foregoing embodiment, a conference collaboration tool publishing method is provided, and correspondingly, the application further provides a conference collaboration tool publishing method, which is used for publishing a client by using a collaboration tool, where the client may be a personal computer or other devices. The method corresponds to embodiment ten of the method described above. Since the method embodiment is substantially similar to the method embodiment ten, the description is relatively simple, and the relevant points are referred to the part of the description of the method embodiment ten. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool issuing method, which comprises the following steps:
step S1201: and acquiring the first user information, the collaboration tool information and the webpage codes of the collaboration tool.
Step S1203: sending a collaboration tool issuing request to a collaboration tool server side, so that the server side stores a first corresponding relation between a first user and a collaboration tool according to first user information, collaboration tool information and a webpage code of the collaboration tool carried by the collaboration tool issuing request, stores the webpage code, and provides corresponding collaboration tool information for a conference client side related to the first user according to the first corresponding relation.
The method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
Thirteenth embodiment
In the above embodiment, a conference collaboration tool publishing method is provided, and correspondingly, the application also provides a conference collaboration tool publishing device, which can be deployed at a collaboration tool publishing client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool issuing device, comprising: the system comprises an information acquisition unit, an information storage unit and a release request sending unit.
The information acquisition unit is used for acquiring first user information, collaboration tool information and webpage codes of collaboration tools; the server side is used for storing a first corresponding relation between a first user and the collaborative tool according to the first user information, the collaborative tool information and the web page code of the collaborative tool carried by the collaborative tool release request, storing the web page code and providing corresponding collaborative tool information for a conference client side related to the first user according to the first corresponding relation; the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
Fourteenth embodiment
In the foregoing embodiment, a conference collaboration tool publishing method is provided, and correspondingly, the application further provides a conference collaboration tool registration method for a collaboration tool server. The method corresponds to embodiment ten of the method described above. Since the method embodiment is substantially similar to the method embodiment ten, the description is relatively simple, and the relevant points are referred to the part of the description of the method embodiment ten. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool registration method, which comprises the following steps:
step S1401: a collaborative tool user registration request is received.
The collaboration tool user registration request may be initiated by a collaboration tool registration client or a conference client to a collaboration tool server. The collaborative tool user registration request may include second user information and collaborative tool information.
The second user may be a personal user or an organization type user (e.g., bank a). The collaboration tool information may include a collaboration tool identification, may also include a collaboration tool version number, and so on.
Step S1403: and storing a second corresponding relation between the second user and the collaboration tool according to the second user information and the collaboration tool information carried by the collaboration tool user registration request, wherein the second corresponding relation is used for providing corresponding collaboration tool information for the conference client related to the second user. The following table shows the second correspondence data of the present embodiment.
Second user Collaborative tool
Bank A Tool C1
Beijing branch of Bank A Tool C2
Sea lake branch of Beijing branch of bank A Tool Z1
Zhang San of Bank A Tool A1
Beijing branch of Bank A is Li Si Tool A2
King five of sea lake branch of Bank A Tool A3
Supermarket B Tool Z2
Zhongguancun shop of supermarket B Tool C2
Zhao Liu of Supermarket B Tool B1
Liqu of Zhongguancun shop in supermarket B Tool B2
In one example, the method may further comprise the steps of: acquiring a third corresponding relation between the first user and the second user; acquiring a collaborative tool set corresponding to the second user according to the third corresponding relation and the first corresponding relation; and if the collaborative tool information carried by the collaborative tool user registration request belongs to the collaborative tool set, storing a second corresponding relation between a second user and the collaborative tool. By adopting the processing mode, the second user can register the collaboration tool of the first user to which the second user belongs besides the collaboration tool of the conference system side and the collaboration tool of the third party collaboration tool side, so that authentication processing is carried out on the user registering the collaboration tool, and the security of customizing the collaboration tool by the user is ensured.
The following table shows third correspondence data of the present embodiment.
First user Second user
Bank A Beijing branch of Bank A, zhang san
Beijing branch of Bank A Sea-lake branch line of Beijing branch line and Lifour branch line
Branches of Beijing branches Wang Wu
As can be seen from the above embodiments, in the conference collaboration tool registration method provided in the embodiments of the present application, a collaboration tool user registration request is received; and storing a second corresponding relation between the second user and the collaboration tool according to the second user information and the collaboration tool information carried by the collaboration tool user registration request, wherein the second corresponding relation is used for providing corresponding collaboration tool information for the conference client of the second user. By adopting the processing mode, the client of the second user can only display the registered collaboration tool, so that the interference of other irrelevant collaboration tools is avoided, and the user experience is improved.
Fifteenth embodiment
In the above embodiment, a conference collaboration tool registration method is provided, and correspondingly, the application further provides a conference collaboration tool registration device, which can be deployed at a collaboration tool server. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool registration apparatus, comprising: a registration request receiving unit, an information storage unit, and an information providing unit.
A registration request receiving unit for receiving a collaborative tool user registration request; the information storage unit is used for storing a second corresponding relation between the second user and the collaboration tool according to the second user information and the collaboration tool information carried by the collaboration tool user registration request, and the second corresponding relation is used for providing corresponding collaboration tool information for the conference client of the second user.
In one example, the apparatus further comprises: and the third corresponding relation acquisition unit, the collaborative tool screening unit and the judging unit.
A third correspondence acquiring unit configured to acquire a third correspondence between the first user and the second user; a collaborative tool screening unit, configured to obtain a collaborative tool set corresponding to the second user according to the third correspondence and the first correspondence; and the judging unit is used for storing a second corresponding relation between the second user and the collaborative tool if the collaborative tool information carried by the collaborative tool user registration request belongs to the collaborative tool set.
Sixteenth embodiment
In the above embodiment, a conference collaboration tool registration method is provided, and correspondingly, the application also provides a conference collaboration tool registration method for a conference client or a collaboration tool registration client. The method corresponds to the fourteenth embodiment of the method described above. Since the method embodiment is substantially similar to the fourteenth method embodiment, the description is relatively simple, and the relevant points are referred to the description of the tenth method embodiment. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool registration method, which comprises the following steps:
step S1601: a collaborative toolset is obtained.
The collaborative tool set comprises a plurality of collaborative tool information for a second user to select a target collaborative tool for registration. The second user may be a personal user or an organization type user (e.g., bank a).
In one example, the method may further comprise the steps of: and acquiring a collaborative tool set of a first user corresponding to the second user. By adopting the processing mode, the second user can register the collaboration tool of the first user to which the second user belongs besides the collaboration tool of the conference system side and the collaboration tool of the third party collaboration tool side, so that authentication processing is carried out on the user registering the collaboration tool, and the security of customizing the collaboration tool by the user is ensured.
Step S1603: and sending a collaborative tool user registration request to a collaborative tool server side, so that the server side stores a second corresponding relation between a second user and a collaborative tool according to second user information and collaborative tool information carried by the collaborative tool user registration request, wherein the second corresponding relation is used for providing corresponding collaborative tool information for a conference client side of the second user.
The collaborative tool user registration request may include second user information and collaborative tool information. The collaboration tool information may include a collaboration tool identification, may also include a collaboration tool version number, and so on.
As can be seen from the above embodiments, in the conference collaboration tool registration method provided in the embodiments of the present application, a collaboration tool set is obtained; and sending a collaborative tool user registration request to a collaborative tool server side, so that the server side stores a second corresponding relation between a second user and a collaborative tool according to second user information and collaborative tool information carried by the collaborative tool user registration request, wherein the second corresponding relation is used for providing corresponding collaborative tool information for a conference client side of the second user. By adopting the processing mode, the client of the second user can only display the registered collaboration tool, so that the interference of other irrelevant collaboration tools is avoided, and the user experience is improved.
Seventeenth embodiment
In the above embodiment, a conference collaboration tool registration method is provided, and correspondingly, the application also provides a conference collaboration tool registration device, which can be deployed at a collaboration tool registration server or a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool registration apparatus, comprising: and a collaborative tool set acquisition unit and a registration request transmission unit.
A collaborative tool set acquisition unit configured to acquire a collaborative tool set; the registration request sending unit is used for sending a collaborative tool user registration request to the collaborative tool server side, so that the server side stores a second corresponding relation between a second user and a collaborative tool according to second user information and collaborative tool information carried by the collaborative tool user registration request, and the second corresponding relation is used for providing corresponding collaborative tool information for a conference client side of the second user.
Eighteenth embodiment
In the foregoing embodiment, a method for publishing a conference collaboration tool is provided, and correspondingly, the application also provides a method for using a conference collaboration tool, which is used for a collaboration tool server. The method corresponds to the fourteenth embodiment of the method described above. Since the method embodiment is substantially similar to the method embodiment ten, the description is relatively simple, and the relevant points are referred to the part of the description of the method embodiment ten. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool using method, which comprises the following steps:
step S1801: and obtaining the corresponding relation between the user and the collaborative tool.
Step S1803: and acquiring the webpage codes of the collaboration tool corresponding to the target user according to the corresponding relation.
Step S1805: the web page code is provided to a conference client associated with the target user.
The web page code is used for loading a collaboration tool page through a web page container by the conference client, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through the conference server.
The target user is an enterprise-level user, the collaboration tool corresponding to the target user is an enterprise-level collaboration tool, and the conference client related to the target user comprises a conference client used by a subordinate user of the enterprise-level user; or the target user is an enterprise department level user, the collaboration tool corresponding to the target user is an enterprise department level collaboration tool, and the conference client related to the target user comprises a conference client used by a subordinate user of the enterprise department level user; or the target user is a third party collaboration tool user, the collaboration tool corresponding to the target user is a third party collaboration tool, and the conference client related to the target user comprises a conference client used by a registered user of the third party collaboration tool; or the target user is a conference system side user, the collaboration tool corresponding to the target user is a conference system collaboration tool, and the conference client related to the target user comprises a conference client used by a registered user of the conference system collaboration tool.
In one example, the method may further comprise the steps of: receiving an authentication request of a target user for a target collaboration tool, wherein the authentication request is sent by the conference client; acquiring a webpage code of the target collaboration tool stored by the server side as a first webpage code; comparing the second webpage code of the target cooperative tool carried by the authentication request with the first webpage code, and if the first webpage code is the same as the second webpage code, sending authentication passing information back to the conference client so that the conference client loads the webpage of the target cooperative tool according to the authentication passing information. By adopting the processing mode, the conference client can be prevented from tampering with the network code of the collaboration tool, so that the security of the conference client can be effectively improved.
As can be seen from the above embodiments, the method for using a conference collaboration tool according to the embodiments of the present application obtains a correspondence between a user and a collaboration tool; acquiring a webpage code of a collaboration tool corresponding to the target user according to the corresponding relation; providing the webpage code to a conference client associated with the target user; the web page code is used for loading a collaboration tool page through a web page container by the conference client, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through the conference server. By adopting the processing mode, the conference client can only display the cooperative tools related to the conference client, so that the interference of other irrelevant cooperative tools is avoided, and the user experience is improved.
Nineteenth embodiment
In the above embodiment, a method for using a conference collaboration tool is provided, and correspondingly, the application also provides a device for using the conference collaboration tool, where the device can be deployed at a collaboration tool server. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool use apparatus, comprising: the system comprises a corresponding relation acquisition unit, a webpage code acquisition unit and a webpage code providing unit.
The corresponding relation acquisition unit is used for acquiring the corresponding relation between the user and the collaborative tool; the webpage code acquisition unit is used for acquiring the webpage code of the collaboration tool corresponding to the target user according to the corresponding relation; a web page code providing unit for providing the web page code to a conference client related to the target user; the web page code is used for loading a collaboration tool page through a web page container by the conference client, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through the conference server.
In one example, the apparatus further includes an authentication unit configured to receive an authentication request for a target collaboration tool from a target user sent by the conference client; acquiring a webpage code of the target collaboration tool stored by the server side as a first webpage code; comparing the second webpage code of the target cooperative tool carried by the authentication request with the first webpage code, and if the first webpage code is the same as the second webpage code, sending authentication passing information back to the conference client so that the conference client loads the webpage of the target cooperative tool according to the authentication passing information.
Twentieth embodiment
In the above embodiment, a method for using a conference collaboration tool is provided, and correspondingly, the application also provides a method for using a conference collaboration tool for a conference client. The method corresponds to the eighteenth embodiment of the method described above. Since the method embodiment is substantially similar to the eighteen method embodiments, the description is relatively simple, and the relevant points are referred to the description of the tenth method embodiment. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool using method, which comprises the following steps:
step S2001: and acquiring collaborative tool information related to the user and provided by the collaborative tool server.
The user may be an enterprise employee. The collaboration tool related to the user can be an enterprise-level collaboration tool of an enterprise to which the user belongs, can be an enterprise department-level collaboration tool of a department to which the user belongs, can be a third party collaboration tool, can be a conference system side collaboration tool, and can be a user registration collaboration tool. The collaborative tool information may include collaborative tool names, tool icons, web page codes. The web page code includes code for invoking a collaborative tool application layer program interface in a web page language.
Step S2003: and acquiring the webpage code of the target collaboration tool according to the collaboration tool information.
In particular implementations, the collaboration tool information may include a plurality of collaboration tools, and the user may specify a target collaboration tool to obtain web page code for the target collaboration tool from the collaboration tool server.
Step S2005: and loading the collaborative tool page through a webpage container according to the webpage code.
Step S2007: and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
In one example, the method may further comprise the steps of: and the collaboration tool page acquires application information from the application system of the user through the application system program interface, and shares the application information through the conference server. By adopting the processing mode, when a user holds a network conference, the content of the own system of the user can be obtained through the collaboration tool, and then the content of the own system of the user can be shared between conference clients through the conference server, so that the participants can conveniently communicate with each other about own application information.
As can be seen from the above embodiments, the method for using a conference collaboration tool according to the embodiments of the present application obtains a correspondence between a user and a collaboration tool; acquiring a webpage code of a collaboration tool corresponding to the target user according to the corresponding relation; providing the webpage code to a conference client associated with the target user; the web page code is used for loading a collaboration tool page through a web page container by the conference client, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through the conference server. By adopting the processing mode, the conference client can only display the cooperative tools related to the conference client, so that other irrelevant cooperative tools are prevented from interfering with the user, and the user experience is improved. Meanwhile, the user can use the cooperative tool suitable for the office characteristics of the user, so that the conference communication effect and communication efficiency of the user are improved, and the tool cooperative performance is improved.
Twenty-first embodiment
In the above embodiment, a method for using a conference collaboration tool is provided, and correspondingly, the application also provides a device for using the conference collaboration tool, which can be deployed at a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The present application additionally provides a conference collaboration tool use apparatus, comprising: the collaboration tool comprises a collaboration tool information acquisition unit, a webpage code acquisition unit, a collaboration tool page loading unit and a collaboration tool content sharing unit.
The collaborative tool information acquisition unit is used for acquiring collaborative tool information related to a user provided by a collaborative tool server; the webpage code acquisition unit is used for acquiring the webpage code of the target collaboration tool according to the collaboration tool information, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language; the collaborative tool page loading unit is used for loading a collaborative tool page through a webpage container according to the webpage code; and the collaboration tool content sharing unit is used for calling a collaboration tool local layer program interface through the application layer program interface by the collaboration tool page, and calling a conference layer program interface by the local layer program interface so as to share collaboration tool content through a conference server.
In one example, the apparatus may further include: the application information acquisition unit is used for acquiring application information from the application system of the user through the application system program interface by the collaborative tool page, and sharing the application information through the conference server.
Twenty-second embodiment
In the foregoing embodiment, a method for using a collaboration tool for a conference is provided, and correspondingly, the application also provides a method for updating the collaboration tool for a collaboration tool server. The method corresponds to embodiment twenty of the method described above. Since the method embodiment is substantially similar to the method embodiment twenty, the description is relatively simple, and the relevant points are referred to the description of the method embodiment ten. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool updating method, which comprises the following steps:
step S2201: and acquiring collaborative tool updating information corresponding to the target user.
The update information includes, but is not limited to, at least one of the following: the collaboration tool adds information, the collaboration tool deletes information, and the collaboration tool web page code updates information.
Step S2203: and sending the update information to a conference client associated with the target user, so that the conference client updates a collaboration tool.
As can be seen from the above embodiments, in the conference collaboration tool updating method provided by the embodiments of the present application, collaboration tool updating information corresponding to a target user is obtained; and sending the update information to a conference client associated with the target user, so that the conference client updates a collaboration tool. By adopting the processing mode, the conference client can update the collaboration tool in the collaboration tool box of the conference client in real time before/during/after the conference, update the network code of the collaboration tool, and be beneficial to improving the conference communication effect and communication efficiency of users and improving tool collaboration.
Twenty-third embodiment
In the above embodiment, a method for updating a conference collaboration tool is provided, and correspondingly, the application also provides a device for updating a conference collaboration tool, which can be deployed at a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool updating device, comprising: an update information acquisition unit, an update information transmission unit. An update information acquisition unit configured to acquire collaborative tool update information corresponding to a target user; and the updating information sending unit is used for sending the updating information to the conference client related to the target user so that the conference client updates the collaboration tool.
Twenty-fourth embodiment
In the foregoing embodiment, a method for updating a conference collaboration tool is provided, and correspondingly, the present application further provides a method for updating a conference collaboration tool, which is used for a conference client. The method corresponds to the twenty-two phase embodiment of the method. Since the method embodiment is substantially similar to the twenty-second method embodiment, the description is relatively simple, and the relevant points are referred to the description of the tenth method embodiment. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool updating method, which comprises the following steps:
step S2401: and receiving collaborative tool updating information corresponding to the user and provided by the collaborative tool server.
The update information includes, but is not limited to, at least one of the following: the collaboration tool adds information, the collaboration tool deletes information, and the collaboration tool web page code updates information.
Step S2203: and updating the collaboration tool according to the collaboration tool updating information.
For example, tools are newly added to the collaborative tool box, tools are deleted, and icons, web page codes, and the like of collaborative tools are updated.
As can be seen from the above embodiments, in the method for updating a collaboration tool for a conference provided in the embodiments of the present application, collaboration tool update information corresponding to a user provided by a collaboration tool server is received; and updating the collaboration tool according to the collaboration tool updating information. By adopting the processing mode, the conference client can update the collaboration tool in the collaboration tool box of the conference client in real time before/during/after the conference, update the network code of the collaboration tool, and be beneficial to improving the conference communication effect and communication efficiency of users and improving tool collaboration.
Twenty-fifth embodiment
In the above embodiment, a method for updating a conference collaboration tool is provided, and correspondingly, the application also provides a device for updating a conference collaboration tool, which can be deployed at a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool updating device, comprising: an update information receiving unit, a collaborative tool updating unit. The updating information receiving unit is used for receiving the collaborative tool updating information corresponding to the user and provided by the collaborative tool server; and the collaborative tool updating unit is used for updating the collaborative tool according to the collaborative tool updating information.
Twenty-sixth embodiment
In the foregoing embodiment, a method for developing a conference collaboration tool is provided, and correspondingly, the present application further provides a method for sharing a conference collaboration tool, which is used for a conference client. This method corresponds to embodiment eight of the method described above. Since the method embodiment is substantially similar to the method embodiment eight, the description is relatively simple, and reference is made to the description of the method embodiment eight for relevant points. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool sharing method, which comprises the following steps:
step S2601: and acquiring the webpage codes of the collaboration tool provided by the collaboration tool server, wherein the webpage codes comprise codes for calling an application layer program interface of the collaboration tool by adopting a webpage language.
Step S2603: and loading the collaborative tool page through a webpage container according to the webpage code.
Step S2605: and the collaboration tool page calls an image drawing interface of the collaboration tool local layer through the application layer program interface to draw collaboration tool content into an image.
Step S2607: and fusing and rendering the collaborative tool content image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client.
As can be seen from the above embodiments, in the conference collaboration tool sharing method provided in the embodiments of the present application, a web code of a collaboration tool provided by a collaboration tool server is obtained, where the web code includes a code for calling an application layer program interface of the collaboration tool by using a web language; loading a collaborative tool page through a webpage container according to the webpage code; the collaboration tool page calls an image drawing interface of a collaboration tool local layer through the application layer program interface to draw collaboration tool content into an image; and fusing and rendering the collaborative tool content image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client. By adopting the processing mode, the collaborative tool content is fused with the video picture of the local client, and the fused picture is transmitted to the remote client, so that the conference communication effect and the user experience can be effectively improved.
Twenty-seventh embodiment
In the foregoing embodiment, a conference collaboration tool sharing method is provided, and correspondingly, the application further provides a conference collaboration tool sharing device, which can be deployed at a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool sharing device, including: the system comprises a webpage code acquisition unit, a page loading unit, a page image drawing unit, a fusion rendering unit and a fusion picture transmission unit.
The system comprises a web page code acquisition unit, a collaboration tool server and a collaboration tool server, wherein the web page code acquisition unit is used for acquiring web page codes of a collaboration tool provided by the collaboration tool server, and the web page codes comprise codes for calling an application layer program interface of the collaboration tool by adopting a web page language; the page loading unit is used for loading the collaborative tool page through the webpage container according to the webpage code; the page image drawing unit is used for calling an image drawing interface of a collaboration tool local layer through the application layer program interface by the collaboration tool page to draw collaboration tool contents into images; the fusion rendering unit is used for fusion rendering of the collaborative tool content image and the local video picture through the conference layer program interface; and the fusion picture transmission unit is used for transmitting the fusion picture to the remote conference client.
Twenty-eighth embodiment
In the foregoing embodiment, a method for developing a conference collaboration tool is provided, and correspondingly, the present application further provides a method for sharing a conference collaboration tool, which is used for a conference client. This method corresponds to embodiment eight of the method described above. Since the method embodiment is substantially similar to the method embodiment eight, the description is relatively simple, and reference is made to the description of the method embodiment eight for relevant points. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool sharing method, which comprises the following steps:
step S2801: and acquiring the webpage codes of the collaboration tool provided by the collaboration tool server, wherein the webpage codes comprise codes for calling an application layer program interface of the collaboration tool by adopting a webpage language.
Step S2803: and loading the collaborative tool page through a webpage container according to the webpage code.
Step S2805: and the collaboration tool page calls a window type tool sharing interface of the collaboration tool local layer through the application layer program interface to acquire a collaboration tool window.
Step S2807: the collaboration tool window is communicated to a teleconference client through a conference layer program interface.
As can be seen from the above embodiments, in the conference collaboration tool sharing method provided in the embodiments of the present application, a web code of a collaboration tool provided by a collaboration tool server is obtained, where the web code includes a code for calling an application layer program interface of the collaboration tool by using a web language; loading a collaborative tool page through a webpage container according to the webpage code; the collaboration tool page calls a window type tool sharing interface of a collaboration tool local layer through the application layer program interface to acquire a collaboration tool window; the collaboration tool window is communicated to a teleconference client through a conference layer program interface. By adopting the processing mode, the collaboration tool window is transmitted to the remote client, so that the conference communication effect and the communication efficiency can be effectively improved.
Twenty-ninth embodiment
In the foregoing embodiment, a conference collaboration tool sharing method is provided, and correspondingly, the application further provides a conference collaboration tool sharing device, which can be deployed at a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool sharing device, including: the system comprises a webpage code acquisition unit, a page loading unit, a window acquisition unit and a window transmission unit.
The system comprises a web page code acquisition unit, a collaboration tool server and a collaboration tool server, wherein the web page code acquisition unit is used for acquiring web page codes of a collaboration tool provided by the collaboration tool server, and the web page codes comprise codes for calling an application layer program interface of the collaboration tool by adopting a web page language; the page loading unit is used for loading the collaborative tool page through the webpage container according to the webpage code; the window acquisition unit is used for calling a window type tool sharing interface of a collaboration tool local layer through the application layer program interface by the collaboration tool page so as to acquire a collaboration tool window; and the window transmitting unit is used for transmitting the collaboration tool window to the remote conference client through the conference layer program interface.
Thirty-first embodiment
In the foregoing embodiment, a method for developing a conference collaboration tool is provided, and correspondingly, the present application further provides a method for sharing a conference collaboration tool, which is used for a conference client. This method corresponds to embodiment eight of the method described above. Since the method embodiment is substantially similar to the method embodiment eight, the description is relatively simple, and reference is made to the description of the method embodiment eight for relevant points. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool sharing method, which comprises the following steps:
step S3001: and acquiring the webpage codes of the collaboration tool provided by the collaboration tool server, wherein the webpage codes comprise codes for calling an application layer program interface of the collaboration tool by adopting a webpage language.
Step S3003: and loading the collaborative tool page through a webpage container according to the webpage code.
Step S3005: and the collaboration tool page calls a card type tool sharing interface of the local layer through the application layer program interface to generate a collaboration tool content card.
Step S3007: the collaboration tool content card is transmitted to the teleconferencing client through the conference layer program interface.
As can be seen from the above embodiments, in the conference collaboration tool sharing method provided in the embodiments of the present application, a web code of a collaboration tool provided by a collaboration tool server is obtained, where the web code includes a code for calling an application layer program interface of the collaboration tool by using a web language; loading a collaborative tool page through a webpage container according to the webpage code; the collaboration tool page calls a card type tool sharing interface of a local layer through the application layer program interface to generate a collaboration tool content card; the collaboration tool content card is transmitted to the teleconferencing client through the conference layer program interface. By adopting the processing mode, the collaboration tool window content is transmitted to the remote client in a card mode, so that the conference communication effect and the communication efficiency can be effectively improved.
Thirty-first embodiment
In the foregoing embodiment, a conference collaboration tool sharing method is provided, and correspondingly, the application further provides a conference collaboration tool sharing device, which can be deployed at a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool sharing device, including: the system comprises a webpage code acquisition unit, a page loading unit, a card generation unit and a card conveying unit.
The system comprises a web page code acquisition unit, a collaboration tool server and a collaboration tool server, wherein the web page code acquisition unit is used for acquiring web page codes of a collaboration tool provided by the collaboration tool server, and the web page codes comprise codes for calling an application layer program interface of the collaboration tool by adopting a web page language; the page loading unit is used for loading the collaborative tool page through the webpage container according to the webpage code; the card generation unit is used for calling a card type tool sharing interface of the local layer through the application layer program interface by the collaborative tool page so as to generate a collaborative tool content card; and the card transmitting unit is used for transmitting the collaboration tool content card to the remote conference client through the conference layer program interface.
Thirty-second embodiment
In the foregoing embodiment, a conference collaboration tool sharing method is provided, and correspondingly, the present application further provides a conference collaboration tool sharing method for a conference client. The method corresponds to the twenty-six embodiment of the method described above. Since the method embodiment is substantially similar to the twenty-sixth method embodiment, the description is relatively simple, and the relevant points are described in the twenty-sixth method embodiment. The method embodiments described below are merely illustrative.
The application also provides a conference collaboration tool sharing method, which comprises the following steps:
step S3201: and acquiring the webpage codes of the intelligent business card tool provided by the collaboration tool server, wherein the webpage codes comprise codes for calling an application layer program interface of the collaboration tool by adopting a webpage language.
Step S3203: and loading the intelligent business card tool page through a webpage container according to the webpage code.
Step S3205: and the intelligent business card tool page calls an image drawing interface of the collaboration tool local layer through the application layer program interface to draw the intelligent business card into an image.
Step S3207: and fusing and rendering the intelligent business card image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client.
In one example, the method may further comprise the steps of: acquiring a conference type; if the conference type is an internal conference, acquiring internal business card information of a user, and drawing the internal business card information into an image; and if the conference type is an external conference, acquiring external business card information of the user, and drawing the external business card information into an image. The internal business card information may include department information, job positions, etc. of the enterprise employee, and the external business card information may include personal information of the enterprise employee.
As can be seen from the above embodiments, in the conference collaboration tool sharing method provided in the embodiments of the present application, a web code of an intelligent business card tool provided by a collaboration tool server is obtained, where the web code includes a code for calling an application layer program interface of the collaboration tool by using a web language; loading an intelligent business card tool page through a webpage container according to the webpage code; the intelligent business card tool page calls an image drawing interface of a collaboration tool local layer through the application layer program interface to draw the intelligent business card into an image; and fusing and rendering the intelligent business card image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client. By adopting the processing mode, the business card of the local participant user is fused with the video picture of the local client, and the fused picture is transmitted to the remote client, so that the conference communication effect and the user experience can be effectively improved.
Thirty-third embodiment
In the foregoing embodiment, a conference collaboration tool sharing method is provided, and correspondingly, the application further provides a conference collaboration tool sharing device, which can be deployed at a conference client. The device corresponds to the embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The application additionally provides a conference collaboration tool sharing device, including: the system comprises a webpage code acquisition unit, a page loading unit, a page image drawing unit, a fusion rendering unit and a fusion picture transmission unit.
The system comprises a web page code acquisition unit, a processing unit and a processing unit, wherein the web page code acquisition unit is used for acquiring the web page code of an intelligent business card tool provided by a collaborative tool server, and the web page code comprises a code for calling a collaborative tool application layer program interface by adopting a web page language; the page loading unit is used for loading the intelligent business card tool page through the webpage container according to the webpage code; the page image drawing unit is used for calling an image drawing interface of a collaboration tool local layer through the application layer program interface by the intelligent business card tool page to draw the intelligent business card into an image; the fusion rendering unit is used for fusion rendering of the intelligent business card image and the local video picture through the conference layer program interface; and the fusion picture transmission unit is used for transmitting the fusion picture to the remote conference client.
In one example, the apparatus may further include: the business card information processing unit is used for acquiring the conference type; if the conference type is an internal conference, acquiring internal business card information of a user, and drawing the internal business card information into an image; and if the conference type is an external conference, acquiring external business card information of the user, and drawing the external business card information into an image.
Thirty-fourth embodiment
In the above embodiment, a method for processing a conference collaboration tool is provided, and corresponding to the method, the application also provides an electronic device. The device corresponds to an embodiment of the method described above. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
The electronic device of the present embodiment includes: a processor and a memory for storing a program for implementing any of the methods described above, the device being powered on and running the program of the method by the processor.
The memory may be implemented by any type of volatile or nonvolatile memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk.
In particular implementations, the electronic device may further include one or more of the following: a power component, an input/output (I/O) interface, and a communication component. The power supply assembly provides power to the various components of the electronic device. Power components may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for electronic devices. The I/O interface provides an interface between the processor 503 and peripheral interface modules, which may be a keyboard, click wheel, buttons, etc. The communication component is configured to facilitate wired or wireless communication between the electronic device and a user device (e.g., a smart phone, tablet, etc.).
It should be noted that, in the embodiments of the present application, the use of user data may be involved, and in practical applications, user specific personal data may be used in the schemes described herein within the scope allowed by applicable legal regulations in the country where the applicable legal regulations are met (for example, the user explicitly agrees to the user to actually notify the user, etc.).
While the preferred embodiment has been described, it is not intended to limit the invention thereto, and any person skilled in the art may make variations and modifications without departing from the spirit and scope of the present invention, so that the scope of the present invention shall be defined by the claims of the present application.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory, random Access Memory (RAM), and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (f.ash RAM), among other forms in computer readable media. Memory is an example of computer-readable media.
1. Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include non-transitory computer-readable media (trans itory med ia), such as modulated data signals and carrier waves.
2. It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.

Claims (18)

1. A conference collaboration tool development method, comprising:
acquiring a collaborative tool development kit, wherein the development kit provides a collaborative tool application layer program interface;
determining a target user;
acquiring a webpage code of a collaboration tool corresponding to the target user written based on the application layer program interface;
the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
2. The method as recited in claim 1, further comprising:
acquiring an application system program interface of the target user;
the acquiring the webpage code of the collaboration tool corresponding to the target user written based on the application layer program interface comprises the following steps:
acquiring the webpage codes written based on the application layer program interface and the application system program interface;
and the collaboration tool page acquires application information from the application system of the target user through the application system program interface, and shares the application information through the conference server.
3. The method of claim 1, wherein the step of determining the position of the substrate comprises,
the sharing mode of the collaboration tool content comprises the following steps: a sharing mode for fusing the collaborative tool content and the video picture;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
and the collaboration tool page calls an image drawing interface of a local layer through the application layer program interface to draw collaboration tool content into an image, fuses and renders the collaboration tool content image and a local video picture through the conference layer program interface, and transmits the fused picture to a remote conference client.
4. The method of claim 1, wherein the step of determining the position of the substrate comprises,
the sharing mode of the collaboration tool content comprises the following steps: a collaboration tool window sharing mode;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
the collaboration tool page calls a window type tool sharing interface of a local layer through the application layer program interface to acquire a collaboration tool window; the collaboration tool window is communicated to a teleconference client through a conference layer program interface.
5. The method of claim 1, wherein the step of determining the position of the substrate comprises,
the sharing mode of the collaboration tool content comprises the following steps: a card sharing mode;
the collaboration tool page invokes a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface invokes a conference layer program interface to enable collaboration tool content to be shared through a conference server, including:
the collaboration tool page calls a card type tool sharing interface of a local layer through the application layer program interface to generate a collaboration tool content card; the collaboration tool content card is transmitted to the teleconferencing client through the conference layer program interface.
6. A conference collaboration tool publishing method, comprising:
receiving a collaborative tool release request;
storing a first corresponding relation between a first user and a collaboration tool according to first user information, collaboration tool information and a webpage code of the collaboration tool carried by the collaboration tool release request, and storing the webpage code;
providing corresponding collaborative tool information for a conference client related to a first user according to the first corresponding relation;
the method comprises the steps that a conference client loads a collaboration tool page through a webpage container, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through a conference server.
7. A conference collaboration tool registration method, comprising:
receiving a collaborative tool user registration request;
and storing a second corresponding relation between the second user and the collaboration tool according to the second user information and the collaboration tool information carried by the collaboration tool user registration request, wherein the second corresponding relation is used for providing corresponding collaboration tool information for the conference client of the second user.
8. The method as recited in claim 7, further comprising:
acquiring a third corresponding relation between the first user and the second user;
acquiring a collaborative tool set corresponding to the second user according to the third corresponding relation and the first corresponding relation;
and if the collaborative tool information carried by the collaborative tool user registration request belongs to the collaborative tool set, storing a second corresponding relation between a second user and the collaborative tool.
9. A conference collaboration tool registration method, comprising:
acquiring a collaborative tool set;
and sending a collaborative tool user registration request to a collaborative tool server side, so that the server side stores a second corresponding relation between a second user and a collaborative tool according to second user information and collaborative tool information carried by the collaborative tool user registration request, wherein the second corresponding relation is used for providing corresponding collaborative tool information for a conference client side of the second user.
10. A method for using a conference collaboration tool, comprising:
acquiring a corresponding relation between a user and a collaborative tool;
acquiring a webpage code of a collaboration tool corresponding to the target user according to the corresponding relation;
Providing the webpage code to a conference client associated with the target user;
the web page code is used for loading a collaboration tool page through a web page container by the conference client, the collaboration tool page calls a collaboration tool local layer program interface through a collaboration tool application layer program interface, and the local layer program interface calls the conference layer program interface so that collaboration tool content is shared through the conference server.
11. The method as recited in claim 10, further comprising:
receiving an authentication request of a target user for a target collaboration tool, wherein the authentication request is sent by the conference client;
acquiring a webpage code of the target collaboration tool stored by the server side as a first webpage code;
comparing the second webpage code of the target cooperative tool carried by the authentication request with the first webpage code, and if the first webpage code is the same as the second webpage code, sending authentication passing information back to the conference client so that the conference client loads the webpage of the target cooperative tool according to the authentication passing information.
12. A method for using a conference collaboration tool, comprising:
Acquiring collaborative tool information related to a user provided by a collaborative tool server;
acquiring a webpage code of a target collaboration tool according to the collaboration tool information, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
loading a collaborative tool page through a webpage container according to the webpage code;
and the collaboration tool page calls a collaboration tool local layer program interface through the application layer program interface, and the local layer program interface calls a conference layer program interface so that collaboration tool content is shared through a conference server.
13. A conference collaboration tool update method, comprising:
acquiring collaborative tool updating information corresponding to a target user;
and sending the update information to a conference client associated with the target user, so that the conference client updates a collaboration tool.
14. The conference collaboration tool sharing method is characterized by comprising the following steps of:
acquiring a webpage code of a collaboration tool provided by a collaboration tool server, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
loading a collaborative tool page through a webpage container according to the webpage code;
The collaboration tool page calls an image drawing interface of a collaboration tool local layer through the application layer program interface to draw collaboration tool content into an image;
and fusing and rendering the collaborative tool content image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client.
15. The conference collaboration tool sharing method is characterized by comprising the following steps of:
acquiring a webpage code of a collaboration tool provided by a collaboration tool server, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
loading a collaborative tool page through a webpage container according to the webpage code;
the collaboration tool page calls a window type tool sharing interface of a collaboration tool local layer through the application layer program interface to acquire a collaboration tool window;
the collaboration tool window is communicated to a teleconference client through a conference layer program interface.
16. The conference collaboration tool sharing method is characterized by comprising the following steps of:
acquiring a webpage code of a collaboration tool provided by a collaboration tool server, wherein the webpage code comprises a code for calling a collaboration tool application layer program interface by adopting a webpage language;
Loading a collaborative tool page through a webpage container according to the webpage code;
the collaboration tool page calls a card type tool sharing interface of a local layer through the application layer program interface to generate a collaboration tool content card;
the collaboration tool content card is transmitted to the teleconferencing client through the conference layer program interface.
17. The conference collaboration tool sharing method is characterized by comprising the following steps of:
acquiring a webpage code of an intelligent business card tool provided by a collaborative tool server, wherein the webpage code comprises a code for calling a collaborative tool application layer program interface by adopting a webpage language;
loading an intelligent business card tool page through a webpage container according to the webpage code;
the intelligent business card tool page calls an image drawing interface of a collaboration tool local layer through the application layer program interface to draw the intelligent business card into an image;
and fusing and rendering the intelligent business card image and the local video picture through a conference layer program interface, and transmitting the fused picture to a remote conference client.
18. An electronic device, comprising:
a processor; and
a memory for storing a program for implementing the method according to any one of claims 1 to 17, the apparatus being powered on and running the program of the method by the processor.
CN202310154378.6A 2023-02-16 2023-02-16 Conference collaboration tool processing system, method and device Active CN116244010B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310154378.6A CN116244010B (en) 2023-02-16 2023-02-16 Conference collaboration tool processing system, method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310154378.6A CN116244010B (en) 2023-02-16 2023-02-16 Conference collaboration tool processing system, method and device

Publications (2)

Publication Number Publication Date
CN116244010A true CN116244010A (en) 2023-06-09
CN116244010B CN116244010B (en) 2024-09-03

Family

ID=86632684

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310154378.6A Active CN116244010B (en) 2023-02-16 2023-02-16 Conference collaboration tool processing system, method and device

Country Status (1)

Country Link
CN (1) CN116244010B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101216846A (en) * 2008-01-04 2008-07-09 清华大学 Emulated data visualized and cooperated sharing method
CN107656726A (en) * 2017-10-10 2018-02-02 北京元比特科技有限责任公司 A kind of internet information and Techno-sharing platform and method
CN111506317A (en) * 2020-04-22 2020-08-07 成都连心医疗科技有限责任公司 Code publishing deployment automation method and system based on multi-person collaborative office software
US20210173633A1 (en) * 2019-12-06 2021-06-10 Salesforce.Com, Inc. Rule-based dynamic command triggers in mobile applications
US11153532B1 (en) * 2020-12-29 2021-10-19 Atlassian Pty Ltd. Capturing and organizing team-generated content into a collaborative work environment
CN113721901A (en) * 2021-06-25 2021-11-30 国网安徽省电力有限公司 Low-code financial data analysis visualization engine
US20220342524A1 (en) * 2021-04-22 2022-10-27 Cisco Technology, Inc. Online conference tools for meeting-assisted content editing and posting content on a meeting board
CN115695388A (en) * 2022-11-03 2023-02-03 北京字跳网络技术有限公司 Control method and device for multimedia conference

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101216846A (en) * 2008-01-04 2008-07-09 清华大学 Emulated data visualized and cooperated sharing method
CN107656726A (en) * 2017-10-10 2018-02-02 北京元比特科技有限责任公司 A kind of internet information and Techno-sharing platform and method
US20210173633A1 (en) * 2019-12-06 2021-06-10 Salesforce.Com, Inc. Rule-based dynamic command triggers in mobile applications
CN111506317A (en) * 2020-04-22 2020-08-07 成都连心医疗科技有限责任公司 Code publishing deployment automation method and system based on multi-person collaborative office software
US11153532B1 (en) * 2020-12-29 2021-10-19 Atlassian Pty Ltd. Capturing and organizing team-generated content into a collaborative work environment
US20220342524A1 (en) * 2021-04-22 2022-10-27 Cisco Technology, Inc. Online conference tools for meeting-assisted content editing and posting content on a meeting board
CN113721901A (en) * 2021-06-25 2021-11-30 国网安徽省电力有限公司 Low-code financial data analysis visualization engine
CN115695388A (en) * 2022-11-03 2023-02-03 北京字跳网络技术有限公司 Control method and device for multimedia conference

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
顾中民: "微软扩展了 Teams 会议_协作软件的开发选项", pages 1 - 4, Retrieved from the Internet <URL:https://www.bilibili.com/read/cv13849393/> *

Also Published As

Publication number Publication date
CN116244010B (en) 2024-09-03

Similar Documents

Publication Publication Date Title
US20200090143A1 (en) System, Method, and Apparatus for Online Content Platform and Related Cryptocurrency
CN107979632A (en) The processing method of pushed information, apparatus and system
US20230396661A1 (en) Systems and methods for sharing content externally from a group-based communication platform
CN111585868B (en) Information processing method and device, computer equipment and readable storage medium
US20130262992A1 (en) Methods and systems for electronic editing and/or signing
US9742744B1 (en) Documents with location attributes for access and storage
CN111507689A (en) Service processing method, device, equipment and computer readable storage medium
WO2023071624A1 (en) Esop-based data management method, system, and device, and medium
CN113222724B (en) Bill processing method and device
CN112633862A (en) Bill management platform and method
WO2023151438A1 (en) Payment interaction processing
US10235529B1 (en) Tracking of web-based document access requests
Solarte-Rivera et al. Document management system based on a private blockchain for the support of the judicial embargoes process in Colombia
Škorić The application of digital technology in business registration
CN116244010B (en) Conference collaboration tool processing system, method and device
CN114490548A (en) File management method, device, equipment and computer readable storage medium
CN117113392A (en) Private data processing method, device, computer equipment and storage medium
US20220076250A1 (en) Blockchain enabled smart compliance
Palaiokrassas et al. Deploying blockchains for a new paradigm of media experience
CN114817395A (en) Digital asset association processing method and device, computer readable medium and electronic equipment
CN112860459A (en) Method, device and equipment for adjusting public accumulation fund payment parameters and storage medium
Siapera et al. Employing the once-only principle in the domain of the electronic public procurement
WO2024103998A1 (en) Blockchain-based data processing method and apparatus, and electronic device, computer-readable storage medium and computer program product
KR20200082186A (en) Method and system for automatic preparation of legal document
CN114650148B (en) Social application-based data communication method, device and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant