public class ConferenceMemberDeleter extends ConferenceMemberDeleterAction
conferenceNameid, secondaryIdplivoClient| Constructor and Description |
|---|
ConferenceMemberDeleter(java.lang.String conferenceName,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
ConferenceMemberDeleter |
client(PlivoClient plivoClient) |
void |
hangup() |
protected retrofit2.Call<ConferenceMemberActionResponse> |
obtainCall() |
protected retrofit2.Call<ConferenceMemberActionResponse> |
obtainFallback1Call() |
protected retrofit2.Call<ConferenceMemberActionResponse> |
obtainFallback2Call() |
stopdeleteclient, handleResponse, validatepublic ConferenceMemberDeleter(java.lang.String conferenceName, java.lang.String id)
protected retrofit2.Call<ConferenceMemberActionResponse> obtainCall()
obtainCall in class VoiceDeleterprotected retrofit2.Call<ConferenceMemberActionResponse> obtainFallback1Call()
obtainFallback1Call in class VoiceDeleterprotected retrofit2.Call<ConferenceMemberActionResponse> obtainFallback2Call()
obtainFallback2Call in class VoiceDeleterpublic void hangup() throws java.io.IOException, PlivoRestException, PlivoValidationException
java.io.IOExceptionPlivoRestExceptionPlivoValidationExceptionpublic ConferenceMemberDeleter client(PlivoClient plivoClient)
client in class VoiceDeleter