CN110309105B - Data processing method, system and equipment - Google Patents

Data processing method, system and equipment Download PDF

Info

Publication number
CN110309105B
CN110309105B CN201810246103.4A CN201810246103A CN110309105B CN 110309105 B CN110309105 B CN 110309105B CN 201810246103 A CN201810246103 A CN 201810246103A CN 110309105 B CN110309105 B CN 110309105B
Authority
CN
China
Prior art keywords
data
application programs
data storage
application
operating system
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.)
Active
Application number
CN201810246103.4A
Other languages
Chinese (zh)
Other versions
CN110309105A (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 Beijing Software Services Co Ltd
Original Assignee
Alibaba Beijing Software Services 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 Beijing Software Services Co Ltd filed Critical Alibaba Beijing Software Services Co Ltd
Priority to CN201810246103.4A priority Critical patent/CN110309105B/en
Publication of CN110309105A publication Critical patent/CN110309105A/en
Application granted granted Critical
Publication of CN110309105B publication Critical patent/CN110309105B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The embodiment of the invention provides a data processing method, a system and equipment, wherein the method comprises the following steps: acquiring data storage paths corresponding to the started N application programs respectively, wherein N is more than or equal to 1; receiving data processing instructions triggered by a user on M application programs in N application programs, wherein M is more than or equal to 1 and less than or equal to N; and processing the data under the data storage paths corresponding to the M application programs according to the data processing instructions. In the scheme, based on the premise that the operating system can obtain the data storage path used by each application program when the application programs run, if a user indicates that certain processing needs to be performed on the data generated when the application programs run when a plurality of application programs are terminated, the data generated by the application programs can be automatically processed through the operating system simply and conveniently at one time.

Description

Data processing method, system and equipment
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a data processing method, system, and device.
Background
The conference TV system is a system for realizing instant and interactive communication by transmitting data such as sound, image and file data to each other through a transmission line, multimedia equipment and various application programs by two or more individuals or groups in different places.
Currently, a video conference system is often applied to enterprises, and is a popular solution for enterprise conferences. When a user holds a conference using a video conferencing system, a lot of data such as user writing data generated using an electronic whiteboard application, sound, video data generated using an audio recording, video recording application, web browsing data generated using a browser application, etc. are generated during the conference.
The inventor finds that in the process of implementing the scheme provided by the embodiment of the invention, the actual application of the conference television system often meets the following requirements: the user reserves a meeting in a certain meeting room, but the meeting is interrupted due to the expiration of reserved time or accidents, the meeting room needs to be replaced again or the interrupted meeting is continued at another time, and at this time, the data generated in the process of the ongoing meeting needs to be saved for the subsequent recovery of the last meeting site. In addition, due to data security concerns or privacy concerns, the user may want to be aware of the data generated during the conference when ending the conference. Therefore, there is an urgent need to provide a solution that is simple and convenient to implement and can meet the above requirements.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a data processing method, system and device, so as to simply and conveniently process data generated by an application program to meet the requirements of a user.
In a first aspect, an embodiment of the present invention provides a data processing method, applied to an operating system, including:
acquiring data storage paths corresponding to the started N application programs respectively, wherein N is more than or equal to 1;
receiving data processing instructions triggered by a user on M application programs in the N application programs, wherein M is more than or equal to 1 and less than or equal to N;
and processing the data under the data storage paths corresponding to the M application programs according to the data processing instruction.
In a second aspect, an embodiment of the present invention provides a data processing apparatus, applied to an operating system, including:
the acquisition module is used for acquiring data storage paths corresponding to the N started application programs respectively, wherein N is more than or equal to 1;
the receiving module is used for receiving data processing instructions triggered by a user on M application programs in the N application programs, wherein M is more than or equal to 1 and less than or equal to N;
and the processing module is used for processing the data under the data storage paths corresponding to the M application programs according to the data processing instruction.
In a third aspect, an embodiment of the present invention provides an electronic device, including a processor and a memory, where the memory is configured to store one or more computer instructions, and the one or more computer instructions implement the data processing method in the first aspect when executed by the processor. The electronic device may also include a communication interface for communicating with other devices or communication networks.
An embodiment of the present invention provides a computer storage medium storing a computer program that causes a computer to implement the data processing method in the first aspect.
In a fourth aspect, an embodiment of the present invention provides a data processing method, applied to an application program, including:
providing a data storage path used in the running process for an operating system;
and if the data clearing notification sent by the operating system is received, clearing the data under the data storage path.
In a fifth aspect, an embodiment of the present invention provides a data processing apparatus, applied to an application program, including:
the sending module is used for providing a data storage path used in the running process for the operating system;
and the processing module is used for clearing the data under the data storage path if the data clearing notification sent by the operating system is received.
In a sixth aspect, an embodiment of the present invention provides an electronic device, including a processor and a memory, where the memory is configured to store one or more computer instructions, and the one or more computer instructions implement the data processing method in the fourth aspect when executed by the processor. The electronic device may also include a communication interface for communicating with other devices or communication networks.
An embodiment of the present invention provides a computer storage medium storing a computer program that causes a computer to implement the data processing method in the fourth aspect described above when executed.
In a seventh aspect, an embodiment of the present invention provides a data processing system, including:
an operating system and a plurality of applications running on the operating system;
any application program in the plurality of application programs is used for providing a data storage path used in the running process for the operating system;
the operating system is used for acquiring data storage paths corresponding to N started application programs in the application programs, wherein N is more than or equal to 1; receiving data processing instructions triggered by a user on M application programs in the N application programs, wherein M is more than or equal to 1 and less than or equal to N; and processing the data under the data storage paths corresponding to the M application programs according to the data processing instruction.
In an eighth aspect, an embodiment of the present invention provides another data processing method, applied to a videoconference system, including:
acquiring data storage paths corresponding to N conference application programs started during the use period of the video conference system, wherein N is more than or equal to 1;
responsive to ending operation using the video conferencing system, presenting a data processing operation interface;
receiving a data processing instruction triggered by a user on the data processing operation interface for M conference application programs in the N conference application programs, wherein M is more than or equal to 1 and less than or equal to N;
and processing the data under the data storage paths corresponding to the M conference application programs according to the data processing instruction.
The data processing method provided by the embodiment of the invention can be used for a video conference system architecture, when a user starts some application programs in the video conference system, such as a video conference and an electronic whiteboard, the started application programs can provide the data storage paths used in the running process for the operating system, so that the operating system can learn the data storage paths of all the started application programs. Based on the above, when the operating system receives a data processing instruction triggered by the user and used for processing all or part of the started application programs, for example, when the user triggers the data operation of clearing or saving the application programs generated in the current conference process when finishing the current video conference, the operating system can perform corresponding clearing or saving processing on the data stored in the data saving paths corresponding to the application programs according to the obtained data saving paths of the application programs. In the scheme, based on the premise that the operating system can obtain the data storage path used by each application program when the application programs run, if a user indicates that certain processing needs to be performed on the data generated when the application programs run when a plurality of application programs are terminated, the data generated by the application programs can be automatically processed through the operating system simply and conveniently at one time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of a data processing system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating an interface operation when the data processing system according to the embodiment of the present invention is implemented as a video conference system;
FIG. 3 is a flowchart of a first embodiment of a data processing method according to an embodiment of the present invention;
FIG. 4 is a flowchart of a second embodiment of a data processing method according to an embodiment of the present invention;
FIG. 5 is a flowchart of a third embodiment of a data processing method according to an embodiment of the present invention;
FIG. 6 is a flowchart of a fourth embodiment of a data processing method according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of a data processing apparatus according to an embodiment of the present invention;
FIG. 8 is a schematic diagram of an electronic device corresponding to the data processing apparatus according to the embodiment shown in FIG. 7
FIG. 9 is a schematic diagram of another data processing apparatus according to an embodiment of the present invention;
fig. 10 is a schematic structural diagram of an electronic device corresponding to the data processing apparatus provided in the embodiment shown in fig. 9.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this application and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise, the "plurality" generally includes at least two, but does not exclude the case of at least one.
It should be understood that the term "and/or" as used herein is merely one relationship describing the association of the associated objects, meaning that there may be three relationships, e.g., a and/or B, may represent: a exists alone, A and B exist together, and B exists alone. In addition, the character "/" herein generally indicates that the front and rear associated objects are an "or" relationship.
The words "if", as used herein, may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrase "if determined" or "if detected (stated condition or event)" may be interpreted as "when determined" or "in response to determination" or "when detected (stated condition or event)" or "in response to detection (stated condition or event), depending on the context.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a product or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such product or system. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a commodity or system comprising such elements.
In addition, the sequence of steps in the method embodiments described below is only an example and is not strictly limited.
FIG. 1 is a schematic diagram of a data processing system according to an embodiment of the present invention. The data processing system can be deployed in any terminal device, such as a PC, a notebook, etc. running various applications. In practice, the data processing system may be implemented, for example, as a video conferencing system.
As shown in fig. 1, the data processing system includes: an operating system and a plurality of applications running on the operating system.
The data processing system mainly processes data by the following steps: when the user exits the use of the plurality of applications, the data generated by the plurality of applications may be entirely saved or purged based on a user-triggered operation to save or purge the data generated by the plurality of applications when running.
To achieve this, first, any one of a plurality of application programs needs to provide a data saving path used in its running process to an operating system. Based on the data storage paths, N is larger than or equal to 1, corresponding to the N started application programs in the application programs can be obtained by the operating system. And if the operating system receives a data processing instruction triggered by a user on M application programs in the N application programs, wherein M is more than or equal to 1 and less than or equal to N, namely the data processing instruction indicates that certain processing needs to be carried out on data generated by the M application programs, at the moment, the operating system carries out corresponding processing on the data under the data storage paths corresponding to the M application programs according to the data processing instruction.
In connection with fig. 2, taking the implementation of the data processing system as a video conference system as an example, the operating system refers to an operating system of a terminal device where the video conference system is deployed, and the plurality of application programs are a plurality of application programs supported by the video conference system, and different application programs provide different available functions for users. As shown in fig. 2, applications commonly found in a video conference system include, for example: electronic whiteboards, video calls, external sources, etc.
During a video conference held by a user, the user may use some or all of the applications. When an application is started to run, the application will transmit the data storage path used during its running to the operating system. How an application program specifically implements a process of transmitting a data save path to an operating system will be described in detail in the following embodiments.
When the user wants to end the tv conference, optionally, the user may enter into the user interface shown in the first diagram in fig. 2, and trigger the operation of ending the tv conference by clicking the "end" button shown in the user interface, at this time, an operation interface shown in the second diagram in fig. 2 may be popped up on the user interface, where the operation interface may specifically be a dialog box, where the dialog box is used to ask the user whether the user needs the data generated by each application program during the current conference and whether the user needs to clear the data generated by each application program during the current conference, so the user may make a selection based on the actual requirement. Therefore, the data processing instruction corresponds to the selection operation of the user, and if the user selects to save (i.e. the user selects to "end the conference and save" illustrated in fig. 2), the data processing instruction is an instruction for saving the data generated by the application program; if the user selects to clear (i.e., the user selects "end meeting not save" as illustrated in FIG. 2), the data processing instructions are instructions to clear the data generated by the application.
Taking the videoconference system shown in fig. 2 as an example, during a conference, the user may use N applications, and in an alternative embodiment, when ending the conference, the user may make a selection to save or clear the data generated by all the N applications used by the conference. In another alternative embodiment, when the conference is ended, the user may also make a selection to save or clear the data generated by some applications, such as M applications, of the N applications used in the conference. Thus, N application identifications launched during the present meeting can be displayed on the interface for the user to select all or part to trigger the selection of save or purge.
Assuming that the user selects to perform data clearing processing on M application programs (application program 1, application program 2, and application program 3 illustrated in fig. 1) of the N application programs, at this time, since the operating system has already obtained the data saving paths corresponding to the M application programs, the operating system may optionally perform an operation of clearing the data stored under the data saving paths corresponding to the M application programs, as illustrated in fig. 1; or, alternatively, the operating system may also send a data clearing notification to the M applications to notify the M applications to clear the data under the respective data storage paths; alternatively, the operating system may perform the operation of clearing the data generated by the M applications by itself, and notify the M applications to clear the data generated by each. The two-fold guarantee is provided for the purging operation by both the operating system and the M application programs, because in some cases, the operating system may not be able to purge the data in some data storage paths, for example, if an application program has a data storage path on the server side, i.e. the network side, the operating system may not be able to directly purge the data in the data storage path of the server side, at this time, the application program is notified to also perform the data purging operation, so that it is ensured that the data stored in the data storage path of the server side can also be purged reliably.
Assuming that the user selects to perform data saving processing on M application programs in the N application programs, as shown in fig. 1, at this time, since the operating system has already obtained the data saving paths corresponding to the M application programs, the operating system may package and store the data stored in the data saving paths corresponding to the M application programs, so as to achieve the purpose of saving the data generated by the M application programs.
In summary, in the application scenario of the video conference system, assuming that N applications started during the use period of the video conference system are referred to as N conference applications, such as electronic whiteboard, video call, etc., the processing procedure of data generated by the N conference applications started during the use period of the video conference system may be as follows:
acquiring data storage paths corresponding to N conference application programs started during the use period of the video conference system;
responsive to ending operation of using the videoconference system, displaying a data processing operation interface;
receiving a data processing instruction triggered by a user on a data processing operation interface for M conference application programs in N conference application programs;
And processing the data under the data storage paths corresponding to the M conference application programs according to the data processing instructions.
The data processing operation interface may be as shown in fig. 2. The data processing instruction may be a data save instruction or a data clear instruction. The specific implementation process of each step may refer to some method embodiments, where the specific implementation method provided by the following method embodiments may be applicable to, but not limited to, a scenario of the video conference system, and data generated by a plurality of corresponding applications started during use of any service system may be processed based on the following method embodiments.
The above embodiments only briefly introduce the core idea of data processing of the data processing system, and the following describes specific execution logic of the operating system and the application program when implementing the data processing method provided by the embodiments of the present invention, where the specific execution logic stands in the operating system and the application program respectively.
Fig. 3 is a flowchart of a first embodiment of a data processing method according to an embodiment of the present invention, where an execution body of the data processing method in this embodiment may be the operating system shown in fig. 1. As shown in fig. 3, the method comprises the steps of:
301. And acquiring data storage paths corresponding to the started N application programs respectively.
Assuming that N applications are used in a certain use process of the user, the operating system may obtain data storage paths of the N applications by the following manner:
receiving notification messages sent by N application programs when the N application programs are started, wherein the notification messages comprise corresponding application program identifiers;
determining default data storage paths corresponding to the N application programs according to the application program identifiers;
a dynamic data storage path registered by each of the N application programs in the running process is received.
Thus, in this embodiment, the data storage paths corresponding to the N applications may include default data storage paths corresponding to the N applications, or include default data storage paths and dynamic data storage paths corresponding to the N applications.
In fact, for any application program, when the application program is initially installed, the operating system may provide a configuration function of a default data saving path of the application program, so that a user configures the default data saving path of the application program, and saves a correspondence between an application program identifier and the default data saving path, where the default data saving path is used to store all or part of data generated in the running process of the application program.
Based on this, when a certain application is started, the application notifies the operating system, that is, sends a notification message carrying the application identifier to the operating system, so that the operating system determines a default data saving path corresponding to the application based on the correspondence.
In practical applications, the notification message may be implemented by registering a listener with the operating system, where the listener is equivalent to establishing an interaction channel between the application and the operating system. That is, the application, when started, registers with the operating system a listener to interact with the operating system through the listener, where the interaction may include sending a notification message to the operating system as described above, and the interaction may also include the operating system sending a data clear notification to the application as described below.
In addition, during the running process of the application program after being started, a data saving path may be dynamically created, and in the embodiment of the present invention, the data saving path is called a dynamic data saving path. For example, assuming the application is an electronic whiteboard application, the user triggers a screen capture operation during use, so that the electronic whiteboard application will store the screen capture image under a locally dynamically created data-saving path (referred to as a local dynamic data-saving path). For another example, assuming that the application is a data sharing application, it may store certain data input by a user into a storage space applied to a server in real time, where the storage space is called a server dynamic data storage path. Therefore, in the embodiment of the present invention, the dynamic data storage path used by the application program in the running process may include a local dynamic data storage path and/or a server dynamic data storage path.
Thus, if the application program creates the local dynamic data saving path and/or the server dynamic data saving path during the running process, the local dynamic data saving path and/or the server dynamic data saving path needs to be registered to the operating system, that is, notified to the operating system.
302. And receiving data processing instructions triggered by a user to M application programs in the N application programs.
303. And processing the data under the data storage paths corresponding to the M application programs according to the data processing instructions.
It is mentioned in the description of the scenario shown in fig. 2 that when the user ends the use of N applications, the data saving or clearing operation may be triggered for all or some of the N applications. In this embodiment, it is assumed that the user triggers a data processing instruction for M applications therein, where M may be equal to N or less than N. The data processing instruction may be a data save instruction or a data clear instruction.
In an alternative embodiment, when receiving a data saving instruction triggered by a user to M applications, the operating system may generate data packets corresponding to the M applications, which is equivalent to performing a packaging process on data generated by the M applications.
The data packet correspondingly stores the identifications of the M application programs, the data storage path identifications corresponding to the M application programs and the data stored under the data storage paths corresponding to the M application programs.
For example, taking M applications as application 1 and application 2 as examples, assume that the data storage path corresponding to application 1 includes path a1, path a2, and path a3, where data stored under path a1 is data1, data stored under path a2 is data2, and data stored under path a3 is data3. And assume that the data saving path corresponding to the application program 2 includes a path b1, a path b2, and a path b3, wherein data stored under the path b1 is data4, data stored under the path b2 is data5, and data stored under the path b3 is data6. In this example, the internal composition of the data packet may be: taking the application program 1 and the path a1 as indexes of data1, taking the application program 1 and the path a2 as indexes of data2, and taking the application program 1 and the path a3 as indexes of data 3; similarly, the application 2 and the path b1 are used as indexes of data4, the application 2 and the path b2 are used as indexes of data5, and the application 2 and the path b3 are used as indexes of data6, so that the application identification, the data storage path identification and the corresponding storage of data are realized.
It should be noted that, the foregoing description may include a server dynamic data saving path in the data saving path corresponding to the application program, where the server dynamic data saving path is located in the server on the network side, when part of the data generated by the application program is saved in the server dynamic data saving path, the operating system may not save the data stored in the server dynamic data saving path into the data packet when executing to save the data generated by the application program, so that the data in the server dynamic data saving paths of the M application programs are not stored in the data packet.
In another alternative embodiment, when receiving a data clearing instruction triggered by a user to M applications, the operating system may send a data clearing notification to the M applications, so that the M applications clear data stored in respective corresponding data storage paths, or at the same time, the operating system may execute a process of clearing data generated by the M applications according to the data storage paths corresponding to the M applications that have been obtained.
It should be noted that, the foregoing description may include a server dynamic data saving path in the data saving path corresponding to the application program, where the server dynamic data saving path is located in a server on the network side, when part of data generated by the application program is saved in the server dynamic data saving path, when the operating system executes to clear the data generated by the application program, since the server dynamic data saving path is not local, the operating system cannot clear the data in the server dynamic data saving path, and therefore, when the operating system executes the data clearing operation, the operating system generally clears the data in the default data saving path and the local dynamic data saving path corresponding to each of the M application programs. And the data under the dynamic data storage path of the server can be cleared by the corresponding application program.
In summary, the operating system obtains the data storage paths used by the running of the plurality of application programs, so that when the user exits from using the plurality of application programs and indicates that the data generated by the application programs need to be stored or cleared, the operating system can automatically process the data generated by the application programs simply and conveniently at one time.
Fig. 4 is a flowchart of a second embodiment of a data processing method according to an embodiment of the present invention, where an execution body of the data processing method in this embodiment may be the operating system shown in fig. 1. As shown in fig. 4, the steps may be included as follows:
401. and receiving notification messages sent by N application programs at the starting time, wherein the notification messages comprise corresponding application program identifiers.
402. And determining the default data storage paths corresponding to the N application programs according to the application program identifiers.
403. And receiving dynamic data storage paths registered in the running process of each of N application programs, wherein the dynamic data storage paths comprise local dynamic data storage paths and server dynamic data storage paths.
404. And receiving data storage instructions triggered by a user to M application programs in the N application programs.
405. Data packets corresponding to the M applications are generated.
The data packet correspondingly stores the identifications of the M application programs, the data storage path identifications corresponding to the M application programs and the data stored under the data storage paths corresponding to the M application programs. The data storage path identifiers corresponding to the M application programs do not include the corresponding server dynamic data storage path identifiers, so that the data under the server dynamic data storage paths of the M application programs are not stored in the data packet.
The specific implementation process of the above steps is referred to the description in the foregoing embodiments, and is not repeated here.
406. And receiving data recovery instructions triggered by the user on the M application programs.
407. And correspondingly storing the stored data of the M application programs into the data storage paths corresponding to the M application programs according to the data packet.
In the foregoing, taking the video conference scenario as an example, the user terminates the use of the N applications because the user ends the conference, but if the conference is interrupted accidentally, for example, because the conference room reservation time has arrived, the user often wants to resume the conference scene at the next conference, for example, the user changes to another conference room and continues to be interrupted.
Thus, based on the foregoing results of saving the data generated during the last meeting by the M applications, the operating system may help the user recover the data generated by the applications during the last meeting.
In practical application, when the user reenters the video conference system, the user interface can be prompted whether to resume the last conference, if the user selects yes, the operating system considers that the data recovery instruction is triggered by the user for M application programs used last time. At this time, the operating system stores the data of the M applications under the data storage paths corresponding to the M applications according to the correspondence between the application identifiers, the data storage path identifiers, and the data in the data packet in which the data of the M applications is stored. Thus, when the user again uses one of the applications, the last generated data of that application still exists.
Fig. 5 is a flowchart of a third embodiment of a data processing method according to an embodiment of the present invention, where an execution body of the data processing method in this embodiment may be the operating system shown in fig. 1. As shown in fig. 5, the steps may be included as follows:
501. and receiving notification messages sent by N application programs at the starting time, wherein the notification messages comprise corresponding application program identifiers.
502. And determining the default data storage paths corresponding to the N application programs according to the application program identifiers.
503. And receiving dynamic data storage paths registered in the running process of each of N application programs, wherein the dynamic data storage paths comprise local dynamic data storage paths and server dynamic data storage paths.
504. And receiving a data clearing instruction triggered by a user to M application programs in the N application programs.
505. And clearing data under the default data storage paths and the local dynamic data storage paths corresponding to the M application programs respectively.
506. And sending a data clearing notification to the M application programs so that the M application programs clear the data stored in the corresponding data storage paths.
The specific implementation process of the above steps is referred to the description in the foregoing embodiments, and is not repeated here.
507. And restarting the K application programs if the clearing confirmation response sent by the K application programs in the M application programs is not received within the preset time after the data clearing notification is sent.
508. And sending a data clearing notification to the K application programs so that the K application programs clear the data stored in the corresponding data storage paths.
In this embodiment, when the operating system notifies any application program of the M application programs that the application program clears the generated data, the application program may not perform the data clearing process due to abnormal operation, such as jamming, of the application program, and the operating system does not know the situation, so that the data clearing operation of the application program cannot be reliably performed, because the data clearing process of the application program is performed at the same time even if the operating system performs the data clearing process of the application program, but as mentioned in the foregoing embodiment, the operating system may not be able to completely clear the data generated by the application program, such as cannot clear the data of the application program stored in the server side dynamic data storage path.
For this reason, the following clear guarantee mechanism is provided in the present embodiment:
the method comprises the steps that after data clearing processing is executed, an application program is provided to feed back a clearing confirmation response to an operating system, and therefore if the operating system does not receive the clearing confirmation response sent by the application program within a preset time after the data clearing notification is sent to the application program, the application program is considered to be abnormal. At this point, the operating system kills and restarts the application to exclude the application exception from the data cleanup process. And after restarting the application program, the operating system sends a data clearing notification to the application program again so that the application program executes a data clearing operation.
It should be noted that, if the operating system restarts the application program and notifies the application program again to perform the data cleaning process, the operating system outputs a cleaning failure prompt message on the interface at this time to prompt the user that the data cleaning of the application program fails, so that the user can manually perform the data cleaning process.
Fig. 6 is a flowchart of a fourth embodiment of a data processing method according to an embodiment of the present invention, where an execution body of the data processing method in the embodiment may be the application program shown in fig. 1. As shown in fig. 6, the steps may be included as follows:
601. And providing the data storage path used in the running process for an operating system.
602. And if the data clearing notification sent by the operating system is received, clearing the data under the data storage path.
603. And if the data under the data storage path is successfully cleared, sending a clearing confirmation response to the operating system.
Specifically, when the application program is started, a notification message including an application program identifier is sent to the operating system, so that the operating system determines a default data storage path corresponding to the application program according to a corresponding relation between the pre-stored application program identifier and the default data storage path.
In addition, if the application program creates a dynamic data saving path during the running process, the dynamic data saving path is also registered with the operating system. The dynamic data storage path comprises a local dynamic data storage path and/or a server dynamic data storage path.
Thus, the data saving path used in the running process of the application program may include: the default data saving path may even further include a local dynamic data saving path and/or a server dynamic data saving path.
It should be noted that, in this embodiment, the application program provides the data saving path used in the running process to the operating system, and may also be used to enable the operating system to save the data generated in the running process of the application program based on the operation of the user after the application program is terminated, as described in the foregoing embodiment.
The parts of the present embodiment that are not described in detail are referred to the description of the foregoing embodiments, and are not repeated here.
A data processing apparatus of one or more embodiments of the present invention will be described in detail below. Those skilled in the art will appreciate that these data processing devices may be configured using commercially available hardware components through the steps taught by the present solution.
Fig. 7 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention, as shown in fig. 7, where the apparatus includes: an acquisition module 11, a receiving module 12 and a processing module 13.
The acquisition module 11 is configured to acquire data storage paths corresponding to the N started application programs, where N is greater than or equal to 1.
The receiving module 12 is configured to receive a data processing instruction triggered by a user to M application programs in the N application programs, where M is greater than or equal to 1 and N is greater than or equal to N.
And the processing module 13 is configured to process data under the data storage paths corresponding to the M application programs according to the data processing instruction.
Alternatively, the acquiring module 11 may be configured to:
receiving notification messages sent by the N application programs when the N application programs are started, wherein the notification messages comprise corresponding application program identifiers; determining default data storage paths corresponding to the N application programs according to the application program identifiers; receiving a dynamic data storage path registered in the running process of each of the N application programs; thus, the data storage paths corresponding to the N applications respectively include a default data storage path and a dynamic data storage path corresponding to the N applications respectively.
Alternatively, the receiving module 12 may be configured to: and receiving a data storage instruction triggered by a user to M application programs in the N application programs.
Accordingly, the processing module 13 may be configured to: generating a data packet corresponding to the M application programs, wherein the data packet correspondingly stores the identifications of the M application programs, the data storage path identifications corresponding to the M application programs and the data stored under the data storage paths corresponding to the M application programs.
Optionally, the dynamic data storage path includes a local dynamic data storage path and/or a server dynamic data storage path; and the data packet does not store the data under the dynamic data storage paths of the server side of the M application programs.
Optionally, the receiving module 12 may also be configured to: and receiving data recovery instructions triggered by the user to the M application programs.
Accordingly, the processing module 13 may also be configured to: and correspondingly storing the stored data of the M application programs under the data storage paths corresponding to the M application programs according to the data packet.
Optionally, the receiving module 12 may also be configured to: and receiving a data clearing instruction triggered by a user to M application programs in the N application programs.
Accordingly, the processing module 13 may also be configured to: and sending a data clearing notification to the M application programs so that the M application programs clear the data stored in the corresponding data storage paths, and clear the data in the default data storage paths and the local dynamic data storage paths corresponding to the M application programs. The dynamic data storage path comprises a local dynamic data storage path and/or a server dynamic data storage path.
Alternatively, the processing module 13 may be further configured to: if the clearing confirmation response sent by K application programs in the M application programs is not received within the preset time after the data clearing notification is sent, restarting the K application programs, wherein K is more than or equal to 1; and sending a data clearing notification to the K application programs so that the K application programs clear the data stored in the data storage paths corresponding to the K application programs.
The apparatus of fig. 7 may perform the method of the embodiment of fig. 1-5, and reference is made to the relevant description of the embodiment of fig. 1-5 for parts of this embodiment not described in detail. The implementation process and the technical effect of this technical solution are described in the embodiments shown in fig. 1 to 5, and are not described herein.
The internal functions and structures of the data processing apparatus have been described above, and in one possible design, the structure of the data processing apparatus may be implemented as an electronic device, such as a terminal device carrying a video conference system, etc., as shown in fig. 8, which may include: a processor 21 and a memory 22. Wherein the memory 22 is for storing a program for supporting the data processing apparatus to perform the data processing method provided in the embodiments shown in fig. 1-5 described above, and the processor 21 is configured for executing the program stored in the memory 22.
The program comprises one or more computer instructions which, when executed by the processor 21, are capable of carrying out the steps of:
acquiring data storage paths corresponding to the started N application programs respectively, wherein N is more than or equal to 1;
receiving data processing instructions triggered by a user on M application programs in the N application programs, wherein M is more than or equal to 1 and less than or equal to N;
and processing the data under the data storage paths corresponding to the M application programs according to the data processing instruction.
Optionally, the processor 21 is further configured to perform all or part of the steps in the embodiments shown in fig. 1-5.
The structure of the data processing apparatus may further include a communication interface 23, which is used for the data processing apparatus to communicate with other devices or a communication network.
In addition, an embodiment of the present invention provides a computer storage medium for storing computer software instructions for use by a data processing apparatus, where the computer storage medium includes a program for executing the data processing method according to the embodiment of the method shown in fig. 1 to 5.
Fig. 9 is a schematic structural diagram of another data processing apparatus according to an embodiment of the present invention, as shown in fig. 9, where the apparatus includes: a transmitting module 31 and a processing module 32.
And the sending module 31 is used for providing the data storage path used in the running process to the operating system.
And the processing module 32 is configured to clear the data in the data storage path if a data clearing notification sent by the operating system is received.
Alternatively, the sending module 31 may be configured to: when the method is started, a notification message comprising an application program identifier is sent to an operating system, wherein the application program identifier is used for enabling the operating system to determine a default data storage path corresponding to the application program; and registering the dynamic data storage path created in the running process to the operating system.
Optionally, the sending module 31 may be further configured to: and if the data under the data storage path is successfully cleared, sending a clearing confirmation response to the operating system.
The apparatus shown in fig. 9 may perform the method of the embodiment shown in fig. 6, and reference is made to the relevant description of the embodiment shown in fig. 6 for parts of this embodiment not described in detail. The implementation process and the technical effect of this technical solution are described in the embodiment shown in fig. 6, and are not described herein.
The internal functions and structures of the data processing apparatus have been described above, and in one possible design the structure of the data processing apparatus may be implemented as an electronic device, which may be, for example, a terminal device carrying a videoconferencing system. As shown in fig. 10, the electronic device may include: a processor 41 and a memory 42. Wherein the memory 42 is for storing a program for supporting the data processing apparatus to execute the data processing method provided in the embodiment shown in fig. 6 described above, and the processor 41 is configured to execute the program stored in the memory 42.
The program comprises one or more computer instructions which, when executed by the processor 41, are capable of carrying out the steps of:
Providing a data storage path used in the running process for an operating system;
and if the data clearing notification sent by the operating system is received, clearing the data under the data storage path.
Optionally, the processor 41 is further configured to perform all or part of the steps in the embodiment shown in fig. 6.
The data processing apparatus may further comprise a communication interface 43 for communicating the data processing apparatus with other devices or a communication network.
In addition, an embodiment of the present invention provides a computer storage medium for storing computer software instructions for use by a data processing apparatus, which includes a program for executing the data processing method according to the embodiment of the method shown in fig. 6.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by adding necessary general purpose hardware platforms, or may be implemented by a combination of hardware and software. Based on such understanding, the foregoing aspects, in essence and portions contributing to the art, may be embodied in the form of a computer program product, which 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, etc.) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
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 in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
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 transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (12)

