WO2015103993A1 - Chat window presentation control method and system - Google Patents

Chat window presentation control method and system Download PDF

Info

Publication number
WO2015103993A1
WO2015103993A1 PCT/CN2015/070438 CN2015070438W WO2015103993A1 WO 2015103993 A1 WO2015103993 A1 WO 2015103993A1 CN 2015070438 W CN2015070438 W CN 2015070438W WO 2015103993 A1 WO2015103993 A1 WO 2015103993A1
Authority
WO
WIPO (PCT)
Prior art keywords
chat window
video
chat
window
text information
Prior art date
Application number
PCT/CN2015/070438
Other languages
French (fr)
Inventor
Sijun JIANG
Original Assignee
Tencent Technology (Shenzhen) Company Limited
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 Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2015103993A1 publication Critical patent/WO2015103993A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/1813Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
    • H04L12/1827Network arrangements for conference optimisation or adaptation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/048Indexing scheme relating to G06F3/048
    • G06F2203/04803Split screen, i.e. subdividing the display area or the window area into separate subareas

Definitions

  • the present disclosure relates to the field of instant messaging, and in particular, to a chat window presentation control method and a chat window presentation control system.
  • a chat window presentation control method when a user enters a text chat window interface, as shown in FIG.1, the interface is provided with function buttons for enabling voice and video chat windows; when a user clicks the function button for enabling a video chat window, as shown in FIG.2, a video chat window interface pops up, and all function buttons related to a video chat are operated on the interface; in addition, when a voice chat function needs to be implemented, as shown in FIG.3, a voice chat window interface pops up by clicking the function button for enabling a voice chat window, and all functions related to a voice chat are operated on the interface.
  • window interfaces for a text chat manner, a video chat manner, and a voice chat manner are mutually independent and content of chat information is relatively scattered. If a requirement for multi-scenario use is met, several chat windows inevitably need to be switched frequently, which causes a waste of an interface resource of a platform device.
  • the present disclosure provides a chat window presentation control method and system, which can avoid frequent switching of chat windows and improve the utilization of an interface resource of a platform device.
  • a chat window presentation control method includes the following steps:displaying a chat window;
  • chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received;
  • a chat window presentation control system includes:
  • a first window presentation module configured to display a chat window
  • a window division module configured to divide the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received;
  • a second window presentation module configured to present a text chat window at the upper text information display layer and present a video chat window or a voice chat window at the lower background layer.
  • a chat window is divided into an upper text information display layer and a lower background layer, and a video chat window or a voice chat window is presented at the lower background layer and a text chat window is presented at the upper text information display layer according to a demand of a user; in this way, multiple chat windows can be presented on one interface.
  • diversified information presentation manners are integrated effectively, and during a chat using text, voice, or a video, chat windows do not need to be switched frequently, thereby meeting a requirement for multi-scenario use and improving the utilization of an interface resource of a platform device.
  • FIG.1 is a schematic diagram of a text chat window interface in a conventional solution
  • FIG.2 is a schematic diagram of a video chat window interface in a conventional solution
  • FIG.3 is a schematic diagram of a voice chat window interface in a conventional solution
  • FIG.4 is a schematic flowchart of a chat window presentation control method according to an embodiment of the present invention.
  • FIG.5 is a schematic diagram of presenting a video chat window at a lower background layer according to an embodiment of the present invention.
  • FIG.6 is a schematic diagram of triggering a concealing function of a text information display layer according to an embodiment of the present invention.
  • FIG.7 is a schematic diagram of triggering a display function of a text information display layer according to an embodiment of the present invention.
  • FIG.8 is a schematic diagram of displaying a video chat window independently according to an embodiment of the present invention.
  • FIG.9 is a schematic diagram of combining a text chat window and a video chat window according to an embodiment of the present invention.
  • FIG.10 is a schematic diagram of presenting a voice chat window at a lower background layer according to an embodiment of the present invention.
  • FIG.11 is a schematic structural diagram of a chat window presentation control system according to an embodiment of the present invention.
  • FIG.12 is a schematic structural diagram of a computer system that can implement an embodiment of the present invention.
  • a chat window presentation control method includes the following steps:
  • Step S101 Display a chat window.
  • an initially displayed chat window may be a text chat window by default, and as shown in FIG.1, the text chat window may include a function button for enabling a video chat window and a function button for enabling a voice chat window.
  • Step S102 Divide the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received (in a default chat window, when a user clicks the foregoing "function button for enabling a video chat window” or “function button for enabling a voice chat window” , it is regarded that "an instruction of enabling a video chat function” or "an instruction of enabling a voice chat function” is sent) .
  • Step S103 Present a text chat window at the upper text information display layer and at the same time, present a video chat window or a voice chat window at the lower background layer. That is, the video chat window is presented at the lower background layer according to the instruction of enabling a video chat function or the voice chat window is presented at the lower background layer according to the instruction of enabling a voice chat function.
  • the lower background layer may be switched to a display window for a video chat image and may display a control function button related to a video chat.
  • the present disclosure may further include the following steps:
  • a computer platform is used as an example.
  • a mouse pointer When a mouse pointer is moved to a video display image, it is regarded that a current operation coordinate of the mouse pointer falls within a coordinate range of the video display image.
  • a concealing function of an upper text information display layer is triggered. It is convenient for users to perform a video chat operation when the upper text information display layer is concealed.
  • a process of concealing the upper text information display layer may specifically include the following steps:
  • triggering of a display function of the upper text information display layer is further provided in this embodiment of the present invention.
  • the following step may be further included: when it is detected that the operation coordinate moves out of a coordinate range of the video chat window, triggering the display function of the upper text information display layer, that is, restoring display of the upper text information display layer.
  • a function button for enabling text shielding on an interface may be further clicked to conceal or display the upper text information display layer, as shown in FIG.7.
  • the following steps may be further included:
  • FIG.8 where, in this case, an original chat window is restored to the default text chat window (FIG.1) , that is, there are two windows at this time: the text chat window and the video chat window and both the two windows are controlled independently; and
  • a function button for enabling the voice chat window is clicked, a control function button related to a voice chat appears in the text chat window, as shown in FIG.10; however, because the video chat and the voice chat are mutually exclusive functions in this embodiment of the present invention, if the function button for enabling the voice chat window is clicked in a case in which the video chat is enabled, a prompt about whether to exit the video chat is provided and only after confirmation, the control function button related to the voice chat appears. That is, as a preferred embodiment, after the presenting a video chat window, the following steps may be further included:
  • an embodiment of the present invention further provides a chat window presentation control system, including:
  • a first window presentation module 101 configured to display a chat window
  • a window division module 102 configured to divide the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received;
  • a second window presentation module 103 configured to present a text chat window at the upper text information display layer and present a video chat window or a voice chat window at the lower background layer.
  • chat window presentation control system in this embodiment of the present invention may further include:
  • a first coordinate range acquiring module configured to acquire a coordinate range of a video display image after presenting the video chat window
  • an operation coordinate acquiring module configured to acquire an operation coordinate of a current interaction
  • a first determining module configured to determine whether the operation coordinate falls within the coordinate range of the video display image
  • a concealing module configured to conceal the upper text information display layer in a case in which a determining result of the first determining module is yes.
  • the concealing module may include:
  • a second coordinate range acquiring module configured to acquire a coordinate range of a text information display area
  • a second determining module configured to determine whether the operation coordinate falls within the coordinate range of the text information display area
  • a text information concealing module configured to conceal the upper text information display layer in a case in which a determining result of the second determining module is not.
  • chat window presentation control system in this embodiment of the present invention may further include:
  • an independent window display module configured to display the video chat window independently when an operation of clicking the video display image and dragging the video display image to an area outside the video display image is detected
  • a window combination module configured to: after displaying the video chat window independently, when an operation of clicking any position of the video display image of the independent video chat window and dragging the video display image to an area of the text chat window is detected, combine the independent video chat window and the text chat window to form a chat window.
  • chat window presentation control system is the same as those of the chat window presentation control method in this embodiment of the present invention, which are not described in detail herein again.
  • first and second may be used herein to describe various elements but the elements are not limited by the terms. The terms are only used to differentiate the first element from another element.
  • a first window presentation module may be referred to as a second window presentation module, and similarly, a second window presentation module may be referred to as a first window presentation module.
  • a first window presentation module and a second window presentation module are both window presentation modules but are not a same window presentation module.
  • a quantity of elements and components in the present disclosure may be one or more and is not limited in the present disclosure.
  • the steps in the present disclosure are arranged by using numbers, the order of the steps is not limited by the numbers. Unless the order of the steps is described clearly or unless that a step is performed based on another step is described clearly, a relative order of the steps can be adjusted.
  • FIG.12 is a module diagram of a computer system 1000 that can implement an embodiment of the present invention.
  • the computer system 1000 is merely an example of a computer environment applicable to the present disclosure and is not considered as providing any limitation to a use scope of the present disclosure.
  • the computer system 1000 cannot be explained as a combination of one or more parts in an exemplary computer system 1000 relying on or having graphics.
  • the computer system 1000 shown in FIG.12 is an example of a computer system applicable to the present disclosure.
  • Other architectures having different subsystem configurations may also be used.
  • a well-known device such as a desktop computer, a notebook computer, a personal digital assistant, a smart phone, a tablet computer, a portable media player, and a set-top box may be applicable to some embodiments of the present invention.
  • the present disclosure is not limited to the devices listed above.
  • the computer system 1000 includes a processor 1010, a memory 1020, and a system bus 1022.
  • Various system components including the memory 1020 and the processor 1010 are connected to the system bus 1022.
  • the processor 1010 is hardware for executing, by means of basic arithmetic and logic operations in a computer system, a computer program instruction.
  • the memory 1020 is a physical device for temporarily or permanently storing computation programs or data (for example, program state information) .
  • the system bus 1022 may be any one of the following types of bus structures and includes a memory bus or a storage controller, a peripheral bus, and a local bus.
  • the processor 1010 and the memory 1020 may perform data communication by using the system bus 1022.
  • the memory 1020 includes a read-only memory (ROM) or a flash memory (not shown in the figure) and a random access memory (RAM) , where the RAM generally refers to a main memory loaded with an operating system and an application program.
  • ROM read-only memory
  • flash memory not
  • the computer system 1000 further includes a display interface 1030 (for example, a graphics processing unit) , a display apparatus 1040 (for example, a liquid crystal display) , an audio interface 1050 (for example, an audio card) , and an audio device 1060 (for example, a loudspeaker) .
  • the display apparatus 1040 and the audio device 1060 are media devices for experiencing multi-media content.
  • the computer system 1000 generally includes a storage device 1070.
  • the storage device 1070 may be selected from multiple computer readable mediums.
  • the computer readable medium refers to any available medium and can be accessed by using the computer system 1000 and includes a removable medium and a fixed medium.
  • the computer readable medium includes but is not limited to, a flash memory (aminiature SD card) , a CD-ROM, a digital versatile disc (DVD) or other compact disc memories, a cassette, a magnetic tape, and a magnetic disk storage or other magnetic storage devices, or any other medium which may be used for storing required information and may be accessed by the computer system 1000.
  • the computer system 1000 further includes an input apparatus 1080 and an input interface 1090 (for example, an IO controller) .
  • a user may input instructions and information into the computer system 1000 by using the input apparatus 1080, for example, a keyboard, a mouse, or a touch panel device on the display apparatus 1040.
  • the input apparatus 1080 is generally connected to the system bus 1022 by using the input interface 1090, but may also be connected to the system bus by using other interfaces or bus structures, for example, a universal serial bus (USB) .
  • USB universal serial bus
  • the computer system 1000 may be logically connected to one or more network devices in a network environment.
  • the network device may be a personal computer, a server, a router, a smart phone, a tablet computer, or another public network node.
  • the computer system 1000 is connected to the network device by using a local area network (LAN) interface 1100 or a mobile communications unit 1110.
  • LAN refers to a computer network formed through interconnection in a limited area, for example, a house, a school, a computer lab, or an office building in which network media is used.
  • WiFi and twisted pair wiring Ethernet are two most common technologies to construct a LAN.
  • the WiFi is a technology that can enable the computer system 1000 to exchange data or be connected to a wireless network by means of radio waves.
  • the mobile communications unit 1110 can move in a broad geographical area and receive a call and make a call through a radio link at the same time. Besides a call, the mobile communications unit 1110 also supports Internet access in a 2G, 3G, or 4G cellular communications system providing a mobile data service.
  • the computer system 1000 may include a Bluetooth unit that can exchange data within a short distance, an image sensor for photographing, and an accelerometer for measuring an accelerated speed.
  • the computer system 1000 applicable to the present disclosure can execute specified operations of the chat window presentation control method.
  • the computer system 1000 executes the operations in the form of executing, by using the processor 1010, software instructions in a computer readable medium.
  • the software instructions may be read from the storage device 1070 into the memory 1020 or may be read, by using the LAN interface 1100, from another device into the memory 1020.
  • the software instructions stored in the memory 1020 enables the processor 1010 to execute the foregoing chat window presentation control method.
  • the present disclosure can also be implemented by using a hardware circuit or by combining a hardware circuit with software instructions. Therefore, implementation of the present disclosure is not limited to a combination of any specified hardware circuit and software.
  • a chat window is divided into an upper text information display layer and a lower background layer, and a video chat window or a voice chat window is presented at the lower background layer and a text chat window is presented at the upper text information display layer according to a demand of a user; in this way, multiple chat windows can be presented on one interface.
  • diversified information presentation manners are integrated effectively, and during a chat using text, voice, or a video, chat windows do not need to be switched frequently, thereby meeting a requirement for multi-scenario use and improving the utilization of an interface resource of a platform device.

Abstract

The present disclosure provides a chat window presentation control method and system. The method includes the following steps: displaying a chat window; dividing the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received; and presenting a text chat window at the upper text information display layer and presenting a video chat window or a voice chat window at the lower background layer. According to the chat window presentation control method and system of the present disclosure, diversified information presentation manners are integrated effectively, and during a chat using text, voice, or a video, chat windows do not need to be switched frequently, thereby meeting a requirement for multi- scenario use and improving the utilization of an interface resource of a platform device.

Description

CHAT WINDOW PRESENTATION CONTROL METHOD AND SYSTEM
PRIORITY CLAIM AND RELATED APPLICATION
This application claims priority to Chinese Patent Application No. 201410009221.5, entitled “CHAT WINDOW PRESENTATION CONTROL METHOD AND SYSTEM” filed on January 8, 2014, which is incorporated by reference in its entirety.
FIELD OF THE INVENTION
The present disclosure relates to the field of instant messaging, and in particular, to a chat window presentation control method and a chat window presentation control system.
BACKGROUND OF THE INVENTION
At present, in a conventional chat window presentation control method, when a user enters a text chat window interface, as shown in FIG.1, the interface is provided with function buttons for enabling voice and video chat windows; when a user clicks the function button for enabling a video chat window, as shown in FIG.2, a video chat window interface pops up, and all function buttons related to a video chat are operated on the interface; in addition, when a voice chat function needs to be implemented, as shown in FIG.3, a voice chat window interface pops up by clicking the function button for enabling a voice chat window, and all functions related to a voice chat are operated on the interface.
However, in a conventional solution, window interfaces for a text chat manner, a video chat manner, and a voice chat manner are mutually independent and content of chat information is relatively scattered. If a requirement for multi-scenario use is met, several chat windows inevitably need to be switched frequently, which causes a waste of an interface resource of a platform device.
SUMMARY
Based on this, the present disclosure provides a chat window presentation control method and system, which can avoid frequent switching of chat windows and improve the utilization of an interface resource of a platform device.
In order to achieve the foregoing objectives, the present disclosure uses the following technical solutions:
A chat window presentation control method includes the following steps:displaying a chat window;
dividing the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received; and
presenting a text chat window at the upper text information display layer and presenting a video chat window or a voice chat window at the lower background layer.
A chat window presentation control system includes:
a first window presentation module, configured to display a chat window;
a window division module, configured to divide the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received; and
a second window presentation module, configured to present a text chat window at the upper text information display layer and present a video chat window or a voice chat window at the lower background layer.
It may be seen from the foregoing solutions that, according to the chat window presentation control method and system of the present disclosure, a chat window is divided into an upper text information display layer and a lower background layer, and a video chat window or a voice chat window is presented at the lower background layer and a text chat window is presented at the upper text information display layer according to a demand of a user; in this way, multiple chat windows can be presented on one interface. According to the present disclosure, diversified information presentation manners are integrated effectively, and during a chat using text, voice, or a video, chat windows do not need to be switched frequently, thereby meeting a requirement for multi-scenario use and improving the utilization of an interface resource of a platform device.
BRIEF DESCRIPTION OF THE DRAWINGS
]FIG.1 is a schematic diagram of a text chat window interface in a conventional solution;
FIG.2 is a schematic diagram of a video chat window interface in a conventional solution;
FIG.3 is a schematic diagram of a voice chat window interface in a conventional solution;
FIG.4 is a schematic flowchart of a chat window presentation control method according to an embodiment of the present invention;
FIG.5 is a schematic diagram of presenting a video chat window at a lower background layer according to an embodiment of the present invention;
FIG.6 is a schematic diagram of triggering a concealing function of a text information display layer according to an embodiment of the present invention;
FIG.7 is a schematic diagram of triggering a display function of a text information display layer according to an embodiment of the present invention;
FIG.8 is a schematic diagram of displaying a video chat window independently according to an embodiment of the present invention;
FIG.9 is a schematic diagram of combining a text chat window and a video chat window according to an embodiment of the present invention;
FIG.10 is a schematic diagram of presenting a voice chat window at a lower background layer according to an embodiment of the present invention;
FIG.11 is a schematic structural diagram of a chat window presentation control system according to an embodiment of the present invention; and
FIG.12 is a schematic structural diagram of a computer system that can implement an embodiment of the present invention.
DESCRIPTION OF EMBODIMENTS
To make the objectives, technical solutions, and advantages of the present disclosure more comprehensible, the following further describes the present disclosure in detail with reference to the accompanying drawings and embodiments. It should be understood that, the specific embodiments described herein are merely intended to explain the present disclosure but are not intended to limit the present disclosure.
Referring to FIG.4, a chat window presentation control method includes the following steps:
Step S101: Display a chat window.
In this embodiment of the present invention, an initially displayed chat window may be a text chat window by default, and as shown in FIG.1, the text chat window may include a function button for enabling a video chat window and a function button for enabling a voice chat window.
Step S102: Divide the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received (in a default chat window, when a user clicks the foregoing "function button for enabling a video chat window" or "function button for enabling a voice chat window" , it is regarded that "an instruction of enabling a video chat function" or "an instruction of enabling a voice chat function" is sent) .
It should be noted that, the foregoing window may be divided by using an existing technology, which is not described in detail again in this embodiment of the present invention.
Step S103: Present a text chat window at the upper text information display layer and at the same time, present a video chat window or a voice chat window at the lower background layer. That is, the video chat window is presented at the lower background layer according to the instruction of enabling a video chat function or the voice chat window is presented at the lower background layer according to the instruction of enabling a voice chat function. For example, as shown in FIG.5, the lower background layer may be switched to a display window for a video chat image and may display a control function button related to a video chat.
Considering that a video display image in the video chat window sometimes overlaps with a text information display area in the text chat window in this embodiment of the present invention, which affects the quality of a video chat, as a preferred embodiment, after the presenting a video chat window, the present disclosure may further include the following steps:
acquiring a coordinate range of a video display image;
acquiring an operation coordinate of a current interaction;
determining whether the operation coordinate falls within the coordinate range of the video display image; and
if yes, concealing the upper text information display layer.
For example, a computer platform is used as an example. When a mouse pointer is moved to a video display image, it is regarded that a current operation coordinate of the mouse pointer falls within a coordinate range of the video display image. In this case, as shown in FIG.6, a  concealing function of an upper text information display layer is triggered. It is convenient for users to perform a video chat operation when the upper text information display layer is concealed.
In addition, as a preferred embodiment, after it is determined that the operation coordinate falls within the coordinate range of the video display image, a process of concealing the upper text information display layer may specifically include the following steps:
acquiring a coordinate range of a text information display area;
determining whether the operation coordinate also falls within the coordinate range of the text information display area; and
if yes, indicating that the video display image overlaps with the text information display area and the current mouse pointer moves to the overlapped area; in this case, skipping triggering the concealing function of the upper text information display layer; and if not, indicating that the video display image does not overlap with the text information display area or the current mouse pointer is within the video display image and outside the text information display area; in this case, concealing the upper text information display layer. Misoperation can be avoided effectively and true intentions of a user can be acquired by using the foregoing steps.
After the concealing function of the upper text information display layer is triggered, triggering of a display function of the upper text information display layer is further provided in this embodiment of the present invention. As a preferred embodiment, after the concealing the upper text information display layer, the following step may be further included: when it is detected that the operation coordinate moves out of a coordinate range of the video chat window, triggering the display function of the upper text information display layer, that is, restoring display of the upper text information display layer. Certainly, a function button for enabling text shielding on an interface may be further clicked to conceal or display the upper text information display layer, as shown in FIG.7.
As a preferred embodiment, after the presenting a video chat window, the following steps may be further included:
displaying the video chat window independently when an operation of clicking the video display image and dragging the video display image to an area outside the video display image is detected, as shown in FIG.8, where, in this case, an original chat window is restored to the default text chat window (FIG.1) , that is, there are two windows at this time: the text chat window and the video chat window and both the two windows are controlled independently; and
after displaying the video chat window independently, when an operation of clicking any position of the video display image of the independent video chat window and dragging the video display image to an area of the text chat window is detected, combining the independent video chat window and the text chat window to form a chat window, as shown in FIG.9.
In a default interface of the text chat window, a function button for enabling the voice chat window is clicked, a control function button related to a voice chat appears in the text chat window, as shown in FIG.10; however, because the video chat and the voice chat are mutually exclusive functions in this embodiment of the present invention, if the function button for enabling the voice chat window is clicked in a case in which the video chat is enabled, a prompt about whether to exit the video chat is provided and only after confirmation, the control function button related to the voice chat appears. That is, as a preferred embodiment, after the presenting a video chat window, the following steps may be further included:
when the instruction of enabling a voice chat function is received, providing a prompt about whether to exit a video chat; and
closing the video chat window and presenting the voice chat window when an instruction of confirming to exit the video chat is received.
Corresponding to the chat window presentation control method, as shown in FIG.11, an embodiment of the present invention further provides a chat window presentation control system, including:
a first window presentation module 101, configured to display a chat window;
window division module 102, configured to divide the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received; and
a second window presentation module 103, configured to present a text chat window at the upper text information display layer and present a video chat window or a voice chat window at the lower background layer.
As a preferred embodiment, the chat window presentation control system in this embodiment of the present invention may further include:
a first coordinate range acquiring module, configured to acquire a coordinate range of a video display image after presenting the video chat window;
an operation coordinate acquiring module, configured to acquire an operation coordinate of a current interaction;
a first determining module, configured to determine whether the operation coordinate falls within the coordinate range of the video display image; and
a concealing module, configured to conceal the upper text information display layer in a case in which a determining result of the first determining module is yes.
As a preferred embodiment, the concealing module may include:
a second coordinate range acquiring module, configured to acquire a coordinate range of a text information display area;
a second determining module, configured to determine whether the operation coordinate falls within the coordinate range of the text information display area; and
a text information concealing module, configured to conceal the upper text information display layer in a case in which a determining result of the second determining module is not.
In addition, as a preferred embodiment, the chat window presentation control system in this embodiment of the present invention may further include:
an independent window display module, configured to display the video chat window independently when an operation of clicking the video display image and dragging the video display image to an area outside the video display image is detected; and
a window combination module, configured to: after displaying the video chat window independently, when an operation of clicking any position of the video display image of the independent video chat window and dragging the video display image to an area of the text chat window is detected, combine the independent video chat window and the text chat window to form a chat window.
Other technical features of the chat window presentation control system are the same as those of the chat window presentation control method in this embodiment of the present invention, which are not described in detail herein again.
It may be understood that, terms in the present disclosure such as "first" and "second" may be used herein to describe various elements but the elements are not limited by the terms. The terms are only used to differentiate the first element from another element. For example, without departing from the scope of the present disclosure, a first window presentation module may  be referred to as a second window presentation module, and similarly, a second window presentation module may be referred to as a first window presentation module. A first window presentation module and a second window presentation module are both window presentation modules but are not a same window presentation module.
Unless there are additionally specific and clear descriptions in context, a quantity of elements and components in the present disclosure may be one or more and is not limited in the present disclosure. Although the steps in the present disclosure are arranged by using numbers, the order of the steps is not limited by the numbers. Unless the order of the steps is described clearly or unless that a step is performed based on another step is described clearly, a relative order of the steps can be adjusted.
FIG.12 is a module diagram of a computer system 1000 that can implement an embodiment of the present invention. The computer system 1000 is merely an example of a computer environment applicable to the present disclosure and is not considered as providing any limitation to a use scope of the present disclosure. The computer system 1000 cannot be explained as a combination of one or more parts in an exemplary computer system 1000 relying on or having graphics.
The computer system 1000 shown in FIG.12 is an example of a computer system applicable to the present disclosure. Other architectures having different subsystem configurations may also be used. For example, a well-known device such as a desktop computer, a notebook computer, a personal digital assistant, a smart phone, a tablet computer, a portable media player, and a set-top box may be applicable to some embodiments of the present invention. However, the present disclosure is not limited to the devices listed above.
As shown in FIG.12, the computer system 1000 includes a processor 1010, a memory 1020, and a system bus 1022. Various system components including the memory 1020 and the processor 1010 are connected to the system bus 1022. The processor 1010 is hardware for executing, by means of basic arithmetic and logic operations in a computer system, a computer program instruction. The memory 1020 is a physical device for temporarily or permanently storing computation programs or data (for example, program state information) . The system bus 1022 may be any one of the following types of bus structures and includes a memory bus or a storage controller, a peripheral bus, and a local bus. The processor 1010 and the memory 1020 may perform data communication by using the system bus 1022. The memory 1020 includes a read-only memory (ROM) or a flash memory (not shown in the figure) and a random access memory (RAM) , where  the RAM generally refers to a main memory loaded with an operating system and an application program.
The computer system 1000 further includes a display interface 1030 (for example, a graphics processing unit) , a display apparatus 1040 (for example, a liquid crystal display) , an audio interface 1050 (for example, an audio card) , and an audio device 1060 (for example, a loudspeaker) . The display apparatus 1040 and the audio device 1060 are media devices for experiencing multi-media content.
The computer system 1000 generally includes a storage device 1070. The storage device 1070 may be selected from multiple computer readable mediums. The computer readable medium refers to any available medium and can be accessed by using the computer system 1000 and includes a removable medium and a fixed medium. For example, the computer readable medium includes but is not limited to, a flash memory (aminiature SD card) , a CD-ROM, a digital versatile disc (DVD) or other compact disc memories, a cassette, a magnetic tape, and a magnetic disk storage or other magnetic storage devices, or any other medium which may be used for storing required information and may be accessed by the computer system 1000.
The computer system 1000 further includes an input apparatus 1080 and an input interface 1090 (for example, an IO controller) . A user may input instructions and information into the computer system 1000 by using the input apparatus 1080, for example, a keyboard, a mouse, or a touch panel device on the display apparatus 1040. The input apparatus 1080 is generally connected to the system bus 1022 by using the input interface 1090, but may also be connected to the system bus by using other interfaces or bus structures, for example, a universal serial bus (USB) .
The computer system 1000 may be logically connected to one or more network devices in a network environment. The network device may be a personal computer, a server, a router, a smart phone, a tablet computer, or another public network node. The computer system 1000 is connected to the network device by using a local area network (LAN) interface 1100 or a mobile communications unit 1110. A LAN refers to a computer network formed through interconnection in a limited area, for example, a house, a school, a computer lab, or an office building in which network media is used. WiFi and twisted pair wiring Ethernet are two most common technologies to construct a LAN. The WiFi is a technology that can enable the computer system 1000 to exchange data or be connected to a wireless network by means of radio waves. The mobile communications unit 1110 can move in a broad geographical area and receive a call and make a call through a radio link at the same time. Besides a call, the mobile communications unit  1110 also supports Internet access in a 2G, 3G, or 4G cellular communications system providing a mobile data service.
It should be noted that, other computer systems that include more or less subsystems than the computer system 1000 are also applicable to the present disclosure. For example, the computer system 1000 may include a Bluetooth unit that can exchange data within a short distance, an image sensor for photographing, and an accelerometer for measuring an accelerated speed.
As described in detail above, the computer system 1000 applicable to the present disclosure can execute specified operations of the chat window presentation control method. The computer system 1000 executes the operations in the form of executing, by using the processor 1010, software instructions in a computer readable medium. The software instructions may be read from the storage device 1070 into the memory 1020 or may be read, by using the LAN interface 1100, from another device into the memory 1020. The software instructions stored in the memory 1020 enables the processor 1010 to execute the foregoing chat window presentation control method. In addition, the present disclosure can also be implemented by using a hardware circuit or by combining a hardware circuit with software instructions. Therefore, implementation of the present disclosure is not limited to a combination of any specified hardware circuit and software.
It may be seen from the foregoing solutions that, according to the chat window presentation control method and system of the present disclosure, a chat window is divided into an upper text information display layer and a lower background layer, and a video chat window or a voice chat window is presented at the lower background layer and a text chat window is presented at the upper text information display layer according to a demand of a user; in this way, multiple chat windows can be presented on one interface. According to the present disclosure, diversified information presentation manners are integrated effectively, and during a chat using text, voice, or a video, chat windows do not need to be switched frequently, thereby meeting a requirement for multi-scenario use and improving the utilization of an interface resource of a platform device.
The foregoing embodiments merely describe some implementation manners of the present disclosure. Although relatively specific and detailed descriptions on the implementation manners are provided, it should not be understood that the implementation manners are intended to limit the patent scope of the present disclosure. It should be noted that, a person of ordinary skill in the art can make some changes and improvements under the premise of not departing from the ideas of the present disclosure, and these changes and improvements shall fall within the protection scope of the present disclosure. Therefore, the patent protection scope of the present disclosure shall besubject to the claims.

