// This is Generated Source. import GetConferencingInfoResponse from "../definitions/GetConferencingInfoResponse"; import UpdateConferencingInfoRequest from "../definitions/UpdateConferencingInfoRequest"; import PathSegment from "../PathSegment"; export default class Conferencing extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("conferencing", id, prv, service); } /** *
Since 1.0.4 (Release 5.13)
Returns the information on the Free Conference Calling (FCC) feature for a given extension.
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Light
*/ get(query?: GetQuery): PromiseSince 1.0.4 (Release 5.13)
Returns the information on the Free Conference Calling (FCC) feature for a given extension.
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Light
* return {ApiResponse} */ getRaw(query?: GetQuery): Promise| Permission | Description |
|---|---|
| EditExtensions | Viewing and updating my extension info (includes extension name, number, email and phone number) |
Medium
*/ put(body: UpdateConferencingInfoRequest): Promise| Permission | Description |
|---|---|
| EditExtensions | Viewing and updating my extension info (includes extension name, number, email and phone number) |
Medium
* return {ApiResponse} */ putRaw(body: UpdateConferencingInfoRequest): Promise