Closed GoogleCodeExporter closed 9 years ago
A couple suggestions:
1. call "nsPublish.publish(false)" when you are done publishing
2. on NetStream.Unpublish.Success do your close routine
3. always detach the mic / cam before you call close
Original comment by mondain
on 25 Aug 2013 at 5:06
Another mod of your procedure:
if (nsPublish) {
nsPublish.attachCamera(null);
nsPublish.attachAudio(null);
}
Don't call nsPublish.close() until you get the UnPublish.Success
Original comment by mondain
on 3 Sep 2013 at 5:52
Original issue reported on code.google.com by
veloce...@gmail.com
on 20 Jun 2013 at 11:34