Home | History | Annotate | Download | only in telephony

Lines Matching refs:conference

632      * Whether or not the phone can conference in the current phone
634 * @return true if the phone can conference; false otherwise.
652 * Conferences holding and active. Conference occurs asynchronously
660 public void conference(Call heldCall) throws CallStateException {
663 Log.d(LOG_TAG, "conference(" +heldCall + ")");
670 ((SipPhone) fgPhone).conference(heldCall);
672 fgPhone.conference();
674 throw(new CallStateException("Can't conference foreground and selected background call"));
678 Log.d(LOG_TAG, "End conference(" +heldCall + ")");