Fixes duplicated contact list when creating a video bridge conference.

cusax-fix
Yana Stamcheva 13 years ago
parent 12a30d0da9
commit 8b276808ae

@ -154,6 +154,11 @@ public void removeContact( final UIContact contact,
*/
public void removeContact(UIContact contact);
/**
* Removes all entries in this contact list.
*/
public void removeAll();
/**
* Returns a collection of all direct child <tt>UIContact</tt>s of the given
* <tt>UIGroup</tt>.

Loading…
Cancel
Save