1. A data processing method, for use in an operating system, the method comprising:
receiving notification messages sent by N application programs when the N application programs are started by using monitors corresponding to the N application programs respectively, wherein the notification messages comprise corresponding application program identifiers, and the N application programs belong to the same application system, and N is more than or equal to 1;
determining default data storage paths corresponding to the N application programs according to the application program identifiers;
receiving a dynamic data storage path registered in the running process of each of the N application programs through a monitor corresponding to each of the N application programs;
receiving a data processing instruction triggered by a user to M application programs in the N application programs when the user exits from using the application system, wherein M is more than or equal to 1 and less than or equal to N;
processing the data under the data storage paths corresponding to the M application programs according to the data processing instruction
The data processing instruction includes a data saving instruction, and the processing, according to the data processing instruction, the data under the data saving paths corresponding to the M application programs includes:
generating a data packet corresponding to the M application programs, wherein the data packet correspondingly stores the identifications of the M application programs, the data storage path identifications corresponding to the M application programs and the data stored under the data storage paths corresponding to the M application programs.
2. The method according to claim 1, wherein the dynamic data storage path comprises a local dynamic data storage path and/or a server dynamic data storage path; and the data packet does not store the data under the dynamic data storage paths of the server side of the M application programs.
3. The method according to claim 1 or 2, characterized in that the method further comprises:
receiving data recovery instructions triggered by a user to the M application programs;
and correspondingly storing the stored data of the M application programs under the data storage paths corresponding to the M application programs according to the data packet.
4. The method of claim 1, wherein receiving data processing instructions triggered by a user to M of the N applications when the user exits use of the application system comprises:
receiving a data clearing instruction triggered by a user to M application programs in the N application programs when the user exits from using the application system;
the processing the data under the data storage paths corresponding to the M application programs according to the data processing instruction includes:
and sending a data clearing notification to the M application programs so that the M application programs clear the data stored in the corresponding data storage paths.
5. The method according to claim 4, wherein the dynamic data storage path comprises a local dynamic data storage path and/or a server dynamic data storage path;
the processing the data under the data storage paths corresponding to the M application programs according to the data processing instruction includes:
and clearing data under the default data storage paths and the local dynamic data storage paths corresponding to the M application programs respectively.
6. The method according to claim 4 or 5, characterized in that the method further comprises:
if the clearing confirmation response sent by K application programs in the M application programs is not received within the preset time after the data clearing notification is sent, restarting the K application programs, wherein K is more than or equal to 1;
and sending a data clearing notification to the K application programs so that the K application programs clear the data stored in the data storage paths corresponding to the K application programs.
7. A data processing method, applied to an operating system, comprising:
receiving notification messages sent by N conference application programs respectively when the N conference application programs are started through monitors corresponding to the N conference application programs respectively during the use period of the video conference system, wherein the notification messages comprise corresponding conference application program identifiers, the N conference application programs belong to the video conference system, and N is more than or equal to 1;
Determining default data storage paths corresponding to the N conference application programs according to the conference application program identifiers;
receiving dynamic data storage paths registered in the running process of the N conference application programs through monitors corresponding to the N conference application programs respectively;
responsive to ending operation using the video conferencing system, presenting a data processing operation interface;
receiving a data processing instruction triggered by a user on the data processing operation interface for M conference application programs in the N conference application programs, wherein M is more than or equal to 1 and less than or equal to N;
processing data under the data storage paths corresponding to the M conference application programs according to the data processing instruction;
the data processing instruction includes a data saving instruction, and the processing, according to the data processing instruction, data under the data saving paths corresponding to the M conference application programs respectively includes:
generating a data packet corresponding to the M conference application programs, wherein the data packet correspondingly stores the identifications of the M conference application programs, the data storage path identifications corresponding to the M conference application programs and the data stored under the data storage paths corresponding to the M conference application programs.
8. A data processing method, characterized in that the method is applied to an application program, the application program is any one of N application programs belonging to the same application system, N is greater than or equal to 1, and the method includes:
when the method is started, a notification message comprising an application program identifier is sent to an operating system through a monitor corresponding to the application program in the operating system, wherein the application program identifier is used for enabling the operating system to determine a default data storage path corresponding to the application program;
registering a dynamic data storage path created in the running process to the operating system through the monitor, so that the operating system generates a data packet corresponding to M application programs when receiving a data storage instruction triggered by a user to M application programs in the N application programs, wherein the data packet correspondingly stores identifiers of the M application programs, data storage path identifiers corresponding to the M application programs and data stored under the data storage paths corresponding to the M application programs, M is more than or equal to 1 and less than or equal to N, and when receiving a data removal instruction triggered by the user to the M application programs, the monitor sends a data removal notification to the M application programs; the data saving instruction and the data clearing instruction are triggered when the user exits from using the application system;
And if the data clearing notification sent by the operating system is received, clearing the data under the data storage path.
9. The method of claim 8, wherein the method further comprises:
and if the data under the data storage path is successfully cleared, sending a clearing confirmation response to the operating system.
10. A data processing system, comprising:
an operating system and a plurality of applications running on the operating system;
any application program of the plurality of application programs is used for sending a notification message to the operating system through a monitor corresponding to the application program in the operating system when being started, wherein the notification message comprises a corresponding application program identifier; registering a dynamic data storage path created in the running process to the operating system through the monitor;
the operating system is used for receiving the notification message through the monitor corresponding to each of N application programs, so as to determine default data storage paths corresponding to each of the N application programs according to the application program identification, wherein the N application programs belong to the same application system, and N is more than or equal to 1; receiving the dynamic data storage paths of the N application programs registered in an operating system in the running process through the monitors corresponding to the N application programs; receiving a data processing instruction triggered by a user to M application programs in the N application programs when the user exits from using the application system, wherein M is more than or equal to 1 and less than or equal to N; processing data under the data storage paths corresponding to the M application programs according to the data processing instruction;
The data processing instruction includes a data saving instruction, and the processing, according to the data processing instruction, the data under the data saving paths corresponding to the M application programs includes:
generating a data packet corresponding to the M application programs, wherein the data packet correspondingly stores the identifications of the M application programs, the data storage path identifications corresponding to the M application programs and the data stored under the data storage paths corresponding to the M application programs.
11. An electronic device, comprising: a memory, a processor; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory is configured to store one or more computer instructions, wherein the one or more computer instructions, when executed by the processor, implement the data processing method of any of claims 1 to 6.
12. An electronic device, comprising: a memory, a processor; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory is configured to store one or more computer instructions, wherein the one or more computer instructions, when executed by the processor, implement the data processing method of any of claims 8 to 9.
CN201810246103.4A 2018-03-23 2018-03-23 Data processing method, system and equipment Active CN110309105B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810246103.4A CN110309105B (en) 2018-03-23 2018-03-23 Data processing method, system and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810246103.4A CN110309105B (en) 2018-03-23 2018-03-23 Data processing method, system and equipment

