chore: Add simulate for candidate protocol switch. (#176)

This commit is contained in:
CloudWebRTC
2022-09-20 17:47:38 +08:00
committed by GitHub
parent e106ce9308
commit a60a2e861c
4 changed files with 9 additions and 0 deletions
+2
View File
@@ -575,12 +575,14 @@ extension RoomDebugMethods on Room {
bool? nodeFailure,
bool? migration,
bool? serverLeave,
bool? switchCandidate,
}) async {
engine.signalClient.sendSimulateScenario(
speakerUpdate: speakerUpdate,
nodeFailure: nodeFailure,
migration: migration,
serverLeave: serverLeave,
switchCandidate: switchCandidate,
);
}
}