Claims (10)

  1. A chat window presentation control method, comprising the following steps:
    displaying a chat window;
    dividing the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received; and
    presenting a text chat window at the upper text information display layer and presenting a video chat window or a voice chat window at the lower background layer.
  2. The chat window presentation control method according to claim 1, after the presenting a video chat window, further comprising the following steps:
    acquiring a coordinate range of a video display image;
    acquiring an operation coordinate of a current interaction;
    determining whether the operation coordinate falls within the coordinate range of the video display image; and
    if yes, concealing the upper text information display layer.
  3. The chat window presentation control method according to claim 2, wherein a process of concealing the upper text information display layer comprises:
    acquiring a coordinate range of a text information display area;
    determining whether the operation coordinate falls within the coordinate range of the text information display area; and
    if not, concealing the upper text information display layer.
  4. The chat window presentation control method according to claim 2 or 3, after the concealing the upper text information display layer, further comprising the following step:
    displaying the upper text information display layer when it is detected that the operation coordinate moves out of a coordinate range of the video chat window.
  5. The chat window presentation control method according to claim 2 or 3, after the presenting a video chat window, further comprising the following steps:
    displaying the video chat window independently when an operation of clicking the video  display image and dragging the video display image to an area outside the video display image is detected; and
    after displaying the video chat window independently, when an operation of clicking any position of the video display image of the independent video chat window and dragging the video display image to an area of the text chat window is detected, combining the independent video chat window and the text chat window to form a chat window.
  6. The chat window presentation control method according to claim 1, after the presenting a video chat window, further comprising the following steps:
    when the instruction of enabling a voice chat function is received, providing a prompt about whether to exit a video chat; and
    closing the video chat window and presenting the voice chat window when an instruction of confirming to exit the video chat is received.
  7. A chat window presentation control system, comprising:
    a first window presentation module, configured to display a chat window;
    a window division module, configured to divide the chat window into an upper text information display layer and a lower background layer when an instruction of enabling a video chat function or an instruction of enabling a voice chat function is received; and
    a second window presentation module, configured to present a text chat window at the upper text information display layer and present a video chat window or a voice chat window at the lower background layer.
  8. The chat window presentation control system according to claim 7, further comprising:
    a first coordinate range acquiring module, configured to acquire a coordinate range of a video display image after presenting the video chat window;
    an operation coordinate acquiring module, configured to acquire an operation coordinate of a current interaction;
    a first determining module, configured to determine whether the operation coordinate falls within the coordinate range of the video display image; and
    a concealing module, configured to conceal the upper text information display layer in a case in which a determining result of the first determining module is yes.
  9. The chat window presentation control system according to claim 8, wherein the concealing  module comprises:
    a second coordinate range acquiring module, configured to acquire a coordinate range of a text information display area;
    a second determining module, configured to determine whether the operation coordinate falls within the coordinate range of the text information display area; and
    a text information concealing module, configured to conceal the upper text information display layer in a case in which a determining result of the second determining module is not.
  10. The chat window presentation control system according to claim 8 or 9, further comprising:
    an independent window display module, configured to display the video chat window independently when an operation of clicking the video display image and dragging the video display image to an area outside the video display image is detected; and
    a window combination module, configured to: after displaying the video chat window independently, when an operation of clicking any position of the video display image of the independent video chat window and dragging the video display image to an area of the text chat window is detected, combine the independent video chat window and the text chat window to form a chat window.
