Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers

cusax-fix
Emil Ivov 17 years ago
parent 3647e1b9da
commit ff64ab4037

@ -99,17 +99,17 @@ public void removeCallListener(CallListener listener)
/**
* Sets the mute state of the audio stream being sent to a specific
* <tt>CallParticipant</tt>.
* <tt>CallPeer</tt>.
* <p>
* The default implementation does nothing.
* </p>
*
* @param participant the <tt>CallParticipant</tt> who receives the audio
* @param peer the <tt>CallPeer</tt> who receives the audio
* stream to have its mute state set
* @param mute <tt>true</tt> to mute the audio stream being sent to
* <tt>participant</tt>; otherwise, <tt>false</tt>
* <tt>peer</tt>; otherwise, <tt>false</tt>
*/
public void setMute(CallPeer participant, boolean mute)
public void setMute(CallPeer peer, boolean mute)
{
/*

Loading…
Cancel
Save