@@ -66,7 +66,7 @@ def sync_detailed(
6666 * ,
6767 client : Union [AuthenticatedClient , Client ],
6868) -> Response [Union [Error , ViewerToken ]]:
69- """Generate single broadcaster access token
69+ """Generate single livestream access token
7070
7171 Args:
7272 room_id (str):
@@ -95,7 +95,7 @@ def sync(
9595 * ,
9696 client : Union [AuthenticatedClient , Client ],
9797) -> Optional [Union [Error , ViewerToken ]]:
98- """Generate single broadcaster access token
98+ """Generate single livestream access token
9999
100100 Args:
101101 room_id (str):
@@ -119,7 +119,7 @@ async def asyncio_detailed(
119119 * ,
120120 client : Union [AuthenticatedClient , Client ],
121121) -> Response [Union [Error , ViewerToken ]]:
122- """Generate single broadcaster access token
122+ """Generate single livestream access token
123123
124124 Args:
125125 room_id (str):
@@ -146,7 +146,7 @@ async def asyncio(
146146 * ,
147147 client : Union [AuthenticatedClient , Client ],
148148) -> Optional [Union [Error , ViewerToken ]]:
149- """Generate single broadcaster access token
149+ """Generate single livestream access token
150150
151151 Args:
152152 room_id (str):
0 commit comments