Publications (2)

Publication Number Publication Date
CN110309105A CN110309105A (en) 2019-10-08
CN110309105B true CN110309105B (en) 2023-08-11

Family

ID=68073921

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810246103.4A Active CN110309105B (en) 2018-03-23 2018-03-23 Data processing method, system and equipment

Country Status (1)

Country Link
CN (1) CN110309105B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111026477B (en) * 2019-11-25 2021-10-15 维沃移动通信有限公司 Display method and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102646042A (en) * 2012-02-28 2012-08-22 华为终端有限公司 Method and terminal equipment for storing application program data
CN104216619A (en) * 2014-09-12 2014-12-17 鲁启元 Method and device for processing data and electronic equipment
CN104866777A (en) * 2014-02-24 2015-08-26 联想(北京)有限公司 Data protection method, device and electronic equipment
CN105320577A (en) * 2014-06-11 2016-02-10 中国移动通信集团公司 Data backup and recovery method, system and device
CN105843367A (en) * 2016-03-24 2016-08-10 维沃移动通信有限公司 Application processing method and electronic device
CN106354773A (en) * 2016-08-22 2017-01-25 北京奇虎科技有限公司 Method and device for data storage of application programs

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10089092B2 (en) * 2010-01-27 2018-10-02 Embarcadero Technologies, Inc. Creating a software product from a software application

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102646042A (en) * 2012-02-28 2012-08-22 华为终端有限公司 Method and terminal equipment for storing application program data
CN104866777A (en) * 2014-02-24 2015-08-26 联想(北京)有限公司 Data protection method, device and electronic equipment
CN105320577A (en) * 2014-06-11 2016-02-10 中国移动通信集团公司 Data backup and recovery method, system and device
CN104216619A (en) * 2014-09-12 2014-12-17 鲁启元 Method and device for processing data and electronic equipment
CN105843367A (en) * 2016-03-24 2016-08-10 维沃移动通信有限公司 Application processing method and electronic device
CN106354773A (en) * 2016-08-22 2017-01-25 北京奇虎科技有限公司 Method and device for data storage of application programs

