UNPKG
openvidu-browser-fork
Version:
latest (2.7.0-r7)
2.7.0
2.7.0-r7
OpenVidu Browser fork
github.com/instrumentisto/openvidu
instrumentisto/openvidu
openvidu-browser-fork
/
lib
/
OpenViduInternal
/
Interfaces
/
Private
/
OutboundStreamOptions.d.ts
6 lines
(5 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PublisherProperties
}
from
'../Public/PublisherProperties'
;
export
interface
OutboundStreamOptions
{
publisherProperties
:
PublisherProperties
;
mediaConstraints
:
MediaStreamConstraints
; }