定制 sathish/webex 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sathish/webex

Composer 安装命令:

composer require sathish/webex

包简介

PHP package for CISCO webex XML and NBR API's

README 文档

README

Installation

To install this package you will need:

  • PHP >= 5.3

Run this command to install via composer

composer require sathish/webex:dev-master

or edit the composer.json

"require": {
    "sathish/webex": "dev-master"
}

then run

composer install

API Implementation

Available NBR API Methods Available (in this package)
deleteMeetingXML No
deleteNBRStorageFile No
downloadFile No
downloadNBRStorageFile Yes
downloadWAVFile No
getMeetingTicket No
getNBRConfIdList No
getNBRRecordIdList Yes
getNBRStorageFile No
getSCXML No
getStorageAccessTicket Yes

To know more about WebEx NBR API https://developer.cisco.com/site/webex-developer/develop-test/nbr-web-services-api/api-functions.gsp

Usage

    use Sathish\Webex\Nbr\WebExNBR;
    
    $nbr = new WebExNBR('<admin username>', '<admin password>', '<site id>');
    $nbr->setServiceUrl('<NBR API URL>'); /** Don't append slash(/) at the end **/
    $nbr->generateTicket();

To download recording (Response will be in multipart format)

    $nbr->downloadRecording('<recoding id>');

Retrieve recording list

   $nbr->recordingList();

Regenerate ticket after 1 hour

   $nbr->refreshTicket();

Use Riverline\MultiPartParse package to parse the downloadRecording method response on success. For more info https://github.com/Riverline/multipart-parser

Note: PRs are welcomed.

统计信息

  • 总下载量: 139
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-10-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固