Copyright (C) 2005, 2006 Collabora Limited Copyright (C) 2005, 2006 Nokia Corporation Copyright (C) 2006 INdT This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Neither the local user and the remote member are on hold, and media is being sent bidirectionally. The local user has put the remote member on hold, so is sending media but has arranged not to receive any media streams. The user has been put on hold by the remote member, so is receiving media but has arranged not to send any media streams. Both the local user and the remote member have agreed not to send any media streams to each other. The contact handle for a member of the channel The member's current hold state as one of the values of ChannelHoldState Given a member of the channel, return their current hold state. The integer handle of a member of the channel An integer representing the new hold state Emitted to indicate that the hold state (as defined in GetHoldState above) has changed for a member of this channel. This may occur as a consequence of you requesting a change with RequestHold, or the state changing as a result of a request from the remote member or another process. The contact handle for a member of the channel A boolean indicating whether or not the user should be on hold Request that a certain member be put on hold (be instructed not to send any media streams to you) or be taken off hold. Success is indicated by the HoldStateChanged signal being emitted.

THIS INTERFACE IS DEPRECATED AND SHOULD NOT BE USED. Hold functionality should be added to the StreamedMedia channel in due course.

Interface for channels where members may put you on hold, or you may put members on hold. This usually only makes sense for channels where you are streaming media to or from the members. Hold is defined as requesting that you are not sent any media streams by another, so these states indicate whether or not you are sending and receiving media streams to each member of the channel.