tests and mocks for e2e testing (#78)
* tests and mocks for e2e testing * formatting * fix analyze errors
This commit is contained in:
@@ -158,6 +158,7 @@ class _LocalParticipantWidgetState
|
||||
_visible) {
|
||||
return firstVideoPublication?.track;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -180,6 +181,7 @@ class _RemoteParticipantWidgetState
|
||||
return trackPublication.track;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user