WO2013067701A1 - Dispositif et procédé de commande de conférence - Google Patents

Dispositif et procédé de commande de conférence Download PDF

Info

Publication number
WO2013067701A1
WO2013067701A1 PCT/CN2011/082045 CN2011082045W WO2013067701A1 WO 2013067701 A1 WO2013067701 A1 WO 2013067701A1 CN 2011082045 W CN2011082045 W CN 2011082045W WO 2013067701 A1 WO2013067701 A1 WO 2013067701A1
Authority
WO
WIPO (PCT)
Prior art keywords
conference
terminal
session
communication session
http
Prior art date
Application number
PCT/CN2011/082045
Other languages
English (en)
Chinese (zh)
Inventor
胡云
梁维
陈广民
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to CN201180003261.3A priority Critical patent/CN103348628B/zh
Priority to PCT/CN2011/082045 priority patent/WO2013067701A1/fr
Publication of WO2013067701A1 publication Critical patent/WO2013067701A1/fr

Links

Classifications

    • 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/1818Conference organisation arrangements, e.g. handling schedules, setting up parameters needed by nodes to attend a conference, booking network resources, notifying involved parties

Definitions

  • a conference consists of multiple participants, which can be divided into two categories: host and guest.
  • the host manages and controls the entire meeting, such as extending the meeting, ending the meeting, inviting the participants, kicking out the participants, etc.
  • the guest can communicate with other participants in audio and video, and can perform some simple operations on himself.
  • the conference system needs to provide conference control functions for the above two types of participants.
  • the conference-side conference control methods commonly used include: A client is built in the conference terminal to provide conference participants with a conference-controlled operation interface. The built-in client sends a conference control message to the conference server through signaling to implement the conference control function.
  • the prior art usually adopts C/S (Client/Server) technology, and a tightly coupled interface is required between the client built in the conference terminal and the conference server.
  • a method for conference control including:
  • the terminal sends a hypertext transfer protocol HTTP request message to the conference server according to the access information of the conference control WEB interface, and establishes an HTTP session with the conference server;
  • a terminal for implementing conference control including: a communication unit, configured to establish a communication session with a conference server;
  • a sending unit configured to send, according to the communication session, a request message in the session to the conference server, requesting to obtain access information of the conference control WEB interface;
  • a receiving unit configured to receive a response message sent by the conference server, where the response message carries the access information of the conference control WEB interface;
  • the sending unit is further configured to send a hypertext transfer protocol HTTP request message to the conference server according to the access information of the conference control WEB interface, and establish an HTTP session with the conference server; a browser unit, configured to: According to the HTTP session, the conference control WEB interface is accessed to perform a conference control operation.
  • a conference server including:
  • a communication unit configured to establish a communication session with the terminal
  • a receiving unit configured to receive a request message in the session that is sent by the terminal based on the communication session, where the request message is used to request, by the sending unit, access information of the conference control WEB interface;
  • the sending unit is configured to send a response message to the terminal, where the response message carries the conference control
  • the access information of the WEB interface so that the terminal sends a hypertext transfer protocol HTTP request message to the receiving unit according to the access information of the conference control WEB interface;
  • the receiving unit is further configured to receive an HTTP request message sent by the terminal, and establish an HTTP session with the terminal;
  • the WEB unit is configured to: the receiving terminal accesses the request message of the conference control WEB interface according to the HTTP session, and returns a conference control WEB interface to the terminal.
  • the terminal not only establishes a communication session with the conference server, but also establishes an HTTP session based on the communication session.
  • the terminal accesses the conference control WEB interface according to the established HTTP session, and performs conference control operations.
  • the user does not need to define a series of complex interfaces between the terminal and the conference server, so that the user can perform the conference control operation through the terminal.
  • FIG. 1A shows a flow chart of a method of conference control in accordance with one embodiment of the present invention
  • FIG. 1B is a flow chart showing a method of conference control according to another embodiment of the present invention
  • FIG. 2 is a flowchart showing a method of conference control according to an embodiment of the present invention
  • FIG. 3 is a flow chart showing a method of conference control according to another embodiment of the present invention.
  • FIG. 4 is a flow chart showing a method for canceling mute by a conference guest according to an embodiment of the present invention
  • FIG. 5 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • FIG. 6 shows a schematic structural diagram of a conference server according to another embodiment of the present invention.
  • the embodiment of the invention provides a solution for implementing conference control, and two sessions need to be established between the terminal and the conference server:
  • a communication session that is, a conference call in which the terminal participates in the conference
  • the terminal based on the communication session, sends a request message in the session to the conference server, requesting to obtain the access information of the conference control WEB interface; and sending the HTTP to the conference server according to the obtained access control information of the conference control WEB interface.
  • Request message establish an HTTP session with the conference server. Then, according to the HTTP session, access the conference control WEB interface to perform conference control operations.
  • the communication session and the HTTP session of the same terminal may be associated with each other, that is, the authority of the HTTP session is determined according to the authority of the communication session. If the permission of the communication session is the conference chairperson authority, the authority of the HTTP session is also the conference chairperson authority, and the conference server returns to the terminal to be able to The conference control unit controls the WEB interface. If the authority of the communication session is the conference guest right, the authority of the HTTP session is also the conference guest right, and the conference server returns to the terminal a conference control WEB interface capable of controlling the communication session.
  • the terminal in the embodiment of the present invention specifically refers to a conference terminal.
  • the user performs conference control operations through the conference terminal.
  • Embodiments of the present invention provide a method for implementing conference control. The following is described in detail with reference to FIG. 1A: Step 110: Establish a communication session between the terminal and the conference server.
  • the communication session that is, the conference call in which the terminal participates in the conference.
  • a call can be initiated by the terminal to the conference server to establish a conference call, or a conference initiated by the conference server can be established to establish a conference call.
  • the communication session includes, but is not limited to, a Session Initiation Protocol (hereinafter referred to as SIP) session or an H.323 session.
  • SIP Session Initiation Protocol
  • Step 120 The terminal sends a request message in the session to the conference server according to the communication session, and requests to obtain access information of the conference control WEB interface.
  • the logical connection established between the terminal and the conference server is called a communication session.
  • the request message within the session refers to the request message sent in the specified communication session.
  • the access control information of the conference control WEB interface may be preset on the terminal, or the interface may be opened on the terminal, and the access information of the conference control WEB interface may be preset on the terminal through the interface.
  • the terminal may send an HTTP request message to the conference server based on the access information of the conference control WEB interface preset on the terminal, and establish an HTTP session with the conference server, and then the terminal may access the conference control WEB interface to perform the conference control operation. .
  • Step 130 Receive a response message sent by the conference server, where the response message carries the access information of the conference control WEB interface.
  • the conference controls the access information of the WEB interface, and may include, for example, an HTTP Uniform Resource Locator (hereinafter referred to as a URL).
  • a URL HTTP Uniform Resource Locator
  • the response message may further carry the authentication information of the conference control WEB interface.
  • Step 140 The terminal sends an HTTP request message to the conference server according to the access information of the conference control WEB interface, and establishes an HTTP session with the conference server.
  • the HTTP request message in the step may also carry the authentication information of the conference control WEB interface, so that the terminal according to the conference The authentication information of the WEB interface is controlled, and the authentication of the conference server is requested.
  • the HTTP request message may further carry the identifier of the communication session in the step, so that the conference server, according to the identifier of the communication session,
  • the HTTP session is associated with the communication session, i.e., the permissions of the HTTP session are determined based on the rights of the communication session.
  • the identifier of the communication session is a general reference, which may be characteristic information of the call signaling, such as Cal l lD in the SIP message.
  • the conference server can obtain the identification information of the terminal.
  • the HTTP request message sent by the terminal to the conference server may carry the identifier information of the terminal, so that the conference server associates the HTTP session with the communication session according to the identifier information of the terminal. That is, the authority of the HTTP session is determined according to the authority of the communication session.
  • the identification information of the terminal includes but is not limited to the number of the terminal.
  • the invention is not limited to the identifier of the communication session or the identifier information of the terminal, and may carry other information, as long as the communication session established between the terminal and the conference server can be identified, so that the HTTP session and the communication session can be associated. There is no limit to this.
  • Step 150 The terminal accesses the conference control WEB interface according to the HTTP session, and performs a conference control operation.
  • the terminal not only establishes a communication session with the conference server, but also establishes an HTTP session based on the communication session.
  • the terminal accesses the conference control WEB interface according to the established HTTP session, and performs conference control operations.
  • the embodiment of the present invention adopts a technology similar to B/S (Browser/Server) and is a thin client solution.
  • the user does not need to define a series of complicated interfaces between the terminal and the conference server, so that the user can perform the conference control operation through the terminal.
  • the user can participate in the conference through the terminal, and can control the conference without adding another device (such as a PC computer) to perform the conference control operation.
  • the embodiment of the invention further provides a method for implementing conference control. The following is described in detail with reference to FIG. 1B: Step 101: Establish a communication session between the conference server and the terminal.
  • the communication session that is, the conference call in which the terminal participates in the conference.
  • a call can be initiated by the terminal to the conference server to establish a conference call, or a conference initiated by the conference server can be established to establish a conference call.
  • the communication session includes, but is not limited to, a SIP session or an H.323 session.
  • Step 102 Receive a request message in a session sent by the terminal based on the communication session, where the request message is used to request, by the conference server, access information of a conference control WEB interface.
  • the request message in the session includes but is not limited to an intra-session SIP request message or an intra-session H.323 request message.
  • the logical connection established between the conference server and the terminal is referred to as a communication session.
  • the request message within the session refers to the request message sent in the specified communication session.
  • Step 103 Send a response message to the terminal, where the response message carries the access information of the conference control WEB interface, so that the terminal sends an HTTP request to the conference server according to the access information of the conference control WEB interface.
  • the conference controls access information of the WEB interface, and may include, for example, an HTTP URL.
  • the response message may further carry the authentication information of the conference control WEB interface.
  • the authentication information may include information such as a conference identifier (ID), a conference password, a token, and the like.
  • ID conference identifier
  • the authentication information can also be different according to the specific implementation of the other party's conference system. For example, some conference systems use the conference ID as a number that can be dialed directly. The authentication information at this time only needs to include the conference password.
  • the response message may further carry an identifier of the communication session, where the identifier of the communication session is used to identify a communication session established between the conference server and the terminal.
  • Step 104 The conference server receives an HTTP request message sent by the terminal, and establishes an HTTP session with the terminal.
  • the HTTP request message in the step may also carry the authentication information of the conference control WEB interface, so that the terminal according to the conference
  • the authentication information of the WEB interface is controlled, and the authentication of the conference server is requested.
  • the conference server controls the authentication information of the WEB interface according to the conference, authenticates the HTTP request message, and passes the authentication.
  • An HTTP request message establishing an HTTP session with the terminal.
  • the HTTP request message may further carry the identifier of the communication session, and the conference server sends the HTTP session according to the identifier of the communication session. Associated with the communication session.
  • the identifier of the communication session is a general term, which may be characteristic information of call signaling, such as in a SIP message.
  • the conference server can learn the identification information of the terminal.
  • the HTTP request message sent by the terminal to the conference server may carry the identifier information of the terminal, and the conference server associates the HTTP session with the communication session according to the identifier information of the terminal.
  • the identification information of the terminal includes but is not limited to the number of the terminal.
  • the invention is not limited to the identifier of the communication session or the identifier information of the terminal, and may carry other information, as long as the communication session established between the terminal and the conference server can be identified, so that the HTTP session and the communication session can be associated. There is no limit to this.
  • Associating the HTTP session with the communication session specifically includes: determining, according to the authority of the communication session
  • Step 105 The receiving terminal accesses the request message of the conference control WEB interface according to the HTTP session, and returns a conference control WEB interface to the terminal.
  • the conference server returns to the terminal a conference control WEB interface capable of controlling the entire conference; optionally, if the communication session is authorized
  • the conference guest rights, the rights of the HTTP session are also conference guest rights, and the conference server returns to the terminal a conference control WEB interface capable of controlling the communication session.
  • the conference server not only establishes a communication session with the terminal, but also establishes an HTTP session based on the communication session.
  • the terminal accesses the conference control WEB interface according to the established HTTP session, and performs conference control operations.
  • the embodiment of the present invention adopts a technology similar to B/S (Browser/Server) and is a thin client solution.
  • the user does not need to define a series of complicated interfaces between the terminal and the conference server, so that the user can perform the conference control operation through the terminal.
  • the terminal only needs to follow the same mechanism and the conference server for authentication, and can access the WEB interface controlled by the conference.
  • the conference control function does not require private extension of the signaling protocol.
  • the user can participate in the conference through the terminal, and can also participate in the conference. Control, no need to add other devices (such as PC) for conference control operations.
  • PC personal computer
  • a typical enrollment process is as follows: The user dials the conference access number and connects to the phone. Enter the conference ID and conference password according to the voice prompt of the conference server. After the authentication succeeds, join the conference.
  • the conference server may also initiate a SIP call to the participant terminal.
  • a typical business process is: The conference host invites a participant through the conference control interface. The conference system automatically initiates a SIP call to the participant. The participant can go to the conference by going off-hook.
  • the terminal initiates a communication session request to the conference server and establishes a communication session.
  • the terminal and the conference server exchange media streams, and the participant successfully joins the conference. Based on the password entered by the participant (meeting moderator password or meeting guest password), the meeting server can confirm the role of the participant (meeting moderator or meeting guest).
  • the terminal sends an intra-session SIP request message to the conference server according to the communication session, requesting to obtain access information of the conference control WEB interface.
  • Intra-session SIP request messages such as INFO messages, MESSAGE messages, are of course not limited to this, and other intra-session SIP request messages are also possible.
  • the SIP request message is used to indicate to the conference server that the terminal needs to access the conference control WEB interface.
  • the conference server sends a SIP response message to the terminal, where the SIP response message carries the conference control.
  • the terminal After receiving the SIP response message, the terminal parses and obtains the access information of the conference control WEB interface.
  • the HTTP request message is sent to the conference server according to the obtained access control information of the conference control WEB interface.
  • the conference server After receiving the HTTP request message of the terminal, the conference server authenticates the HTTP request message, and after the authentication is passed, establishes an HTTP session with the terminal.
  • HTTP session is associated with the communication session that has been created, that is, the authority of the HTTP session is determined according to the permission of the communication session (the conference host or the conference guest).
  • the terminal requests to access the conference control WEB interface according to the established HTTP session.
  • steps 210 and 214 may also be performed in combination. That is, the terminal sends an HTTP request message to the conference server according to the obtained access control information of the conference control WEB interface, and requests access to the conference control WEB interface. 216. The conference server returns a conference control WEB interface to the terminal.
  • the participant is the conference host and returns to the conference host operation interface.
  • the participant is the conference guest and returns to the conference guest operation interface.
  • the authority of the communication session is the conference chairperson authority
  • the authority of the HTTP session is also the conference chairperson authority
  • the conference server returns to the terminal a conference control WEB interface capable of controlling the entire conference
  • the communication session permission is the conference guest authority
  • the HTTP session The privilege is also the conference guest privilege
  • the conference server returns to the terminal a conference control WEB interface capable of controlling the communication session.
  • the terminal presents the conference control WEB interface to the user (for example, opens a browser window), and the user can perform related operations of the conference control based on the WEB interface.
  • the terminal not only establishes a communication session with the conference server, but also establishes an HTTP session based on the communication session.
  • the terminal accesses the conference control WEB interface according to the established HTTP session, and performs conference control operations.
  • the embodiment of the present invention adopts a technology similar to B/S (Browser/Server) and is a thin client solution. Based on the embodiment of the present invention, a series of complicated interfaces are not required between the terminal and the conference server, so that the user can perform conference control operations through the terminal.
  • the user can participate in the conference through the terminal, and can control the conference, and does not need to add other devices (such as a PC computer) to perform conference control operations, and the conference control WEB interface can provide complete
  • the conference control function can meet the needs of users to the utmost extent.
  • the conference control function is implemented and provided by the conference server, and is loosely coupled with the terminal.
  • the conference system adds and modifies the conference control function, the participant can access the latest conference control function through the browser of the terminal.
  • the terminal does not need to be developed synchronously, and does not need to upgrade the version or install the patch, which greatly improves the conference system. Maintainability.
  • the conference control function is independent of the specific implementation of the terminal, the terminals of different vendors and the conference server can be connected to each other and implement the conference control function.
  • the terminal only needs to follow the same mechanism and the conference server for authentication, and can access the WEB interface controlled by the conference.
  • the conference control function does not require private extension of the signaling protocol.
  • the conference server provides the conference host operation page and the conference guest operation page according to the rights of the participants.
  • the conference host can control the entire conference. Because the conference call and the HTTP session are associated, the conference guest can also control the conference call. , implement the application to speak, mute/unmute yourself, select the participant's video, apply for the host's permission, etc.
  • the embodiments of the present invention are applicable to devices such as an IPAD, an IPHONE, an Android smart terminal, and the like. For a good user experience. Next, another embodiment of a method for implementing conference control by a terminal will be specifically described with reference to FIG.
  • a typical enrollment process is as follows: The user dials the conference access number and connects to the phone. Enter the conference ID and conference password according to the voice prompt of the conference server. After the authentication succeeds, join the conference.
  • the conference server may also initiate a SIP call to the participant terminal.
  • a typical business process is: The conference host invites a participant through the conference control interface. The conference system automatically initiates a SIP call to the participant. The participant can go to the conference by going off-hook.
  • the terminal initiates a communication session request to the conference server and establishes a communication session.
  • the terminal and the conference server exchange media streams, and the participant successfully joins the conference. Based on the password entered by the participant (meeting moderator password or meeting guest password), the meeting server can confirm the role of the participant (meeting moderator or meeting guest).
  • the terminal sends an intra-session SIP request message to the conference server according to the communication session, requesting to obtain access information of the conference control WEB interface.
  • Intra-session SIP request messages such as INFO messages, are of course not limited to this, and other intra-session SIP request messages are also possible.
  • the SIP request message is used to indicate to the conference server that the terminal needs to access the conference control WEB interface.
  • the conference server sends a SIP response message to the terminal, where the SIP response message not only carries the access information of the conference control WEB interface, but also carries the authentication information of the conference control WEB interface.
  • the identifier of the communication session may be returned to the terminal by using the SIP response message, where the identifier of the communication session is used to identify a communication session established between the terminal and the conference server.
  • the terminal After receiving the SIP response message, the terminal not only parses and obtains the access information of the conference control WEB interface, but also parses and obtains the authentication information of the conference control WEB interface. According to the access information of the obtained conference control WEB interface, an HTTP request message is sent to the conference server, where the authentication information of the conference control WEB interface is carried.
  • the identity of the communication session is returned to the terminal.
  • the terminal may further analyze and obtain the identifier of the communication session. Further, when sending the HTTP request message to the conference server, the terminal may further carry the identifier of the communication session, so that the conference server according to the identifier of the communication session The HTTP session is associated with the communication session.
  • the terminal may also carry the identifier information of the terminal when sending the HTTP request to the conference server. So that the conference server associates the HTTP session with the communication session according to the identification information of the terminal.
  • the invention is not limited to the identifier of the communication session or the identifier information of the terminal, and may carry other information, as long as the communication session established between the terminal and the conference server can be identified, so that the HTTP session and the communication session can be associated. There is no limit to this.
  • the conference server After receiving the HTTP request message of the terminal, the conference server authenticates the HTTP request message according to the authentication information of the conference control WEB interface, and establishes an HTTP session with the terminal by authenticating the HTTP request message through the authentication.
  • the HTTP session is associated with the already created communication session according to the identifier of the communication session, that is, the HTTP is determined according to the permission of the communication session (meeting moderator or conference guest). Permissions for the session.
  • the HTTP session is associated with the already created communication session according to the identifier information of the terminal; and the HTTP session is determined according to the permission of the communication session (meeting moderator or conference guest) permission.
  • the terminal accesses the conference control WEB interface according to the established HTTP session.
  • steps 310 and 314 may also be performed in combination. That is, the terminal controls the access information of the WEB interface according to the obtained conference, and sends an HTTP request message to the conference server, where the conference carries the authentication information of the conference control WEB interface, and requests access to the conference control WEB interface.
  • the conference server returns a conference control WEB interface to the terminal.
  • the participant is the conference host and returns to the conference host operation interface.
  • the participant is the conference guest and returns to the conference guest operation interface.
  • the authority of the communication session is the conference chairperson authority
  • the authority of the HTTP session is also the conference chairperson authority
  • the conference server returns to the terminal a conference control WEB interface capable of controlling the entire conference
  • the communication session permission is the conference guest authority
  • the HTTP session The privilege is also the conference guest privilege
  • the conference server returns to the terminal a conference control WEB interface capable of controlling the communication session.
  • the terminal presents the conference control WEB interface to the user (for example, opens a browser window), and the user can perform related operations of the conference control based on the WEB interface.
  • the terminal not only establishes a communication session with the conference server, but also establishes an HTTP session for the HTTP request message passed through the authentication based on the communication session.
  • the terminal can access the conference control WEB interface to perform conference control operations.
  • the user does not need to define a series of complex interfaces between the terminal and the conference server, so that the user can perform conference control operations through the terminal.
  • the user can participate in the conference through the terminal, and can also participate in the conference.
  • Control no need to add other devices (such as PC) for conference control operations, and the conference control WEB interface can provide complete conference control functions, which can meet the user's needs to the utmost.
  • the conference control function is implemented and provided by the conference server, and is loosely coupled with the terminal.
  • the conference system adds and modifies the conference control function, the participant can access the latest conference control function through the browser of the terminal.
  • the terminal does not need to be developed synchronously, and does not need to upgrade the version or install the patch, which greatly improves the conference system. Maintainability.
  • the conference control function is independent of the specific implementation of the terminal, the terminals of different vendors and the conference server can be connected to each other and implement the conference control function.
  • the terminal only needs to follow the same mechanism and the conference server for authentication, and can access the WEB interface controlled by the conference.
  • the conference control function does not require private extension of the signaling protocol.
  • the conference server provides the conference host operation page and the conference guest operation page according to the rights of the participants.
  • the conference host can control the entire conference. Because the conference call and the HTTP session are associated, the conference guest can also control the conference call. , implement the application to speak, mute/unmute yourself, select the participant's video, apply for the host's permission, etc.
  • the embodiments of the present invention are applicable to devices such as an IPAD, an IPHONE, and an Android smart terminal, and can provide a good user experience.
  • another embodiment of the method according to the present invention will be specifically described with reference to FIG.
  • the conference guests control their own conference calls through the WEB interface controlled by the conference. Assuming that a participant is muted, the participant's voice will not be mixed by the conference server, ie the participant's voice will not be heard by other participants. The participant unmute himself through the WEB interface controlled by the conference, so that the conference server can mix its voice into the conference, that is, other participants can hear the voice of the participant.
  • the specific instructions are as follows:
  • the participant cancels the mute operation by using the WEB interface controlled by the conference.
  • the terminal sends an HTTP operation request to the conference server, and submits the user's unmute operation.
  • the terminal sends an HTTP operation request to the conference server based on the established HTTP session, and submits the conference control operation of the user.
  • the terminal performs the mute operation.
  • the conference server After the terminal sends an HTTP request message to the conference server, the conference server authenticates the HTTP request message, and after the authentication is passed, establishes an HTTP session with the terminal. Equivalent to the terminal has been "WEB login". Therefore the HTTP operation request of step 404 is trusted. In a specific embodiment, for example, the conference server creates an HTTP session after the authentication is passed.
  • Session a unique session ID is generated and returned to the user's browser (such as SARAFI). This session ID is not visible to the user.
  • the user's browser carries the session identifier in each HTTP operation request (for example, the user performs a conference control operation) in the HTTP session, and the conference server determines whether the HTTP operation request is trusted according to the session identifier.
  • the conference server clears the session (delete the session ID).
  • the user can not get the trust of the conference server through the HTTP operation request sent by the browser.
  • the conference server usually goes to the login page and asks the user to log in again.
  • the conference server acquires an associated communication session according to the HTTP session.
  • the conference server processes the communication session, participates in the communication session of the participant, and the other participants can hear the voice of the participant.
  • the conference server returns the result of the successful operation to the terminal and refreshes the interface ( refreshing the status of the participant).
  • the terminal returns the result of the successful operation to the participant and refreshes the interface ( refreshing the status of the participant).
  • the terminal can access the conference control WEB interface to perform conference control operations.
  • the user does not need to define a series of complex interfaces between the terminal and the conference server, so that the user can perform the conference control operation through the terminal.
  • the user can participate in the conference through the terminal, and can control the conference, and does not need to add other devices (such as a PC computer) to perform conference control operations, and the conference control WEB interface can provide complete
  • the conference control function can meet the needs of users to the utmost extent.
  • the terminal only needs to follow the same mechanism and the conference server for authentication, and can access the WEB interface controlled by the conference.
  • the conference control function does not require private extension of the signaling protocol.
  • Conference guests can also control their own conference calls, realize the application to speak, mute/unmute themselves, select the participant's video, and apply for the host's permission.
  • the embodiment of the invention provides a system for implementing conference control, which includes a terminal 500 and a conference server 600. Two sessions need to be established between the terminal 500 and the conference server 600:
  • a communication session that is, a conference call in which the terminal 500 participates in the conference
  • the Hypertext Transfer Protocol (HTTP) session the terminal 500 can access the conference control WEB interface according to the HTTP session to perform conference control operations.
  • HTTP Hypertext Transfer Protocol
  • the terminal 500 sends the session to the conference server 600.
  • the request message is requested to obtain the access information of the conference control WEB interface; according to the obtained access control information of the conference control WEB interface, an HTTP request message is sent to the conference server 600, and an HTTP session is established with the conference server 600. Then, according to the HTTP session, the conference control WEB interface is accessed to perform a conference control operation.
  • an embodiment of the present invention provides a terminal 500 for implementing conference control, including a communication unit 501, configured to establish a communication session with the conference server 600.
  • the sending unit 502 is configured to send, according to the communication session, a request message in the session to the conference server 600, requesting to obtain access information of the conference control WEB interface;
  • the receiving unit 503 is configured to receive a response message sent by the conference server 600, where the response message carries the access information of the conference control WEB interface;
  • the sending unit 502 is further configured to send an HTTP request message to the conference server 600 according to the access information of the conference control WEB interface, and establish an HTTP session with the conference server 600;
  • the browser unit 504 is configured to access the conference control WEB interface according to the HTTP session to perform a conference control operation.
  • the major functional modules of the terminal are logically divided, and may be further divided into more units according to the specific implementation, which may be combined or separated on the physical entity.
  • the HTTP request message sent by the sending unit 502 further carries the authentication information of the conference control WEB interface, so that the terminal 500 according to the The conference controls the authentication information of the WEB interface, and requests the authentication of the conference server 600.
  • the sending unit 502 sends the response message received by the receiving unit 503 . If the response message received by the receiving unit 503 further carries the identifier of the communication session, the sending unit 502 sends the
  • the HTTP request message may further carry an identifier of the communication session, so that the conference server 600 associates the HTTP session with the communication session according to the identifier of the communication session, to determine the according to the authority of the communication session. Permissions for HTTP sessions.
  • the HTTP request message sent by the sending unit 502 may further carry the identifier information of the terminal, so that the conference server 600 associates the HTTP session with the communication session according to the identifier information of the terminal, according to the communication session.
  • the permissions determine the permissions of the HTTP session.
  • the terminal includes but is not limited to a SIP terminal or an H.323 terminal.
  • the terminal may send an HTTP request message to the conference server based on the access information of the conference control WEB interface preset on the terminal, and establish an HTTP session with the conference server, and then the terminal may access the conference control WEB interface. Perform conference control operations.
  • the terminal provided by the embodiment of the present invention not only establishes a communication session with the conference server, but also establishes an HTTP session based on the communication session.
  • the terminal accesses the conference control WEB interface according to the established HTTP session to perform conference control operations.
  • the embodiment of the present invention adopts a technology similar to B/S (Browser/Server) and is a thin client solution. Based on the embodiment of the present invention, a user does not need to define a series of complex interfaces between the terminal and the conference server, so that the user can perform conference control operations through the terminal.
  • the embodiment of the present invention further provides a conference server 600, as shown in FIG. 6, including:
  • the communication unit 601 is configured to establish a communication session with the terminal 500.
  • the receiving unit 602 is configured to receive a request message in the session that is sent by the terminal 500 based on the communication session, where the request message is used to request the sending unit 603 to obtain the access information of the conference control WEB interface;
  • the sending unit 603 is configured to send a response message to the terminal 500, where the response message carries the access information of the conference control WEB interface, so that the terminal 500 controls the access information of the WEB interface according to the conference to the receiving unit.
  • 602 sends an HTTP request message.
  • the receiving unit 602 is further configured to receive an HTTP request message sent by the terminal 500, and establish an HTTP session with the terminal 500.
  • the WEB unit 604 is configured to receive, by the receiving terminal 500, a request message for accessing the conference control WEB interface according to the HTTP session, and return a conference control WEB interface to the terminal 500.
  • the major functional modules of the conference server are logically divided. According to the specific implementation, they can be further divided into more units, which can be combined or separated on the physical entity.
  • the HTTP request message received by the receiving unit 602 also carries the authentication information of the conference control WEB interface, and the receiving unit 602 is further configured to The conference controls the authentication information of the WEB interface, authenticates the HTTP request message, and establishes the HTTP session between the HTTP request message through which the authentication is passed and the terminal 500.
  • the identifier of the communication session is used to identify the communication session established between the communication unit 601 and the terminal 500
  • the HTTP request message received by the receiving unit 602 further carries the The identifier of the communication session
  • the receiving unit 602 is further configured to associate the HTTP session with the communication session according to the identifier of the communication session. If the HTTP request message received by the receiving unit 602 further carries the identification information of the terminal, and the identification information of the terminal is used to identify the communication session established between the communication unit and the terminal 500, the receiving unit 602 is further configured to use the identifier of the terminal. Information, associating the HTTP session with the communication session.
  • the receiving unit 602 associating the HTTP session with the communication session specifically includes:
  • the WEB unit 604 specifically includes: if the authority of the communication session is the conference chairperson authority, the authority of the HTTP session is also the conference chairperson authority, and the WEB unit 604 returns to the terminal 500 to be able to the entire conference. Controlling the conference control WEB interface;
  • the authority of the communication session is the conference guest right
  • the authority of the HTTP session is also the conference guest authority
  • the WEB unit 604 returns to the terminal 500 a conference control WEB interface capable of controlling the communication session.
  • the conference server provided by the embodiment of the present invention not only establishes a communication session with the terminal, but also establishes an HTTP session based on the communication session.
  • the terminal accesses the conference control WEB interface according to the established HTTP session, and performs conference control operations.
  • the embodiment of the present invention adopts a technology similar to B/S (Browser/Server) and is a thin client solution. Based on the embodiment of the present invention, a user does not need to define a series of complex interfaces between the terminal and the conference server, so that the user can perform conference control operations through the terminal.
  • the Session Initiation Protocol Secure can be used between the terminal and the conference server to establish a secure SIP session.
  • the Hypertext Transfer Protocol Secure can also be used to establish security. HTTP session.
  • the foregoing embodiment describes the terminal side conference control scheme of the SIP conference system. For the conference system based on the H.323 protocol, the embodiment of the present invention is also applicable.
  • the H.323 protocol is actually a family of protocols, including multiple protocols, of which the H.245 protocol is a control signaling protocol in the H.323 communication system. Therefore, after the H.323 terminal establishes a communication session with the conference server, the terminal acquires the access information of the conference control WEB interface from the conference server through the H.245 message, and then sends an HTTP request to establish an HTTP session.
  • the entire solution is similar to the SIP message implementation, and will not be described here.
  • the solution of the present invention is not limited thereto, and those skilled in the art can fully realize using other methods to implement The solution of the invention.
  • the above functional modules are only logical divisions, and may be further divided into more subsystems according to specific implementations, and may also be combined or separated on physical entities without affecting the essence of the present invention.
  • the disclosed systems, devices, and methods may be implemented in other ways.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be electrical, mechanical or otherwise.
  • the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, i.e., may be located in one place, or may be distributed over multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present invention may contribute to the prior art or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium. , including instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the present invention All or part of the steps of the method described in the examples.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk or an optical disk, and the like, which can store program codes. .

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

