mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: default values for SessionProperties dialog
parent
e620eab7d9
commit
ea59ad0519
|
@ -14,8 +14,8 @@ export class SessionPropertiesDialogComponent {
|
||||||
turnConf: string;
|
turnConf: string;
|
||||||
manualTurnConf: RTCIceServer = { urls: [] };
|
manualTurnConf: RTCIceServer = { urls: [] };
|
||||||
customToken: string;
|
customToken: string;
|
||||||
forcePublishing: boolean = false;
|
forcePublishing: boolean;
|
||||||
reconnectionOnServerFailure: boolean = false;
|
reconnectionOnServerFailure: boolean;
|
||||||
connectionProperties: ConnectionProperties;
|
connectionProperties: ConnectionProperties;
|
||||||
forceVideoCodec = VideoCodec;
|
forceVideoCodec = VideoCodec;
|
||||||
|
|
||||||
|
|
|
@ -149,8 +149,8 @@ export class OpenviduInstanceComponent implements OnInit, OnChanges, OnDestroy {
|
||||||
turnConf = 'auto';
|
turnConf = 'auto';
|
||||||
manualTurnConf: RTCIceServer = { urls: [] };
|
manualTurnConf: RTCIceServer = { urls: [] };
|
||||||
customToken: string;
|
customToken: string;
|
||||||
forcePublishing: boolean;
|
forcePublishing: boolean = false;
|
||||||
reconnectionOnServerFailure: boolean;
|
reconnectionOnServerFailure: boolean = false;
|
||||||
connectionProperties: ConnectionProperties = {
|
connectionProperties: ConnectionProperties = {
|
||||||
role: OpenViduRole.PUBLISHER,
|
role: OpenViduRole.PUBLISHER,
|
||||||
record: true,
|
record: true,
|
||||||
|
|
Loading…
Reference in New Issue