About createStream method

seobi

New Member
in the createStream method
display: localVideo (div element for video)
Is assigned.

If I don't assign this, I get an error. Do I have to assign "display"?
 

Max

Administrator
Staff member
Good day.
If I don't assign this, I get an error. Do I have to assign "display"?
'display' is required parameter passed to createStream(). If you don’t want to display video, you can edit the CSS file to hide this object or determine div size with the video elements in 1x1 pixel
 
Top