Giter Site home page Giter Site logo

opentok-php-sdk's Issues

Tokbox PHP SDK not build

Hi,
I am developing video chat app using your opentok.
I tried to use your php server sdk from your git sample, but I cannot build it.
I don't understand "add this package 'opentok/opentok' to composer.json" .
I tried this: require: { "opentok/opentok" : "2.2.*" }
But my computer says "could not found any version of opentok/opentok".
What's wrong?
Could you help me how to use your sample on my server?
Thank you.
PS: I used the version 1.1 in my server and my web client app before.
But the web client app(basictutorial.html from your version 1.1 sample, link:"http://tokbox.com/opentok/v1/tutorials/basic-tutorial/js/" : Download the source code section) says that the generated token is not valid.
I generated the token and session_id using the version 1.1 (apiObj = OpenTokSDK...)

Best Regards!

Update README.md to follow the standard outline

  • Install:
  • Install using Composer
  • Download manually (using GitHub releases)
  • Usage:
  • Initializing
  • Creating Sessions
  • Generating Tokens
  • Working with Archives
  • Documentation
  • Requirements
  • Changes / Release Notes
  • Contributing / Testing

make location an optional parameter for createSession

this can be done by including it in the $properties array. this makes it so that it is completely optional and a call to createSession won't require a specific ordering of parameters nor a bunch of NULLs to skip past ones we don't care to specify.

Assertion Failed

Hey guys,
I'm trying to implement this source into my project but am having the below issue.

Assertion Failed: File 'D:\Projects\www\opentok\test\TestOpenTokSDK.php'
Line '102'
Code ''

Assertion Failed

Hi, when i am trying to execute the test file it is showing error as

Assertion Failed: File 'E:\xampp\htdocs\Opentok-PHP-SDK-master\test\TestOpenTokSDK.php'
Line '102'
Code ''

Tests failed :(

Add phing task runner with release and test tasks

phing build tasks:

release (depends on test passing):

  • make sure you are on the master branch
  • make sure a version number is given (-Dnew.version=2.2.0)
  • make sure the version number isn't an existing tag
  • check version number is matching in the code (see: implementation in guzzle)
  • in the sample apps as well
  • make a new commit
  • tag the commit
  • push to the origin

test:

  • run phpunit and make sure it passes

remove v1 archiving

add to the release notes that its been removed and the last version that supported it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.