public interface IParticipantRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IParticipantRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IParticipantRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IParticipantMuteRequestBuilder |
mute(java.lang.String clientContext) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIParticipantRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIParticipantRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIParticipantMuteRequestBuilder mute(java.lang.String clientContext)