review: Remove un-needed initial value for behavior
This commit is contained in:
@@ -158,7 +158,6 @@ export const createLocalTransport$ = ({
|
|||||||
|
|
||||||
const preferredConfig$ = customLivekitUrl.value$
|
const preferredConfig$ = customLivekitUrl.value$
|
||||||
.pipe(
|
.pipe(
|
||||||
startWith(null),
|
|
||||||
switchMap((customUrl) => {
|
switchMap((customUrl) => {
|
||||||
if (customUrl) {
|
if (customUrl) {
|
||||||
return of({
|
return of({
|
||||||
|
|||||||
Reference in New Issue
Block a user