Streamlines parameter handling by centralizing logic. The `RoomService` is no longer responsible for setting the `roomId` and `roomSecret`. Instead, the `MeetingContextService` handles this and persists the room secret in session storage.
Streamlines parameter handling by centralizing logic. The `RoomService` is no longer responsible for setting the `roomId` and `roomSecret`. Instead, the `MeetingContextService` handles this and persists the room secret in session storage.