Skip to main content
Participant
January 3, 2015
Question

Use two streams to manager client video/audio,Can i combine streams and record it with server AS API

  • January 3, 2015
  • 0 replies
  • 269 views

Use two streams to manager client video/audio,Can i combine streams and record it with server AS API

I tried Stream.play()

var s=Stream.get("combine");

s.play("video");

s.play("audio",null,null,false);

s.record("append");

it's don't work!!

    This topic has been closed for replies.