PCT/CN2015/070438 2014-01-08 2015-01-09 Chat window presentation control method and system WO2015103993A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410009221.5A CN104765522A (en) 2014-01-08 2014-01-08 Chat window display control method and system
CN201410009221.5 2014-01-08

Publications (1)

Publication Number Publication Date
WO2015103993A1 true WO2015103993A1 (en) 2015-07-16

Family

ID=53523557

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/070438 WO2015103993A1 (en) 2014-01-08 2015-01-09 Chat window presentation control method and system

Country Status (2)

Country Link
CN (1) CN104765522A (en)
WO (1) WO2015103993A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150271113A1 (en) * 2014-03-20 2015-09-24 Lg Electronics Inc. Terminal and method of processing data therein

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106371714B (en) * 2015-07-23 2020-06-23 北京小米移动软件有限公司 Information display method and device
CN105072266A (en) * 2015-07-31 2015-11-18 小米科技有限责任公司 Method and device for realizing instant chat and terminal equipment
CN105278808B (en) * 2015-09-24 2019-04-02 上海智臻智能网络科技股份有限公司 For the method and apparatus via the human-computer interaction interface push page
AU2015415120A1 (en) * 2015-11-18 2018-06-07 Razer (Asia-Pacific) Pte. Ltd. Interlacing methods, computer-readable media, and interlacing devices
WO2017124223A1 (en) * 2016-01-18 2017-07-27 王晓光 Network video interaction method and system
CN107479811A (en) * 2016-06-08 2017-12-15 南京跃豚智能科技有限公司 The method and mobile terminal with managing meeting, recording meeting are established in ession for telecommunication
CN106302543B (en) * 2016-10-17 2019-12-27 腾讯科技(深圳)有限公司 Multimedia display method, device and system
CN106708538B (en) 2017-01-23 2020-04-21 腾讯科技(深圳)有限公司 Interface display method and device
CN108965096A (en) * 2017-05-17 2018-12-07 杭州九爱科技有限公司 A kind of communication means of group mode, device and intelligent terminal
CN109842819B (en) * 2017-11-28 2022-10-14 腾讯数码(天津)有限公司 Video playing interaction method, device, system, user terminal and medium
CN109254811B (en) * 2018-08-08 2021-12-17 五八有限公司 Interface display method and device, computer equipment and computer readable storage medium
CN109979460A (en) * 2019-03-11 2019-07-05 上海白泽网络科技有限公司 Visualize voice messaging exchange method and device
CN114327206A (en) * 2020-09-29 2022-04-12 华为技术有限公司 Message display method and electronic equipment
CN112203151B (en) * 2020-10-09 2022-05-17 北京字跳网络技术有限公司 Video processing method and device, electronic equipment and computer readable storage medium
CN112383466B (en) * 2020-11-10 2023-02-24 中国建设银行股份有限公司 Multi-scene chatting method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030101450A1 (en) * 2001-11-23 2003-05-29 Marcus Davidsson Television chat rooms
CN103186321A (en) * 2011-12-27 2013-07-03 上海博泰悦臻电子设备制造有限公司 Method and device for controlling menu on screen
KR101339944B1 (en) * 2012-08-06 2013-12-10 (주)디앤티 Video conference system with text message function using keyboard
US20140240440A1 (en) * 2013-02-28 2014-08-28 Lg Uplus Corp. Method for sharing function between terminals and terminal thereof
CN104394480A (en) * 2014-03-10 2015-03-04 贵阳朗玛信息技术股份有限公司 Method and device for realizing chat on mobile terminal

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101520809B (en) * 2009-04-03 2012-07-04 腾讯科技(深圳)有限公司 Network video display method and network video display device
CN101587489B (en) * 2009-06-12 2012-07-04 北京搜狗科技发展有限公司 Method and system for exhibiting specific page resource for browser
CN102117291B (en) * 2009-12-30 2013-03-06 北京搜狗科技发展有限公司 Method and system for displaying network resources
CN102045269A (en) * 2010-11-30 2011-05-04 于琨洪 Browser-based suspensible novel network instant chat method
CN102255827B (en) * 2011-06-16 2014-06-25 北京奥米特科技有限公司 Video chatting method, device and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030101450A1 (en) * 2001-11-23 2003-05-29 Marcus Davidsson Television chat rooms
CN103186321A (en) * 2011-12-27 2013-07-03 上海博泰悦臻电子设备制造有限公司 Method and device for controlling menu on screen
KR101339944B1 (en) * 2012-08-06 2013-12-10 (주)디앤티 Video conference system with text message function using keyboard
US20140240440A1 (en) * 2013-02-28 2014-08-28 Lg Uplus Corp. Method for sharing function between terminals and terminal thereof
CN104394480A (en) * 2014-03-10 2015-03-04 贵阳朗玛信息技术股份有限公司 Method and device for realizing chat on mobile terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150271113A1 (en) * 2014-03-20 2015-09-24 Lg Electronics Inc. Terminal and method of processing data therein

