public interface LinphoneConference
| Modifier and Type | Method and Description |
|---|---|
LinphoneAddress[] |
getParticipants()
Get the URIs of all participants of the conference
|
int |
removeParticipant(LinphoneAddress uri)
Remove a participant from the conference
|
LinphoneAddress[] getParticipants()
int removeParticipant(LinphoneAddress uri)
uri - The URI of the participant to remove