L'invention concerne un dispositif et un procédé de commande de conférence. Dans la solution proposée par les modes de réalisation de la présente invention, un terminal établit non seulement une session de communication avec un serveur de conférence, mais également une session HTTP basée sur la session de communication. Le terminal accède à une interface WEB de commande de conférence conformément à la session HTTP établie, afin de réaliser une opération de commande de conférence. Sur la base des modes de réalisation de la présente invention, un utilisateur peut réaliser une opération de commande de conférence par le biais d'un terminal sans définir de série d'interfaces compliquées entre le terminal et un serveur de conférence.
PCT/CN2011/082045 2011-11-10 2011-11-10 Dispositif et procédé de commande de conférence WO2013067701A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201180003261.3A CN103348628B (zh) 2011-11-10 2011-11-10 一种会议控制的方法及装置
PCT/CN2011/082045 WO2013067701A1 (fr) 2011-11-10 2011-11-10 Dispositif et procédé de commande de conférence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/082045 WO2013067701A1 (fr) 2011-11-10 2011-11-10 Dispositif et procédé de commande de conférence

Publications (1)

Publication Number Publication Date
WO2013067701A1 true WO2013067701A1 (fr) 2013-05-16

Family

ID=48288462

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/082045 WO2013067701A1 (fr) 2011-11-10 2011-11-10 Dispositif et procédé de commande de conférence

