Skip to content

Meteor wrapper of kurento-client-js via the NPM kurento-client-js package

Notifications You must be signed in to change notification settings

cglace/meteor-kurento-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for the kurento-client npm package

JavaScript Kurento Client for web applications and Node.js.

Using

To use this package with meteor you should wrap all methods with Meteor.wrapAsync. For example:

var wrappedCreate = Meteor.wrapAsync(KurentoClient.create, KurentoClient);
var pipeline = wrappedCreate('MediaPipeline');


var wrappedPipelineCreate = Meteor.wrapAsync(pipeline.create, pipeline);
var webRtcEndpoint = wrappedPipelineCreate('WebRtcEndpoint');

About

Meteor wrapper of kurento-client-js via the NPM kurento-client-js package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published