Also Published As

Publication number Publication date
CN104765522A (en) 2015-07-08

Similar Documents

Publication Publication Date Title
WO2015103993A1 (en) Chat window presentation control method and system
US10976773B2 (en) User terminal device and displaying method thereof
US11042185B2 (en) User terminal device and displaying method thereof
EP3105657B1 (en) User terminal device and displaying method thereof
US20160307002A1 (en) Method and apparatus for displaying information content
CN112947840B (en) Electronic device including touch-sensitive display and method of operating the same
US9448694B2 (en) Graphical user interface for navigating applications
KR102060155B1 (en) Method and apparatus for controlling multi-tasking in electronic device using double-sided display
US20150227166A1 (en) User terminal device and displaying method thereof
US9720557B2 (en) Method and apparatus for providing always-on-top user interface for mobile application
WO2015106519A1 (en) Display control method and system for a touchscreen interface
US20220283676A1 (en) Application Window Display Method and Terminal
WO2019000287A1 (en) Icon display method and device
AU2017437992A1 (en) Managing a plurality of free windows in drop-down menu of notification bar
EP2920693B1 (en) System and method for negotiating control of a shared audio or visual resource
US11455075B2 (en) Display method when application is exited and terminal
US20140013256A1 (en) Method and system for dynamic modification of desktop layout and computer storage medium thereof
US20150033146A1 (en) Automatic detection and magnification of focus region for content shared during an online meeting session
KR20140047887A (en) Apparatas and method for switching a mode of performing a memo function in an electronic device
US11249771B2 (en) Terminal input invocation
WO2016115753A1 (en) Multi-system operation method, device, and terminal
US20220261122A1 (en) Desktop display control method and apparatus, terminal, and storage medium
CN111279342A (en) Electronic device and control method thereof
CN113127760A (en) Application method and device of position information

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15735300

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 14.09.2016)

122 Ep: pct application non-entry in european phase

Ref document number: 15735300

Country of ref document: EP

Kind code of ref document: A1