- Version 3.5: Woogeen.ExternalStream.create ({
url: url_of_static_mp4_video,
audio: true,
video: true
}, function (err, stream) {
conference.publish (stream, {}, function (st) {
L.Logger.info ('stream published:', st.id ());
}, function (err) {
L.Logger.error ('publish failed:', err);
});
});
- Version: 4.0.2
?
In 4.0, external stream operations are moved to restful API, you can call restful API to start stream in and out, please refer to chapter 5.4 in restful API document on how to start streaming in.
In 4.0, external stream operations are moved to restful API, you can call restful API to start stream in and out, please refer to chapter 5.4 in restful API document on how to start streaming in.
Thank you Qiujiao W
I found it in the rest api Section 5.4 Streaming-ins.
For more complete information about compiler optimizations, see our Optimization Notice.