Lines Matching refs:conference
87 public void onConferenceChanged(Connection c, Conference conference) {}
548 * @return The conference that this connection is a part of. Null if it is not part of any
549 * conference.
857 * @param conferenceableConnections The set of connections this connection can conference with.
911 * Sets the conference that this connection is a part of. This will fail if the connection is
912 * already part of a conference call. {@link #resetConference} to un-set the conference first.
914 * @param conference The conference.
915 * @return {@code true} if the conference was successfully set.
918 public final boolean setConference(Conference conference) {
919 // We check to see if it is already part of another conference.
921 mConference = conference;
922 if (mConnectionService != null && mConnectionService.containsConference(conference)) {
931 * Resets the conference that this connection is a part of.
975 * Notifies this Connection of a request to separate from its parent conference.
1023 * Merge this connection and the specified connection into a conference call. Once the