Skip to content

Commit

Permalink
more formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanbk committed Oct 17, 2013
1 parent c41eb67 commit f526555
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,12 @@ It will listen on port 8001
USAGE EXAMPLE
------------
* You need to implement two functions to make it works:

/**
* this function will be called by confku library when
* stream from some peer become available.
*/
//this function will be called by confku library when
//stream from some peer become available.
confkuUI.addVideo = function (stream, peerId);

/**
* This function will be called by confku library when
* stream from some peer become unavailable.
*/
//This function will be called by confku library when
//stream from some peer become unavailable.
confkuUI.removeVideo = function (peerId);

You can find the example here:
Expand Down

0 comments on commit f526555

Please sign in to comment.