Country Status (2)

Country Link
CN (1) CN103348628B (fr)
WO (1) WO2013067701A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108632048A (zh) * 2017-03-22 2018-10-09 展讯通信(上海)有限公司 会议电话控制方法、装置及多通终端

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108092786B (zh) * 2017-12-27 2021-07-02 浪潮金融信息技术有限公司 无纸化会议管理方法及系统
CN111260331B (zh) * 2020-02-07 2024-01-12 北京字节跳动网络技术有限公司 会议系统及其管理方法、会议设备、管理设备与存储介质
CN113452948B (zh) * 2021-06-28 2022-07-26 苏州科达科技股份有限公司 会议终端的控制方法、装置、设备及存储介质

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101223730A (zh) * 2005-07-15 2008-07-16 坦德伯格电信公司 用于会议呼叫的即时调度的方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7716284B2 (en) * 2006-02-28 2010-05-11 Microsoft Corporation Subsystem-scoping architecture for breakout rooms in a virtual space
CN101047532A (zh) * 2006-05-16 2007-10-03 华为技术有限公司 大众会议的方法
CN101141485A (zh) * 2007-10-19 2008-03-12 中兴通讯股份有限公司 一种基于万维网的用户侧接入会议电视的系统及方法
CN101815067B (zh) * 2010-03-08 2014-09-10 中兴通讯股份有限公司 一种多媒体会议的实现方法和系统

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101223730A (zh) * 2005-07-15 2008-07-16 坦德伯格电信公司 用于会议呼叫的即时调度的方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108632048A (zh) * 2017-03-22 2018-10-09 展讯通信(上海)有限公司 会议电话控制方法、装置及多通终端
CN108632048B (zh) * 2017-03-22 2020-12-22 展讯通信(上海)有限公司 会议电话控制方法、装置及多通终端

