Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 8aa99b9

Browse files
Merge pull request #438 from webrtc/fixing-issue-437
Fixing variable name
2 parents 3aaa27d + 3850527 commit 8aa99b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app_engine/apprtc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def get_room_parameters(request, room_id, client_id, is_initiator):
279279
ice_server_url = constants.ICE_SERVER_URL_TEMPLATE % \
280280
(ice_server_base_url, constants.ICE_SERVER_API_KEY)
281281
else:
282-
ice_server_base_url = ''
282+
ice_server_url = ''
283283

284284
# TODO(jansson): Remove this once CEOD is deprecated.
285285
turn_url = constants.TURN_URL_TEMPLATE % \

0 commit comments

Comments
 (0)