Add a button to switch the camera on mobile

This commit is contained in:
Robin
2024-10-28 17:29:26 -04:00
parent 90681b16e0
commit 8c0280954c
8 changed files with 219 additions and 63 deletions

View File

@@ -65,7 +65,7 @@ export function useDisplayName(vm: MediaViewModel): string {
return displayName;
}
function observeTrackReference(
export function observeTrackReference(
participant: Participant,
source: Track.Source,
): Observable<TrackReferenceOrPlaceholder> {