Also Published As

Publication number Publication date
CN103348628B (zh) 2016-11-02
CN103348628A (zh) 2013-10-09

Similar Documents

Publication Publication Date Title
US10958645B2 (en) Ad hoc one-time pairing of remote devices using online audio fingerprinting
US11196739B2 (en) Authorization activation
CN106164922B (zh) 使用在线音频指纹的远程设备的自组织一次性配对
US8385888B2 (en) Authentication of mobile devices over voice channels
EP2334111B1 (fr) Authentification de dispositifs mobiles sur des canaux vocaux
US9300808B2 (en) Method and system for interoperation between multiple conference systems
JP2018522323A (ja) 音声通信処理方法及びシステム、電子装置、並びに記憶媒体
US11888632B2 (en) Verifying user identities for admission to video conferences
US11683446B2 (en) Multiple host management of videoconferencing sub-meetings
US20220247588A1 (en) Systems and methods for identifying at-risk meetings
JP2015536618A (ja) 会議へのアクセス方法及び装置
WO2013067701A1 (fr) Dispositif et procédé de commande de conférence
US20230336688A1 (en) Waiting notifications for videoconferencing sub-meetings
WO2017035944A1 (fr) Procédé, dispositif et système de commande de terminal mobile de type à répartition multi-domaine
US11671272B1 (en) App pinning for video conferences
US12032727B2 (en) Providing automated personal privacy during virtual meetings
KR20130043640A (ko) 보안 정보 업데이트들을 수행하기 위한 일방 정보 이송
US20230299991A1 (en) App pinning for video conferences
US20240022408A1 (en) Non-fungible tokens for virtual accessories during virtual meetings
US20230351059A1 (en) Providing automated personal privacy during virtual meetings
WO2023177566A1 (fr) Épinglage d'application dans des vidéoconférences

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: 11875488

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11875488

Country of ref document: EP

Kind code of ref document: A1