Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.conferencing.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ReadConferencingSettingsParameters queryParams) Returns information on Free Conference Calling (FCC) feature for a given extension.path()
put
(UpdateConferencingInfoRequest updateConferencingInfoRequest) Updates the default conferencing number for the current extension.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public GetConferencingInfoResponse get(ReadConferencingSettingsParameters queryParams) throws RestException, IOException Returns information on Free Conference Calling (FCC) feature for a given extension.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/conferencing Rate Limit Group: Light App Permission: ReadAccounts User Permission: OrganizeConference
- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-
put
public GetConferencingInfoResponse put(UpdateConferencingInfoRequest updateConferencingInfoRequest) throws RestException, IOException Updates the default conferencing number for the current extension. The number can be selected from conferencing numbers of the current extension. Updates the setting, allowing participants join the conference before host.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/conferencing Rate Limit Group: Medium App Permission: EditExtensions User Permission: OrganizeConference
- Throws:
RestException
IOException
-