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

Commit

Permalink
Merge pull request #438 from webrtc/fixing-issue-437
Browse files Browse the repository at this point in the history
Fixing variable name
  • Loading branch information
KaptenJansson committed May 3, 2017
2 parents 3aaa27d + 3850527 commit 8aa99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_engine/apprtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def get_room_parameters(request, room_id, client_id, is_initiator):
ice_server_url = constants.ICE_SERVER_URL_TEMPLATE % \
(ice_server_base_url, constants.ICE_SERVER_API_KEY)
else:
ice_server_base_url = ''
ice_server_url = ''

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

0 comments on commit 8aa99b9

Please sign in to comment.