Removes references to our legacy jingle implementation with the old smackx-jingle implementation

cusax-fix
Emil Ivov 16 years ago
parent ce9ca06ac2
commit a1dcc2ffb4

@ -174,31 +174,6 @@ && getCallState().equals(CallState.CALL_INITIALIZATION))
}
}
/**
* Sets the <tt>CallSession</tt> that the media service has created for this
* call.
*
* @param callSession the <tt>CallSession</tt> that the media service has
* created for this call.
*/
// public void setMediaCallSession(CallSession callSession)
// {
// this.mediaCallSession = callSession;
// }
/**
* Sets the <tt>CallSession</tt> that the media service has created for this
* call.
*
* @return the <tt>CallSession</tt> that the media service has
* created for this call or null if no call session has been created so
* far.
*/
// public CallSession getMediaCallSession()
// {
// return this.mediaCallSession;
// }
/**
* Gets the indicator which determines whether the local peer represented by
* this <tt>Call</tt> is acting as a conference focus and thus should send

Loading…
Cancel
Save