webRTC-io / webrtc.io-client

drop-in client code for webrtc.io Highly experimental technology
143 stars 96 forks source link

Adding some syntax sugar methods to make it easier to create streams #25

Open mattnull opened 11 years ago

mattnull commented 11 years ago

rtc.createFullStream(onSuccess, onFail) rtc.createVideoStream(onSuccess, onFail) rtc.createAudioStream(onSuccess, onFail)

dennismartensson commented 11 years ago

@cavedweller @sarenji what do you think of this?

benbrittain commented 11 years ago

I think it's fine. No issues with it.