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