Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

screen Can not add Mix

yongtao_x_
Beginner
419 Views

screen Can not add Mix ,Whether pauseVideo can control the remote

conference.pauseVideo(conference.remoteStreams[ctlStreamID], function() {
var evnet = {
stream: localStream,
user: LocalUser
}
L.Logger.info('conference.pauseVideo success');
}, function(err) {
L.Logger.error('conference.pauseVideo failed,' + err);
})

 

return error    ‘ unable to call pauseVideo’

0 Kudos
3 Replies
yongtao_x_
Beginner
419 Views
void Woogeen.ConferenceClient.mix ( WoogeenStream or ExternalStream stream,
an array of RemoteMixedStreams targetStream,
function onSuccess,
function onFailure 
)
 
这个接口 3.3 的时候 没有targetStream 这个参数,可以正常使用,3.4 应该怎么使用呢,传入RemoteMixedStream、conference.remoteStreams、localstream 均返回 “Target streams is not a list"
0 Kudos
Daghe
Beginner
419 Views

请问pause时返回unable to call pauseVideo是怎么解决的

0 Kudos
Daghe
Beginner
419 Views

我设置就是已经订阅过的流,仍返回unable to call pauseVideo

0 Kudos
Reply