minor typing change

This commit is contained in:
Vaibhav159
2025-01-24 23:38:44 +05:30
parent ef02ece662
commit 71c2dc3d05

View File

@@ -288,7 +288,7 @@ class DailyRESTHelper:
room_url: str, room_url: str,
expiry_time: float = 60 * 60, expiry_time: float = 60 * 60,
owner: bool = True, owner: bool = True,
params: DailyMeetingTokenParams = None, params: Optional[DailyMeetingTokenParams] = None,
) -> str: ) -> str:
"""Generate a meeting token for user to join a Daily room. """Generate a meeting token for user to join a Daily room.