Also Published As

Publication number Publication date
CN110309105A (en) 2019-10-08

Similar Documents

Publication Publication Date Title
EP2145474B1 (en) Methods, media, and devices for providing visual resources of video conference participants
US20130162750A1 (en) Video augmented text chatting
US20200226522A1 (en) Methods, devices, and systems for prioritizing mobile network trouble tickets based on customer impact
US20180352398A1 (en) Method, Device And User Equipment For Pushing Service Information
US9392233B2 (en) System and method for combined meeting recording
US10200753B1 (en) Resource management for video streaming with inattentive user
US20220253268A1 (en) Smart screen share reception indicator in a conference
US8705410B2 (en) Global conference roster for distributed bridges
US10674189B2 (en) Methods, systems, and devices for providing a video trailer for media content during a voice communication session
CN110309105B (en) Data processing method, system and equipment
US11870835B2 (en) Word-based representation of communication session quality
CN105898596B (en) Direct broadcasting room display control method and device
EP3284243A1 (en) Methods, devices and system for obtaining http message statuses
KR101391055B1 (en) Video window with integrated content
US10348951B2 (en) Camera capture for connected devices
CN106358008B (en) Method for avoiding repeated call access and conference television terminal equipment
US9485458B2 (en) Data processing method and device
CN113220654A (en) Content sharing method, device and system and storage medium
JP2005244384A (en) Method, device and program for notifying receiving quality
US10412124B2 (en) Initiating a server-directed communication session
CN109561081B (en) Mobile terminal video conference method and device, storage medium and server
CN114979687B (en) Wheat connecting control method and device based on edge calculation
WO2017063397A1 (en) Method for posting microblog via television and television
CN114363665B (en) Multi-service code stream pushing method, system, computer equipment and storage medium
US11463336B2 (en) Conferencing session management

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230616

Address after: No. 301, floor 3, building 9, zone 4, Wangjing Dongyuan, Chaoyang District, Beijing

Applicant after: ALIBABA (BEIJING) SOFTWARE SERVICE Co.,Ltd.

Address before: Box 847, four, Grand Cayman capital, Cayman Islands, UK

Applicant before: ALIBABA GROUP HOLDING Ltd.

GR01 Patent grant
GR01 Patent grant